summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a logic bug added in last commit where PNP0103 devices would no longernjl2007-05-161-17/+22
* This delta adds two bug fixes: one that makes HW Offload logic injfv2007-05-1630-989/+863
* Fix a dereference in KASSERT.marcel2007-05-151-1/+1
* o Implement automatic commit. It's enabled when the flags parametermarcel2007-05-151-10/+35
* Fix unused variable error with !INET6thompsa2007-05-151-1/+2
* A node that implements various traffic shaping and rate limiting algorithms (...mav2007-05-153-0/+3
* A node that implements various traffic shaping and rate limiting algorithms.mav2007-05-152-0/+7
* A node that implements various traffic shaping and rate limiting algorithms.mav2007-05-152-0/+867
* Add ACPI HPET table support.takawata2007-05-153-2/+42
* Feed ipv6 flowlabel to hash calculation.thompsa2007-05-151-1/+3
* Change from a mutex to a read/write lock. This allows the tx port to bethompsa2007-05-154-83/+132
* First cut at making detach work. also add sdh as a possible mmc bridge.imp2007-05-152-10/+65
* Don't need mmc_mode ivarimp2007-05-151-2/+0
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-146-83/+64
* Move cpu_exit() earlier in exit1() to close a race betweenjhb2007-05-141-16/+10
* Eliminate M_TEMP.scottl2007-05-141-3/+3
* Eliminate the use of M_TEMP.scottl2007-05-146-115/+122
* handle IPv6 router alert option contained in an incoming packet perjinmei2007-05-141-4/+18
* Complete the (mechanical) move of the TCP reassembly and timewaitandre2007-05-136-624/+25
* Update entries for building tags.mckusick2007-05-132-8/+12
* Temp workaround for config_intrhook_establish running the hookmjacob2007-05-131-0/+3
* Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previousrwatson2007-05-131-0/+2
* Bump FreeBSD version for enabling of symbol versioning and changingdeischen2007-05-131-1/+1
* Disable PREEMPTION option. It causes some problem on pc98.nyan2007-05-131-1/+1
* Bump config(8) version and build requirement for config(8) to 600006. Thiswkoszek2007-05-138-8/+8
* Improve INCLUDE_CONFIG_FILE support.wkoszek2007-05-121-0/+33
* Add missing curly braces.brueffer2007-05-121-1/+2
* ALTQify.brueffer2007-05-121-5/+7
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-1212-120/+3
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-112-8/+72
* Mistake in the logic deciding what adapters needjfv2007-05-111-1/+2
* Drop everything that doesn't belong into this new file.andre2007-05-111-1929/+0
* Drop everything that doesn't belong into this new file.andre2007-05-111-2980/+0
* Make the TCP timer callout obtain Giant if the network stack is markedandre2007-05-113-4/+18
* Add the timestamp offset to struct tcptw so we can generate properandre2007-05-113-6/+13
* - Initialize login->id and fix problem for non-zero login id.simokawa2007-05-111-1/+2
* Performance optimization of the "encryption without compression" case bymav2007-05-111-70/+103
* Bad merge.mjacob2007-05-111-1/+1
* Remove more one more stale comment regarding unpcb type-safety.rwatson2007-05-111-4/+0
* Clarify and update quite a few comments to reflect locking optimizations,rwatson2007-05-111-38/+21
* Coalesce two identical UCB licenses into a single license instance withrwatson2007-05-111-108/+87
* Minor white space and style cleanups.rwatson2007-05-111-36/+27
* White space and style cleanup.rwatson2007-05-111-10/+11
* Minor white space/style normalization.rwatson2007-05-111-6/+8
* Normalize style a bit: reduce pseudo-randomness of comment layout andrwatson2007-05-112-74/+75
* Use ANSI C function declarations throughout netipx.rwatson2007-05-1112-162/+88
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-1114-64/+46
* Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), whichrwatson2007-05-113-74/+6
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...mjacob2007-05-112-5/+5
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-112-8/+10
OpenPOWER on IntegriCloud