summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Forced commit to note repo copy from sys/netinet/tcp_input.c rev. 1.349.andre2007-05-110-0/+0
* Forced commit to note repo copy from sys/netinet/tcp_subr.c rev. 1.280.andre2007-05-110-0/+0
* 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
* strlcpy() may be faster than snprintf(), but it is less portable, and thisdes2007-05-111-8/+8
* 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
* Fix typo.des2007-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
* Well gag me with a spoon... I'm so used to working at high WARNS levelsdes2007-05-102-1/+5
* Remove superfluous unexpanded RCS tag.des2007-05-101-2/+0
* Use flopen(3).des2007-05-101-2/+2
* DTRT when O_NONBLOCK is specified.des2007-05-102-4/+29
* I'm tired of seeing this done incorrectly and non-portably, so add ades2007-05-104-6/+177
* zfs & zpool have been moved from /usr/sbin into /sbin. The correspondingroberto2007-05-101-0/+3
* Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.mckay2007-05-101-8/+6
* We need four disks these days, so reflect this.delphij2007-05-101-1/+1
* Another merging from sbin/fdisk/fdisk.8.nyan2007-05-101-68/+75
* The amd64 monthly snapshots began overflowing disc1 (and that's without anykensmith2007-05-101-0/+1
* Update nologin(5) to match the modern reality of login.conf(5) and PAM.yar2007-05-101-12/+44
* 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
* Use dummy definitions for codeset 3 and 4 like in ko_KR.eucKR.srcache2007-05-091-6/+5
* Forced commit to note that the previous revision also contained the following:brueffer2007-05-090-0/+0
* New release notes:brueffer2007-05-091-4/+23
* Add some newly supported controllers.brueffer2007-05-091-3/+15
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-0922-11/+1688
OpenPOWER on IntegriCloud