aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* General clean-up of socket.h and associated sources to synchronise upPoul-Henning Kamp1999-11-2418-30/+57
* longjumperror() and abort() don't exist in libstand.. Don't testPeter Wemm1999-11-241-8/+1
* Ensure libmytinfo stays dead.. I originally left it here so that we mightPeter Wemm1999-11-2447-9385/+0
* Allow empty UIDs if we are processing NIS records. I am not entirelyEivind Eklund1999-11-221-2/+4
* Make __sfp() even more thread-safe.Dmitrij Tejblum1999-11-211-1/+1
* Add (FILE *) locking.Dmitrij Tejblum1999-11-201-0/+9
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().Dmitrij Tejblum1999-11-201-0/+11
* Fix HISTORY - the copyright header on the file of the GCC version wasDavid E. O'Brien1999-11-201-4/+4
* Add to the HISTORY.David E. O'Brien1999-11-191-1/+9
* The "acfcomp" field is not in the structure anymore. There may be a betterOllivier Robert1999-11-191-1/+0
* For the TCP transport, put the listening socket in non-blockingJohn Polstra1999-11-181-0/+18
* Make setproctitle(NULL) restore all of the original argumentsBrian Somers1999-11-174-60/+90
* Fix a bug in the hack that protects against FTP bounce attacks.John Polstra1999-11-171-3/+2
* Don't complain loudly about unknown termcap capabilities, eg:Peter Wemm1999-11-172-2/+2
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-163-0/+66
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add aSheldon Hearn1999-11-152-4/+15
* fts_pathlen and fts_namelen are u_short, not shortKris Kennaway1999-11-151-2/+2
* TypoKris Kennaway1999-11-151-1/+1
* Properly document what ENOENT really means for kldfind(2).Chris Costello1999-11-141-3/+1
* Don't include Kerberos if NOCRYPT is defined, because it isn't buildMarcel Moolenaar1999-11-143-5/+11
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-15/+15
* Go to a bit more trouble to make it absolutely clear that malloc(3)Peter Wemm1999-11-121-2/+9
* Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here toPeter Wemm1999-11-125-420/+1
* Decremement by 1 the value taken for %j before assigning it to tm_yday,Sheldon Hearn1999-11-101-6/+50
* Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize shouldKazutaka YOKOTA1999-11-091-1/+1
* Fix dead loop if locale contains / and not all categories specifiedAndrey A. Chernov1999-11-091-1/+3
* Remove useless section.Alexey Zelkin1999-11-091-2/+0
* Restore sub-chapters order.Alexey Zelkin1999-11-091-19/+16
* style fixAlexey Zelkin1999-11-091-5/+8
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-088-148/+683
* Flag empty UID entries as errors (to stop typos from turning intoEivind Eklund1999-11-061-1/+6
* Link manual page for login_getpwclass(3) to login_cap(3).Joseph Koshy1999-11-041-1/+3
* Add unsigned char cast to isalphaAndrey A. Chernov1999-11-042-2/+2
* Add unsigned char cast to isdigitAndrey A. Chernov1999-11-041-1/+1
* Add unsigned char cast to is[x]digitAndrey A. Chernov1999-11-042-5/+5
* Add unsigned char cast to isdigitAndrey A. Chernov1999-11-042-2/+2
* Add unsigned char cast to isupperAndrey A. Chernov1999-11-041-1/+1
* unsigned char cast to ctype macrosAndrey A. Chernov1999-11-041-1/+3
* Add unsigned char cast to ctype macros argAndrey A. Chernov1999-11-045-37/+39
* Add unsigned char cast to isspace argAndrey A. Chernov1999-11-044-7/+15
* Fix a really lame buglet which broke with IPs of 34Brian Feldman1999-11-031-1/+1
* Change structure field tolower to to_lower. The same for the toupper.Boris Popov1999-11-031-4/+4
* It is no longer necessary to prepend underscores to external symbols underJoerg Wunsch1999-11-021-24/+8
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ableMike Smith1999-11-022-1/+5
* Document that bind(2) can fail with EAGAIN.Nik Clayton1999-11-011-0/+3
* Add support for RADIUS accounting. Note, this changes the formatJohn Polstra1999-10-315-53/+259
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesBrian Feldman1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. ThisBrian Feldman1999-10-311-65/+69
* Add support for C++ in the headers. Some style cleanup.Boris Popov1999-10-317-179/+181
* Minor mdoc cleanup.Mike Pritchard1999-10-301-1/+1