aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the NAME section of the kldload.2 manpage, which made reference toSheldon Hearn1999-07-016-8/+52
* Defer signals, so we will not wait for SIGCHLD after it was delivered.Dmitrij Tejblum1999-06-293-0/+15
* Clarify what happens if fd is set to -1Bill Fumerola1999-06-291-2/+4
* Move call to umask(0) back into pw_util(), because the latterPierre Beyssac1999-06-291-1/+4
* Document that mlock() and munlock() can return EPERM if theMike Pritchard1999-06-271-1/+9
* Just return `curbrk' for sbrk(0) to avoid syscall overhead.Hidetoshi Shimokawa1999-06-261-0/+2
* Force umask to 077 (instead of 000) during the edit phase, to getPierre Beyssac1999-06-261-4/+1
* Add -d option to vipw(8) to allow selection of an alternative directorySheldon Hearn1999-06-261-8/+14
* Fix few warnings on the alpha.Dmitrij Tejblum1999-06-236-9/+12
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEBrian Somers1999-06-222-5/+18
* Correct troff sequence for backslashes in manual page.Joseph Koshy1999-06-212-2/+2
* Remove -DNOPOLL from the compilation flags now that there is a poll wrapperJohn Birrell1999-06-203-12/+12
* In the words of the author:John Birrell1999-06-2078-4373/+5601
* Typo in previous commit.Ruslan Ermilov1999-06-181-2/+2
* Mention that pid 1 is not affected by kill(-1, SIGXXX) too.Ruslan Ermilov1999-06-181-3/+8
* Add a MAINTAINER line to modules that I maintain.Kenneth D. Merry1999-06-182-0/+2
* Minor English corrections were made; SEE ALSO was also fixed (no commas).Brian Feldman1999-06-171-4/+4
* cam_get_device() was returning 0 on failure, and 1 on success, whileMike Pritchard1999-06-151-10/+10
* Fix a minor style nit in the NAME section.Mike Pritchard1999-06-111-1/+1
* Move the description of the strncmp() function from the RETURN VALUESMike Pritchard1999-06-111-6/+6
* Improvement in the description of what this does.Mark Murray1999-06-101-10/+10
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])Dmitrij Tejblum1999-06-071-2/+2
* Spell the .St macro correctly.Steve Price1999-06-071-1/+1
* Spell isinf(3) correctly.Steve Price1999-06-071-1/+1
* Call do_ctors() and do_dtors() using indirect calls through functionJohn Polstra1999-06-061-3/+12
* Update of intro(2)/errno(2) in the ongoing effort of the Programmer'sJustin M. Seger1999-06-061-0/+25
* Change an internal variable from "class" to "ns_class" for C++'s benefit.Peter Wemm1999-06-041-2/+2
* Apply patch for PR #12008: remember to reset _yp_enabled flag inBill Paul1999-06-041-0/+2
* Typo.Pierre Beyssac1999-05-251-2/+2
* Added Posix rand_r function.Wes Peters1999-05-242-5/+74
* Added a missing comma to the static condition variable initialisationJohn Birrell1999-05-243-3/+3
* Remove the static declaration from the line[] variable to allowJohn Birrell1999-05-241-2/+2
* brucifyBrian Somers1999-05-231-2/+2
* Fix a problem with static initialisation of mutexes and conditionJohn Birrell1999-05-239-6/+120
* Cope with non page-aligned arguments to ioperm.Doug Rabson1999-05-222-14/+19
* I seem to be having some CVS problems... I don't know why this wasn'tDavid E. O'Brien1999-05-221-0/+702
* Add an a.out ld.so so these distributions are standalone.David E. O'Brien1999-05-214-8/+1416
* Need a few more dependacies.David E. O'Brien1999-05-211-3/+3
* Add usr/libexec/ld.soDavid E. O'Brien1999-05-211-2/+4
* Chflags was clearing all flags supplied on the command line after aJean-Marc Zucconi1999-05-214-8/+8
* Print SPANS addresses in the correct byte order.Mike Spengler1999-05-201-3/+3
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* Fixed disordering and duplication of MLINKS in previous commit toBruce Evans1999-05-192-3/+3
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-184-6/+95
* Add a note that when a stream opened via fdopen() is closed via fclose(),Archie Cobbs1999-05-171-0/+4
* $ brucify -deblunderPoul-Henning Kamp1999-05-161-2/+2
* Ensure that an existing thread gets it's state set to PS_DEAD toJohn Birrell1999-05-163-3/+21
* - Fixed bug where we NULL'd before we freed the data causing a memory leak.Nate Williams1999-05-143-3/+3
* Removed extraneous comma in xrefs.Alexander Langer1999-05-144-8/+8
* Added missing comma in xrefs.Alexander Langer1999-05-142-4/+4