aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing cause for an EINVAL return (msgtype < 1).Sheldon Hearn1999-07-261-1/+4
* Correct HISTORY section, according to CVS logs.Sheldon Hearn1999-07-261-2/+3
* remove <ctype.h> - not neededAndrey A. Chernov1999-07-261-1/+0
* unsigned char cleanupAndrey A. Chernov1999-07-261-17/+17
* asprintf() does use realloc() internally, but saying so in the manpage can beTim Vanderhoek1999-07-251-4/+2
* Update the manpage for the number of symlinks in ELOOPNick Hibma1999-07-241-2/+4
* Backed out previous commit. devname.3 and devname.c were broken in Lite1Bruce Evans1999-07-241-4/+6
* Correct the information about the return value when no device matchesNik Clayton1999-07-201-6/+4
* Correct some grammar and style problems with this page.Nik Clayton1999-07-201-16/+16
* Various cleanups.Brian Feldman1999-07-191-6/+6
* Make devname(3) return something more intelligent than NULL if it doesn'tPoul-Henning Kamp1999-07-181-2/+27
* Enable gmon/mcount on alpha.Hidetoshi Shimokawa1999-07-162-13/+3
* Enable gcrt1.o.Hidetoshi Shimokawa1999-07-162-2/+25
* Make profil() 64bit-safe for alpha.Hidetoshi Shimokawa1999-07-161-2/+2
* Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbufJonathan Lemon1999-07-151-2/+2
* Be a little clearer about login_getpwclass(3), and its penchant forNik Clayton1999-07-141-1/+7
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-12360-5/+426
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+3
* Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.Dmitrij Tejblum1999-07-126-48/+18
* Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missingSheldon Hearn1999-07-121-1/+1
* Fix a couple more coding style nits.Jason Evans1999-07-115-12/+12
* Modify previous changes to conform better to libc_r's coding style.Jason Evans1999-07-1111-196/+297
* Fixed a minor style nit in the EXAMPLE section.Wes Peters1999-07-101-1/+1
* Clarify an explanation a little bit.Poul-Henning Kamp1999-07-091-4/+9
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().Dag-Erling Smørgrav1999-07-071-1/+5
* Make the new %Z addition thread-safe.David E. O'Brien1999-07-061-19/+49
* Always use growable thread stacks on the i386. The VM_STACK kernel optionJason Evans1999-07-0614-88/+51
* Merge from -stable; support for the 'ida' driver, move fla to major 102Mike Smith1999-07-052-4/+6
* Disable growable stacks by default, as advertised.Jason Evans1999-07-053-6/+6
* Use growable stacks for thread stacks that are the default stack size.Jason Evans1999-07-0514-64/+462
* Actually impliment the documented %Z specifier.David E. O'Brien1999-07-042-2/+44
* Nuke the BUGS sections of these man pages because they are not appropriate.Mike Pritchard1999-07-014-12/+4
* Fix typos/spelling errors.Mike Pritchard1999-07-016-16/+17
* Modify code to be -Wall'able.Mike Spengler1999-07-017-87/+55
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,Wes Peters1999-07-016-9/+575
* Spelll 'asynchronous' coriectlyKris Kennaway1999-07-011-2/+2
* 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