summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* style.Makefile(5):johan2004-02-2419-22/+25
* Check that a pointer is non-NULL before dereferencing it, not after.cperciva2004-02-241-1/+2
* Note change of sizeof(struct tcpcb) and libkvm recompile.andre2004-02-241-0/+4
* in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTUume2004-02-241-1/+3
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-245-25/+174
* Wordsmithingbrueffer2004-02-241-1/+1
* Do not attempt to open NODEVphk2004-02-241-0/+3
* Add getopt_long_only()ache2004-02-241-1/+3
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-243-299/+459
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-243-6/+3
* Fixed the latest unsortings of CPU_ENABLE_*.bde2004-02-241-5/+5
* Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT andbde2004-02-241-2/+2
* Send birthday presents to Wadham College, Oxford. :)cperciva2004-02-241-0/+1
* Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6cperciva2004-02-241-1/+2
* PAO's work has been merged into FreeBSD not removed.non2004-02-231-4/+2
* Fix typo.phk2004-02-231-1/+1
* Fix typobrueffer2004-02-233-3/+3
* Apply style(9).green2004-02-231-2/+6
* Add my birthday.markus2004-02-231-0/+1
* style.Makefile(5):johan2004-02-2356-56/+56
* Add support for Cronyx-Tau. For now I added only Tau-ISA files, system filesrik2004-02-2314-0/+13023
* style.Makefile:johan2004-02-232-2/+2
* Connect gconcat(8) to the build.pjd2004-02-231-0/+1
* - Connect manual page for gconcat utility to the build.pjd2004-02-232-3/+2
* style.Makefile:johan2004-02-234-4/+4
* Connect geom_concat.ko module to the build.pjd2004-02-231-0/+1
* Add ports-net-mgmt to the relevant supfiles.marcus2004-02-232-0/+2
* A more accurate test in the new ufs_lock than that in 1.235.mckusick2004-02-231-2/+3
* Teach rfcomm_pppd(8) how to register Bluetooth LAN service with local sdpd(8)emax2004-02-232-19/+88
* Fix a problem with the USB keyboard driver not properly handling keyjhb2004-02-231-5/+5
* Add missed CPU_ENABLE_LONGRON.sobomax2004-02-231-0/+1
* Add signal numbers to signal(3).josef2004-02-231-33/+36
* Added manual page for gconcat utility.pjd2004-02-231-0/+141
* Typo.des2004-02-231-1/+1
* Fix vinums cdevsw{} to initialize d_version.phk2004-02-233-14/+10
* Fix two oversights here: don't trash the freelist, and properly cleanupphk2004-02-231-1/+4
* In the comment tell about optreset extension for NetBSD ghetopt_long()ache2004-02-231-1/+2
* In the function clear_inodedeps(), a FREE_LOCK() should be calledmckusick2004-02-231-1/+1
* Change UFS from using vop_stdlock to using its own ufs_lock.mckusick2004-02-231-0/+28
* Add optarg, optind, opterr, optopt, optreset to SYNOPSYSache2004-02-231-0/+5
* Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)ache2004-02-232-1/+8
* Try to better mimic GNU getopt.h which does not assume to make visibleache2004-02-232-6/+13
* Fix comment: GNU getopt.h to which this header tries to mimic does not declareache2004-02-231-1/+1
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>ache2004-02-231-1/+1
* Remove unneccessary <unistd.h>ache2004-02-231-1/+0
* Limit the amount of memory userspace processes can cause the kernel torwatson2004-02-231-0/+17
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>,ache2004-02-232-8/+2
* - Substitute bdone() and bwait() from vfs_bio.c foralc2004-02-231-23/+4
* Fix comment containing vop_readdir_args contents: a_cookies is reallytjr2004-02-232-2/+2
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.tjr2004-02-232-4/+4
OpenPOWER on IntegriCloud