summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-18There is no point for IP addresses on pflog(4)mpf1-4/+1
OK dhartmei@, henning@
2007-10-18minor tweaks for previous;jmc1-2/+4
2007-10-18941 as wellotto1-4/+4
2007-10-18Initio INIC-941 works as well; ok miod@otto1-1/+2
2007-10-18unbreak treederaadt2-20/+14
2007-10-18extra arg to warn slipped through.pyr2-16/+22
2007-10-18Don't try to send IPIs to CPUs that aren't running (yet).kettenis4-13/+17
2007-10-18repair file security warnings; ok pyrderaadt2-12/+16
2007-10-18avoid splassert, caused by the fact that iha_main() is calledotto1-1/+4
unprotected by iha_exec_scb(). With help and ok miod@
2007-10-18Correct possible spl problem in buffer cleaning daemon - the buffer cleaningbeck1-2/+2
daemon requires splbio when doing dirty buffer queue manipulation. Since version 1.88 of vfs_bio.c, it was possible to break out of the processing loop when the cleaner had been running long enough, and this early exit would mean a future pass through would manipulate the buffer queues not at splbio. This change corrects this. ok krw@, deraadt@, tedu@, thib@
2007-10-18syncderaadt30-0/+32
2007-10-18ignore fans with >= 0x0fff readings. According to the iic_dump(), it appearscnst1-2/+2
as if all the invalid fans have either 0x0f00 or 0x0000 readings, but with the in-the-field driver 0x0f00 appears as 0x0fff. At any rate, no real fans would have sensors detecting 0x0f00 (351 RPM), so no harm continuing to ignore it, t. tested by jon.steel@esentire.com discussed with kettenis@ deraadt@
2007-10-18synch expat major number with xenocara, and then some.espie2-3/+4
activate it in the build.
2007-10-18syncderaadt1-0/+1
2007-10-18Add support for the Moosehead PS/2 controller as found on SGI O2 workstations.jsing7-6/+953
ok miod@ deraadt@
2007-10-18add to CLEANFILES, to kill dribblesderaadt2-2/+8
2007-10-18enter iso dir for clean/cleandir, too, to delete dribblesderaadt8-16/+20
2007-10-18Make sure interrupts are really enabled at the beginning of proc_trampoline,miod1-8/+23
tested by deraadt@ jsing@
2007-10-18enter for obj@ building, otherwise dribbles happenderaadt3-5/+16
2007-10-18Pull from master repo:stefan1-3/+5
Replace errorx() with error(); exit() in the child process in callsys(). errorx deletes the temp. files which we don't want to happen in the child. ok otto@, ragge@
2007-10-18Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and tomiod3-12/+10
which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to.
2007-10-18Kill spurious warnings when arg is a function pointer. Shouldotto1-1/+6
actually check the return type and arg list of the function pointer arg. ok ragge@
2007-10-18spacingderaadt12-80/+81
2007-10-18Avoid memory leak if tag is defined multiple times in CVSROOT/config.tobias1-1/+3
OK ray@, xsa@
2007-10-18Check to see if the SPD EEPROM size looks sane (ie < 32K)jsg1-2/+5
when trying to decide if we have found an SPD EEPROM. ok deraadt@
2007-10-18Massive cleanup in the authentication code. the simple auth_key and the cryptclaudio4-23/+25
keys are not strings so a) use u_int8_t instead of char and b) uses memcpy to copy the full MAX_SIMPLE_AUTH_LEN resp. MD5_DIGEST_LENGTH bytes around. The parser needs some special code to ensure that the string is not to long and if it is shorter then the buffer the rest needs to be zero padded. Avoid to use strncpy() instead use a bzero(); memcpy() combo. with and OK deraadt@
2007-10-18Add missing bits for auth crypt and cleanup a bit. OK deraadt@claudio1-6/+7
2007-10-18avoid some ugly line split;jmc1-3/+4
2007-10-18Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.mglocker3-4/+144
Diff ported from DragonFlyBSD
2007-10-18scsi_done() must be splbio() protected... who did this work for??; ok dlgderaadt1-1/+9
2007-10-18Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.brad1-11/+5
Tested by todd@ ok dlg@
2007-10-18No need to include <machine/pte.h> here.miod13-27/+14
2007-10-18Get rid of the silly union for mips pte. No functional change exceptmiod5-76/+58
pmap.h now includes pte.h.
2007-10-18add missing $OpenBSD$; "of course" deraadtcnst1-0/+1
2007-10-18mention the Intel ICH9 chipset.brad1-2/+3
ok dlg@
2007-10-18SIGCHLD is not an errno value.ray1-2/+2
Spotted by deraadt.
2007-10-17Add the Intel ICH9 chipset.brad4-7/+43
Tested by damien@ ok dlg@
2007-10-17Add the Intel ICH9 chipset.brad2-5/+6
Tested by damien@ ok dlg@
2007-10-17miod says noone needs isa/isavar.h anymore, and i believe himderaadt1-6/+1
2007-10-17Use ldx (instead of ld) to load a pointer.kettenis1-2/+2
ok deraadt@
2007-10-17put bsd.rd onto install##.isoderaadt1-2/+2
2007-10-17sparc64 has a bsd.mp too (though it is early work..)deraadt1-1/+3
2007-10-17build sparc64 bsd.mp tooderaadt1-2/+9