aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the handling of the tcp window explicit for the SYN_SENT caseAndre Oppermann2007-06-091-4/+10
* Remove some bogosity from the SYN_SENT case in tcp_do_segmentAndre Oppermann2007-06-091-6/+8
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofAttilio Rao2007-06-092-3/+1
* Don't send pure window updates when the peer has closed the connectionAndre Oppermann2007-06-091-1/+4
* The current rusage code show peculiar problems:Attilio Rao2007-06-096-48/+26
* Propagate volatile qualifier to make gcc4.2 happy.Matt Jacob2007-06-091-1/+1
* Handle a race condition on >2 core machines in tcp_timer() whenAndre Oppermann2007-06-091-2/+8
* - Opps.. takes out debug printfs I accidentally left in :-(Randall Stewart2007-06-092-16/+0
* - fix send_failed notification contentsRandall Stewart2007-06-096-87/+99
* Adds support for SCTP.Randall Stewart2007-06-094-1/+719
* Make this compile.Ruslan Ermilov2007-06-091-1/+1
* Pointer to an ICMP header was getting left behind after doing a pullup.Darren Reed2007-06-091-0/+1
* Remove a comment I forgot to removeMatteo Riondato2007-06-091-1/+1
* Expand USB_ATTACH_SETUP inline.Warner Losh2007-06-092-8/+2
* Expand USB_ATTACH_SETUP inline + devinfo tweaksWarner Losh2007-06-091-2/+3
* Remove devinfo junk.Warner Losh2007-06-0914-170/+11
* Remove lots of extra junk:Warner Losh2007-06-091-114/+2
* Kill devinfo stuff. It is no longer needed.Warner Losh2007-06-095-43/+2
* Kill USB_MATCH_SETUP, since this is the only place it was used in the tree.Warner Losh2007-06-091-8/+2
* Try to set the data multiplexed feature, but don't care if there's anWarner Losh2007-06-091-46/+28
* The devinfo stuff has been moved up into the parent bus. There's noWarner Losh2007-06-099-53/+4
* Updated tests for changed features.Greg Lehey2007-06-0924-10/+68
* Sort events by date.Greg Lehey2007-06-093-32/+119
* Include calendar.dutch.Greg Lehey2007-06-091-0/+1
* Dutch calendar.Greg Lehey2007-06-091-0/+58
* Physical memory regions can be larger than INT_MAX. Change size1Marcel Moolenaar2007-06-091-3/+4
* Cleanup messages printed on attach. Since the description gets set toWarner Losh2007-06-081-31/+13
* Don't cast the command argument to ether_ioctl() to an int since its not anDoug White2007-06-081-1/+1
* Remove the MUTEX_WAKE_ALL option and make it the default behaviour for ourAttilio Rao2007-06-083-43/+0
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-087-0/+7
* Add my copyright.Marcel Moolenaar2007-06-082-0/+56
* Replace a constant with an already defined symbolic name for it.Yaroslav Tykhiy2007-06-081-1/+1
* Add a sysctl for the purge run interval so that it canYaroslav Tykhiy2007-06-081-3/+8
* Reset dc->paddr and dc->reset if we cannot read configuration ROM.Hidetoshi Shimokawa2007-06-081-1/+1
* Correct the definition of PFIL_HOOKED() so that it comparesAndrew Gallatin2007-06-081-1/+1
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-0819-3421/+565
* Missing atomic operations for ZFS/ia64.Pawel Jakub Dawidek2007-06-082-0/+108
* Double the WITNESS and DIAGNOSTIC benchmark warnings right before wePoul-Henning Kamp2007-06-081-0/+4
* - RTO was not being initialized to 0, thus the rtt calculationRandall Stewart2007-06-085-9/+23
* Timestamp after sent.Hidetoshi Shimokawa2007-06-082-4/+4
* Don't invalidate dcons buffer on shutdown.Hidetoshi Shimokawa2007-06-081-0/+2
* Fix a race after a bus reset.Hidetoshi Shimokawa2007-06-082-14/+16
* In getblk(), before gbincore(), use BO_LOCK directly when lockingXin LI2007-06-081-2/+2
* Increase inputFS buffer. awk will not accept some old scriptsXin LI2007-06-081-4/+13
* Clean up escape sequence handling and add support forHidetoshi Shimokawa2007-06-082-24/+103
* Sync with other platforms: add kluge to use contigmalloc when theMarcel Moolenaar2007-06-081-6/+18
* Add the address of IDT in the configuration ROM. (i386/amd64 only)Hidetoshi Shimokawa2007-06-082-0/+27
* gcc 4.2 thinks that tupleid is uninitialized. Or might be usedWarner Losh2007-06-081-1/+1
* Replace breakpoint() with kdb_enter().Hidetoshi Shimokawa2007-06-081-2/+2
* - Fixed a problem that caused autonegotiation failures.David Christensen2007-06-081-1/+5