aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Added $Id$David Greenman1994-09-243-0/+6
* If sysctl() fails, return "/kernel" so as not to screw people who haven'tGarrett Wollman1994-09-241-2/+2
* Added getbootfile(3), for an easy C interface to the kern.bootfile MIBGarrett Wollman1994-09-233-13/+140
* Added *ran48 functions, and put them in the correct place this time.Garrett Wollman1994-09-2313-2/+476
* Pass -q and -u flags to modload so that it shuts up and doesn't leaveGarrett Wollman1994-09-221-1/+1
* Make iso_addr's output conform to modern conventions for NSAPPaul Traina1994-09-221-18/+16
* Fix stupid memory-allocation error.Garrett Wollman1994-09-221-3/+9
* Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,Garrett Wollman1994-09-222-1/+235
* Document YP support.Garrett Wollman1994-09-202-29/+51
* My implementation of YP group file support, modeled after theGarrett Wollman1994-09-201-6/+210
* Second half of YP security hole fix. Needs updated passwordGarrett Wollman1994-09-201-5/+12
* Re-implement YP password file support from scratch. This implementationGarrett Wollman1994-09-201-3/+215
* Maintain pw_fields, and output same to password database.Garrett Wollman1994-09-201-0/+17
* Function in this module bloodly called 'gethostname' and linkedAndrey A. Chernov1994-09-191-2/+2
* Redo kernel NTP PLL support, user-mode interface.Garrett Wollman1994-09-183-10/+69
* Added support for kernel profiling to mcount.cPaul Richards1994-09-151-0/+4
* Use latest Arthur Olson timezone code rather than that supplied withGarrett Wollman1994-09-138-71/+524
* Added SYSV ipc system calls.Doug Rabson1994-09-1314-4/+199
* Port to FreeBSD. Not ready for inclusion in libc just yet, but hereGarrett Wollman1994-09-133-3/+12
* This commit was generated by cvs2svn to compensate for changes in r2710,Garrett Wollman1994-09-131-1/+1
|\
| * One more try, and if it doesn't work this time I'm giving up.Garrett Wollman1994-09-131-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r2708,Garrett Wollman1994-09-139-0/+4180
|\|
| * The rest of tzcode94g from Arthur David Olson.Garrett Wollman1994-09-139-0/+4180
* Based on fix from 1.1.5.1:Geoff Rehmet1994-09-081-1/+10
* document libcrypt and libcipher.Geoff Rehmet1994-09-081-0/+17
* Make errors in /etc/fstab print the line numbers where they occured.Jordan K. Hubbard1994-09-081-2/+13
* Don't include <sys/types.h> to get u_int or use u_int for a bogus cast.Bruce Evans1994-09-051-4/+2
* Fix printing of weird errno's: negative values were printed as largeBruce Evans1994-09-051-5/+9
* u_int -> unsigned int, so that we don't have to include <sys/types.h>Bruce Evans1994-09-051-2/+2
* Fixed editing blunder.David Greenman1994-09-011-2/+2
* Added rtprio system call stub and manual page.David Greenman1994-09-012-4/+96
* Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles.Bruce Evans1994-08-311-9/+6
* Fix comparison of int against unsigned when checking error returnGeoff Rehmet1994-08-311-2/+2
* Undo some of Bruce's ``clean-up''. Don't be so damned verbose.Garrett Wollman1994-08-301-6/+6
* Don't build .po's if NOPROFILE is defined.Bruce Evans1994-08-281-10/+27
* gethostid.2 is now gethostid.3. Instal the correct one.Bruce Evans1994-08-281-1/+1
* Fix gethostbyaddr():Geoff Rehmet1994-08-281-2/+2
* libc.so should be installed immutable.Garrett Wollman1994-08-261-0/+1
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey HsuDavid Greenman1994-08-221-0/+1
* This is weird. I *added this*, but it went away again! Ummm.. Mumble.Jordan K. Hubbard1994-08-222-0/+12
* Put __infinity back here again until someone does the right thing andJordan K. Hubbard1994-08-202-2/+2
* Fixed problem with returning -1 on error when the return value is aDavid Greenman1994-08-132-2/+4
* Oops, forgot to cvs add this file.Garrett Wollman1994-08-101-0/+63
* Make it easier for programs to figure out what revision of FreeBSD theyGarrett Wollman1994-08-101-4/+4
* Add back set_rpc_grouplistsize(), so mount_nfs compiles again. AlsoGarrett Wollman1994-08-101-3/+28
* Fixed typo.Garrett Wollman1994-08-091-2/+2
* Add (substantially re-written) support for /etc/host.conf, and reintegratedGarrett Wollman1994-08-091-11/+196
* Add a missing backslash to get this to work again.Jordan K. Hubbard1994-08-081-1/+1
* Added YP domain name getting/setting support, for SunOS/old programGarrett Wollman1994-08-083-7/+128
* Add back in the YP code from 1.1.5. (This attribution brought to youGarrett Wollman1994-08-074-0/+1202