summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the fixfsfile() so that it works for both block and character devicespeter1999-12-231-1/+7
* Just on the off-chance that somebody might use libdisk in a totallyphk1999-12-221-5/+11
* Document the current behaviour with respect to the handling of errno.sheldonh1999-12-221-1/+8
* Aargh, the $FreeBSD$ check caused an inconsistent commit by rejectingbde1999-12-221-2/+3
* Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c frombde1999-12-222-270/+0
* Fix a typo which I cannot believe I missed after rereading this textasmodai1999-12-211-1/+1
* Properly manify this manpage.asmodai1999-12-211-5/+5
* Fix a bug where a pointer would be one character too far after puttingroberto1999-12-214-4/+4
* What was I smoking? Use the proper form of the library names.obrien1999-12-211-5/+3
* Manual page style work.julian1999-12-211-16/+37
* Forgot a library.obrien1999-12-201-4/+5
* Add needed 3.x libraries from 3.4-RELEASE.obrien1999-12-2011-1/+16534
* Make sure curses.h is generated when making build-tools make_keysmarcel1999-12-202-4/+4
* Rewriting of flags_to_string() and string_to_flags() to use an array.roberto1999-12-194-344/+244
* This commit was generated by cvs2svn to compensate for changes in r54820,peter1999-12-192-0/+383
|\
| * Import fparseln(3) from NetBSD. It's used for easily dealing with \peter1999-12-192-0/+383
* | Initialize a var to quiet -Wall.obrien1999-12-181-1/+1
* | Switch over to the OpenBSD fts.c, fixing lots of things.green1999-12-182-142/+250
* | Fix some minor POSIX/SUSv2 compliance nits.jasone1999-12-186-21/+15
* | Make a dlopen failure consistant with dlsym(). "Shouldn't happen."peter1999-12-172-2/+6
* | patch glitchpeter1999-12-171-3/+0
* | Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andpeter1999-12-173-5/+91
* | Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-171-7/+58
* | Fix typosphantom1999-12-178-10/+16
* | Change to work with recent signal changes. The signal being handled isdeischen1999-12-171-6/+14
* | Fix handling of trailing :'s to match what other OSes do (spit outjkh1999-12-171-2/+8
* | Fix problems with cancellation while in critical regions.deischen1999-12-1720-40/+95
* | Fixes for signal handling:deischen1999-12-1715-441/+624
* | Avoid an infinite loop if the last element of the iov array passed tojasone1999-12-163-3/+39
* | KAME 4th patchshin1999-12-166-4/+1088
* | Document SA_SIGINFOcracauer1999-12-151-25/+90
* | Catch up to the fact that block devices are toast.jkh1999-12-152-13/+38
* | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forjasone1999-12-144-8/+24
* | Commented outnik1999-12-141-1/+1
* | Remove x-ref to itself.billf1999-12-141-1/+0
* | Correct "standard compilance" notesphantom1999-12-141-2/+8
* | Add a `build-tools' target for make_hash and make_keys.marcel1999-12-132-0/+4
* | Document VGLGetXY and VGLSetXY functions.abial1999-12-131-0/+22
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-122-0/+56
* | While comparing this with OpenBSD (ie: trying to figure out what mkstemps()peter1999-12-111-2/+2
* | Install include files with mode 444.marcel1999-12-112-2/+2
* | Fix a '&&' that should have been a '&'.archie1999-12-101-1/+1
* | Fix several typos.archie1999-12-091-17/+17
* | Remove discussion of %C in the BUGS section. The limitations on validsheldonh1999-12-091-4/+0
* | Prevent digit-gobbling for all but %l and %e, which can't be fixed.sheldonh1999-12-082-12/+85
* | Accept 12 for %l, because it's logical to expect "%l:%M" to work forsheldonh1999-12-081-1/+1
* | Add a cross-reference to fabs(3) man page.chris1999-12-071-0/+1
* | Add reference to netgraph(4) in the 'see also' section.archie1999-12-061-0/+1
* | Fix buffer overflows.kris1999-12-051-2/+2
* | Make work for sigset_t change. Also modify tests to account fordeischen1999-12-052-6/+6
OpenPOWER on IntegriCloud