summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.hoek1997-12-261-1/+1
* Fix some breakage that prevented the Plasmon burners from being usedjoerg1997-12-261-67/+66
* For regular files the sticky bit is ignored, but the user can still set it.helbig1997-12-261-5/+2
* "This is the add^H^H^Hinfo module."hoek1997-12-261-2/+2
* Put the return value of getopt into an int, not a char.alex1997-12-261-5/+4
* Do not install the z*grep man pages if grep was linked with -lz.wosch1997-12-261-3/+5
* DISTRIBUTION is bin (we'll make the info dist another way).jkh1997-12-261-6/+2
* Nuke info dist.jkh1997-12-261-2/+0
* Add -lzjkh1997-12-252-4/+4
* The ioopt code is still buggy, but wasn't fully disabled.dyson1997-12-251-2/+3
* Make kern.ncpu reports the number of detected processors when runninggpalmer1997-12-251-1/+8
* Use consistent spelling,hoek1997-12-2510-19/+19
* The spl fixes in in_setsockaddr and in_setpeeraddr that were meant todg1997-12-251-11/+17
* Add a man page for REMOVING devices from devfs.julian1997-12-251-0/+62
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-254-31/+10
* Removed unnecessary initialization of hp in gethostbyaddr_r.alex1997-12-251-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,ache1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)ache1997-12-242-4/+4
* 1) Restore back comment about snprintf()ache1997-12-241-7/+10
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-243-21/+23
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-242-10/+10
* sprintf->snprintf paranoiaimp1997-12-241-4/+4
* Be extra paranoid about the length of data returned from gethostbyaddr orimp1997-12-241-2/+2
* sprintf->snprintf paranoia. The one thing that looks like a hole inimp1997-12-241-7/+8
* Various sprintf -> snprintf fixes.imp1997-12-242-9/+12
* Use snprintf rather than printf out of paranoiaimp1997-12-245-9/+10
* Support running with inadequate swap space. Additionally, the codedyson1997-12-242-8/+16
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-242-6/+2
* Fix snprintf(...%n...)ache1997-12-241-5/+9
* Remove wrong comment about snprintf:ache1997-12-241-5/+4
* snprintf return value fixes to conform Single Unix specs:ache1997-12-242-6/+16
* Small bugfix: store $uid_start instead hard coded value 1000wosch1997-12-241-2/+2
* Correct copyright.brian1997-12-244-96/+12
* Put the dir file in the correct distribution.jkh1997-12-241-0/+2
* Cosmetic (style):brian1997-12-2424-162/+165
* Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian1997-12-241-2/+2
* - Add prototype for adjust_timeout_calltodo().nate1997-12-241-1/+5
* Be extra paranoid about trusting the length of the data returned byimp1997-12-241-1/+1
* Two fixes:imp1997-12-241-6/+8
* Added cross references for apm, cron, inetd, lpd, moused, mrouted,alex1997-12-241-1/+15
* Minor style nit noticed by bde.imp1997-12-241-2/+2
* Be extra paranoid about trusting the length returned by gethostbyaddr.imp1997-12-241-3/+3
* Be extra paranoid about trusting the size of the address returned fromimp1997-12-241-2/+2
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-236-16/+16
* Add a PARITITON arg to SCSI_MKFIXED, and use it tobrian1997-12-232-5/+10
* This patch causes the "calltodo" timer list to be decremented by the amountnate1997-12-235-7/+236
* - Added support for a new MouseMan model (4 buttons, no wheel).yokota1997-12-232-6/+30
* Document `flags' for the psm driver.yokota1997-12-233-3/+33
* Removed unnecessary setting of 'error' -- binding to a privileged portalex1997-12-231-2/+2
* YTK fix.alex1997-12-222-5/+8
OpenPOWER on IntegriCloud