summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an incorrect replace of a timer reference made during the TCP timerandre2007-05-101-1/+1
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-1024-253/+149
* Bump __FreeBSD_version for the addition of flopen(3) to libutil.des2007-05-101-1/+1
* The version string scheme embeds the freebsd major release version,scottl2007-05-102-2/+2
* Collapse the mfi_ld object. Add an ioctl to help management apps mapscottl2007-05-105-44/+79
* Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.mckay2007-05-101-8/+6
* Hook wlan_amrr up to the build.kevlo2007-05-101-0/+1
* Don't hold mutex while releasing bus resources.ariff2007-05-101-1/+0
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.kevlo2007-05-101-0/+1
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.kevlo2007-05-101-0/+1
* Need sys/cdevs.h for the macro FBSDID to work.mjacob2007-05-091-0/+1
* Update stale comment on protecting UMA per-CPU caches: we now userwatson2007-05-091-7/+7
* Increase debug level - this message is not that important.pjd2007-05-092-2/+2
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-0915-2/+1671
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-094-3/+11
* Two major items here:rrs2007-05-0914-1816/+1137
* o Fix typo: comments start by "#" not "*".maxim2007-05-091-1/+1
OpenPOWER on IntegriCloud