summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+3
* Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.dt1999-07-126-48/+18
* Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missingsheldonh1999-07-121-1/+1
* Fix a couple more coding style nits.jasone1999-07-115-12/+12
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-1111-196/+297
* Fixed a minor style nit in the EXAMPLE section.wes1999-07-101-1/+1
* Clarify an explanation a little bit.phk1999-07-091-4/+9
* Back out previous commit after discussing it with Dmitrij Tejblum.des1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().des1999-07-071-1/+5
* Make the new %Z addition thread-safe.obrien1999-07-061-19/+49
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-0614-88/+51
* Merge from -stable; support for the 'ida' driver, move fla to major 102msmith1999-07-052-4/+6
* Disable growable stacks by default, as advertised.jasone1999-07-053-6/+6
* Use growable stacks for thread stacks that are the default stack size.jasone1999-07-0514-64/+462
* Actually impliment the documented %Z specifier.obrien1999-07-042-2/+44
* Nuke the BUGS sections of these man pages because they are not appropriate.mpp1999-07-014-12/+4
* Fix typos/spelling errors.mpp1999-07-016-16/+17
* Modify code to be -Wall'able.mks1999-07-017-87/+55
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,wes1999-07-016-9/+575
* Spelll 'asynchronous' coriectlykris1999-07-011-2/+2
* Fix the NAME section of the kldload.2 manpage, which made reference tosheldonh1999-07-016-8/+52
* Defer signals, so we will not wait for SIGCHLD after it was delivered.dt1999-06-293-0/+15
* Clarify what happens if fd is set to -1billf1999-06-291-2/+4
* Move call to umask(0) back into pw_util(), because the latterpb1999-06-291-1/+4
* Document that mlock() and munlock() can return EPERM if thempp1999-06-271-1/+9
* Just return `curbrk' for sbrk(0) to avoid syscall overhead.simokawa1999-06-261-0/+2
* Force umask to 077 (instead of 000) during the edit phase, to getpb1999-06-261-4/+1
* Add -d option to vipw(8) to allow selection of an alternative directorysheldonh1999-06-261-8/+14
* Fix few warnings on the alpha.dt1999-06-236-9/+12
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-222-5/+18
* Correct troff sequence for backslashes in manual page.jkoshy1999-06-212-2/+2
* Remove -DNOPOLL from the compilation flags now that there is a poll wrapperjb1999-06-203-12/+12
* In the words of the author:jb1999-06-2078-4373/+5601
* Typo in previous commit.ru1999-06-181-2/+2
* Mention that pid 1 is not affected by kill(-1, SIGXXX) too.ru1999-06-181-3/+8
* Add a MAINTAINER line to modules that I maintain.ken1999-06-182-0/+2
* Minor English corrections were made; SEE ALSO was also fixed (no commas).green1999-06-171-4/+4
* cam_get_device() was returning 0 on failure, and 1 on success, whilempp1999-06-151-10/+10
* Fix a minor style nit in the NAME section.mpp1999-06-111-1/+1
* Move the description of the strncmp() function from the RETURN VALUESmpp1999-06-111-6/+6
* Improvement in the description of what this does.markm1999-06-101-10/+10
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])dt1999-06-071-2/+2
* Spell the .St macro correctly.steve1999-06-071-1/+1
* Spell isinf(3) correctly.steve1999-06-071-1/+1
* Call do_ctors() and do_dtors() using indirect calls through functionjdp1999-06-061-3/+12
* Update of intro(2)/errno(2) in the ongoing effort of the Programmer'sjseger1999-06-061-0/+25
* Change an internal variable from "class" to "ns_class" for C++'s benefit.peter1999-06-041-2/+2
* Apply patch for PR #12008: remember to reset _yp_enabled flag inwpaul1999-06-041-0/+2
* Typo.pb1999-05-251-2/+2
* Added Posix rand_r function.wes1999-05-242-5/+74
OpenPOWER on IntegriCloud