aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Little regex code cleaness, idea from jgreco@ns.sol.netAndrey A. Chernov1994-10-021-3/+2
* Fix bug with 8-bit chars sign extention (ctype not works)Andrey A. Chernov1994-10-021-4/+6
* Rewritten using POSIX regexAndrey A. Chernov1994-10-023-3/+29
* Move skey.h back where it belongsPaul Traina1994-09-292-2/+44
* Install improved skey access codePaul Traina1994-09-293-2/+474
* Use same configuration file, /etc/host.conf, for both gethost* andGarrett Wollman1994-09-261-7/+9
* Fixed YP networks map support.Garrett Wollman1994-09-261-7/+24
* Don't include sys/exec.h.David Greenman1994-09-251-1/+0
* remove need for -DDEBUG from resolver code (conflict with db/hash)Paul Traina1994-09-257-75/+36
* get* rework and new bind codePaul Traina1994-09-2515-1088/+2783
* Document getvfsent() and kin.Garrett Wollman1994-09-252-2/+232
* Fix so that people who don't have LKMs compiled in their kernels don'tGarrett Wollman1994-09-251-0/+8
* Call reduced (8-bit only) startup_setlocale()Andrey A. Chernov1994-09-241-2/+3
* Make not-so-space-eaten locale version:Andrey A. Chernov1994-09-2412-290/+525
* Fix bug in %i format, second argument not incrementedAndrey A. Chernov1994-09-241-1/+4
* Fix bug with scroll region parameters (x changed to y)Andrey A. Chernov1994-09-241-3/+3
* Added $Id$David Greenman1994-09-244-0/+8
* If sysctl() fails, return "/kernel" so as not to screw people who haven'tGarrett Wollman1994-09-241-2/+2
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-242-4/+3
* Added getbootfile(3), for an easy C interface to the kern.bootfile MIBGarrett Wollman1994-09-233-13/+140
* Don't define LITTLE_ENDIAN is already defined.David Greenman1994-09-231-0/+2
* 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
* Attention to all cc hackers, here workaround for gcc 2.6.0Andrey A. Chernov1994-09-221-2/+4
* Fix mvcur typo bug from my previous fixAndrey A. Chernov1994-09-221-1/+1
* 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
* Added beforeinstall rule to install .h files. We might need some .mkPoul-Henning Kamp1994-09-191-0/+14
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEAndrey A. Chernov1994-09-192-9/+5
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cAndrey A. Chernov1994-09-182-3/+12
* Redo kernel NTP PLL support, user-mode interface.Garrett Wollman1994-09-183-10/+69
* libmd no longer built as shared-lib, only static.Poul-Henning Kamp1994-09-181-2/+3
* Added support for kernel profiling to mcount.cPaul Richards1994-09-151-0/+4
* Add sanity check for "no previous regular expression" state,Andrey A. Chernov1994-09-141-1/+4
* Fix bug with searching "" pattern, cause 'more' always showsAndrey A. Chernov1994-09-141-1/+1
* 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
* Subwin code forget to subtract orig->beg{x,y} cause SEGVAndrey A. Chernov1994-09-121-2/+2