aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bkr() returns an int, and not a pointer. Document this.Joerg Wunsch1995-07-231-3/+3
* Add missing entries for 38400/57600/115200 bauds to tmspc10[]Andrey A. Chernov1995-07-231-1/+2
* Confirmed to work by: rcarter@geli.com (Russell Carter)Bruce Evans1995-07-221-4/+1
* Slight adjustment to previous fix for __ivaliduser(). It was checking forPeter Wemm1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to haveJoerg Wunsch1995-07-161-0/+2
* The declaration of sigaction was missing a `const'.Bruce Evans1995-07-161-1/+1
* Fix the synopsis of signal() again. Now it is uglier but correct.Bruce Evans1995-07-161-2/+2
* Change this to do what it should have done from the start.Poul-Henning Kamp1995-07-127-41/+59
* Fix the prototypes for getservby{name,port}().Joerg Wunsch1995-07-091-2/+2
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.Bill Paul1995-07-051-2/+2
* Numerous Makefile fixes:Garrett Wollman1995-06-301-11/+30
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-272-4/+16
* Do the same sanity checking in _pw_breakout_yp() that we do inBill Paul1995-06-261-16/+19
* Fix for a potential problem reported by a user I bumped into on IRCBill Paul1995-06-261-9/+14
* 41 headers must be implicitly included and one more (<sys/param.h>) mustBruce Evans1995-06-251-1/+2
* Update the man page for kvm_getprocs.3 to reflect our sysctl-basedJoerg Wunsch1995-06-241-9/+9
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andBill Paul1995-06-231-7/+43
* Fix handling NULL-encapsulated interfaces (lo & tun)Andrey A. Chernov1995-06-221-3/+12
* Don't cast void functions to void.Jeffrey Hsu1995-06-204-7/+7
* Make _havemaster() use yp_first() (again) instead of yp_order() toBill Paul1995-06-171-2/+6
* Add /usr/local/share/nls to default search pathAndrey A. Chernov1995-06-171-2/+2
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-1114-85/+172
* Remove trailing whitespace.Rodney W. Grimes1995-05-308-79/+79
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-30522-3833/+3840
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* Add a missing link from the setpgid manpage to the setpgrp manpage.Nate Williams1995-05-271-0/+1
* Remove Ontrack special from All_FreeBSD().Poul-Henning Kamp1995-05-253-8/+9
* Align slices to cylinder boundries.Jordan K. Hubbard1995-05-243-7/+18
* Fix a typo, now there should always be an active slice.Poul-Henning Kamp1995-05-211-2/+2
* Do not allocate the first track.Poul-Henning Kamp1995-05-201-1/+5
* Remove two printfs before Jordan has a fit over them.Poul-Henning Kamp1995-05-181-4/+1
* Fixed the calculation of the reserved space for bad144. Thanks Rod!Poul-Henning Kamp1995-05-151-2/+2
* Fixed typo.David Greenman1995-05-151-1/+1
* Create_Chunk_DWIM will not allocate anything in the last cylinder of aPoul-Henning Kamp1995-05-151-3/+18
* Parse ^? correctly nowAndrey A. Chernov1995-05-141-0/+3
* Parse ^? now, our termcap use it and some termcaps from otherAndrey A. Chernov1995-05-141-1/+5
* Fix error returning address of local arrayAndrey A. Chernov1995-05-141-1/+2
* Fix FtpPasv to not return address of local variable, close PR 399Andrey A. Chernov1995-05-131-1/+1
* Added MakeDevDisk(struct disk*, char *path);Poul-Henning Kamp1995-05-123-4/+93
* Forgot to add these.Paul Richards1995-05-124-0/+1228
* New libforms.Paul Richards1995-05-129-872/+1141
* Get the CHUNK_COMPAT_BSD flag right.Poul-Henning Kamp1995-05-113-45/+40
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.Poul-Henning Kamp1995-05-104-4/+53
* Bump major number instead of minorAndrey A. Chernov1995-05-082-6/+6
* Recognize slice type #6 as dosPoul-Henning Kamp1995-05-084-12/+28
* Add check for rootfs > cyl 1024.Poul-Henning Kamp1995-05-081-2/+6
* I bet Jordan is tearing his hair out, trying to figure the previous patchPoul-Henning Kamp1995-05-081-2/+2
* Fix bug.Poul-Henning Kamp1995-05-081-1/+2
* Whoops! An extra paren somehow got in there. Fixed.Jordan K. Hubbard1995-05-071-2/+2