summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reviewed by: William LeFebvre <wnl@groupsys.com>jb1997-12-221-6/+6
* Fix sysctl path /usr/sbin->/sbinache1997-12-221-2/+2
* Remove unused include fileseivind1997-12-221-9/+3
* Improve my copyright.dyson1997-12-221-11/+4
* Improve my copyright.dyson1997-12-221-9/+2
* Correct my previous fix for the UPAGES problem.dyson1997-12-222-10/+6
* Remove obsolete /etc/hostname.ep? reference.charnier1997-12-221-2/+4
* Use .Tn, .Bx Free and .An.charnier1997-12-222-156/+360
* Don't forget to ntohs(sin.sin_port) (DUH!)brian1997-12-221-3/+3
* Hopefully fix the problem with the TLB not being updated correctly.dyson1997-12-222-10/+14
* Properly clean out the SI_MOUNTEDON flag iff the mount attempt failsjoerg1997-12-212-2/+4
* When called as `zgrep', the -Z argument is assumed. Make awosch1997-12-214-10/+26
OpenPOWER on IntegriCloud