summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
* This is the addition of a syslog(3) security.* top-level category. Thisgreen1999-08-211-1/+4
* Reverted to revision 1.8 as previous fix causes fts_open with with apho1999-08-152-2/+2
* Various man page cleanup:mpp1999-08-152-4/+4
* Reviewed by: phkpho1999-08-142-2/+2
* Bad reference of sysctl(1) changed to sysctl(8)chris1999-08-141-3/+3
* Fix some bad references:chris1999-08-141-3/+3
* Use the .At macro when referencing versions of AT&T UNIX.mpp1999-07-303-6/+8
* Add missing cause for an EINVAL return (msgtype < 1).sheldonh1999-07-261-1/+4
* Backed out previous commit. devname.3 and devname.c were broken in Lite1bde1999-07-241-4/+6
* Correct the information about the return value when no device matchesnik1999-07-201-6/+4
* Make devname(3) return something more intelligent than NULL if it doesn'tphk1999-07-181-2/+27
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1264-0/+69
* Spell isinf(3) correctly.steve1999-06-071-1/+1
* Apply patch for PR #12008: remember to reset _yp_enabled flag inwpaul1999-06-041-0/+2
* Chflags was clearing all flags supplied on the command line after ajmz1999-05-213-6/+6
* Fixed disordering and duplication of MLINKS in previous commit tobde1999-05-191-1/+2
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-182-4/+20
* More typos.kris1999-05-091-2/+2
* Typo.kris1999-05-091-1/+1
* Add missing strings.phk1999-04-241-0/+7
* Back out my change from 6 April PDT that added a new dlversion()jdp1999-04-222-33/+1
* Revise for KLD's.ghelmer1999-04-201-55/+8
* vfsload maps into kldload only now, no more fork/exec of modload(8).peter1999-04-191-85/+1
* Add manpage link for dlversion(3).jdp1999-04-071-2/+3
* Add a new function dlversion() which returns the version number ofjdp1999-04-072-2/+34
* Partial fix for the forking problem: if we can't access the master maps,des1999-03-271-4/+11
* Fix a (relatively harmless) braino. I confused myself over the for() looppeter1999-03-241-3/+2
* Remove last remaining references to malloc/realloc and functions thatpeter1999-03-231-50/+40
* Typo fix.jkoshy1999-03-231-1/+1
* Don't be so selective about which errors cause us to continue andimp1999-03-211-7/+2
* EACESS -> EACCESalex1999-03-151-1/+1
* Don't bogotify the synopsis by attempting to describe err_set_file() there.bde1999-03-051-11/+19
* Use sysctlbyname() instead of sysctl().phk1999-03-051-6/+2
* Add a note about ELF executables requiring to be linked with -export-dynamicjkoshy1999-02-171-0/+8
* Use the correct type for uid and gid in struct passwd. Document it.des1999-01-181-2/+2
* Make the implementation and documentation agree. Specifically:des1999-01-062-6/+11
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichbde1999-01-011-0/+29
* Restore old semantics (broken in rev 1.47's buffer overflow fix).eivind1998-12-171-1/+3
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isbde1998-12-161-8/+7
* Add reminder to return memory allocated by this call.imp1998-12-161-1/+10
* PR: docs/9050dillon1998-12-131-0/+1
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlybde1998-12-071-3/+1
* Fix a .Nm -> .Fn fix that was missed in the previous commit.jkoshy1998-11-091-1/+1
* Update manual page to reflect changes in rev 1.12 ofjkoshy1998-11-061-3/+6
* A feeble attempt at kld compatability. The mount_* programs assume thatpeter1998-11-031-1/+10
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().rnordier1998-10-291-1/+3
* The man page implies that the string argument to psignal() may bernordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the casejdp1998-10-281-59/+77
OpenPOWER on IntegriCloud