summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: fixed warnings.ru2000-11-201-4/+2
* mdoc(7) police: fixed warning.ru2000-11-201-1/+1
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-2017-69/+66
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-206-25/+25
* Change a "while {}" loop to a "do {} while" to allow it to bedeischen2000-11-206-9/+21
* Fix MD macros to work for alpha. Without this fix, threads under alphadeischen2000-11-203-12/+12
* MAXPATHNAMELEN -> MAXPATHLENkris2000-11-191-1/+1
* Don't suggest people use getpid() to construct temporary filenames;kris2000-11-191-2/+6
* Update the documentation to describe the new mktemp() family behaviour.kris2000-11-191-8/+33
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-1721-22/+22
* Fix a bug where a statically initialized condition variabledeischen2000-11-163-6/+6
* Delete 4 lines of misleading/incorrect comments.deischen2000-11-163-12/+0
* Replace a `dagger' sign with a `double dagger' one.ru2000-11-161-15/+15
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-1512-12/+12
* When entering the scheduler from the signal handler, telldeischen2000-11-1412-57/+114
* Convert this from -man to -mdoc.ru2000-11-141-140/+345
* Spell the des's name correctly.ru2000-11-141-2/+2
* Spell the sos's name correctly.ru2000-11-141-1/+1
* Use Fx macro wherever possible.ru2000-11-1445-63/+141
* Change [Ii]t's to "It is" and "its" as appropriate.sheldonh2000-11-141-1/+1
* Whitespace only: remove hard sentence breaks introduced in previoussheldonh2000-11-141-3/+4
* Bump the shared lib version. There seems to have been an incompatibleobrien2000-11-144-4/+4
* Fix bug introduced in previous commit: users obtained via compat modenectar2000-11-131-3/+8
* Create the links for the reentrant time functions.nik2000-11-121-1/+3
* Correct the logic for checking the emptiness of the waiting queue.deischen2000-11-113-3/+3
* Correct description of KERN_PROC. Add description of KERN_PROC_ARGS.abial2000-11-111-2/+13
* Increase the size of the mktemp() filename space by dropping the PID fromkris2000-11-101-25/+17
* remove outdated bugs, we actually do have aio_cancel supportalfred2000-11-102-4/+1
* Fix passwd entry `prototypes' in compat mode. I broke this in revisionnectar2000-11-101-34/+16
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-1024-50/+27
* Use the documented (and historical) defaults. Centralize the decision logicdes2000-11-104-37/+45
* Disable the end guard for now.benno2000-11-101-0/+2
* Make setjmp work our way, as opposed to NetBSD's.benno2000-11-101-3/+1
* Don't always enable debugging for the network device code.benno2000-11-101-2/+0
* Don't needlessly poll file descriptors when there are nodeischen2000-11-0940-2104/+1815
* Prevent the thread-safe version of kevent from gettingdeischen2000-11-091-2/+3
* Eliminate inconsistency where a value that contains only whitespacemurray2000-11-091-1/+6
* Fix password clearing bug which prevented challenge/response from working.eivind2000-11-081-1/+1
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h somurray2000-11-083-9/+13
* Use size_t rather than a 16-bit data type fo the length.obrien2000-11-071-1/+5
* MFS: add ATA raid support for sysinstalljkh2000-11-062-2/+4
* Fixed typos.ru2000-11-061-4/+4
* Fixed typo: .FR -> .Faru2000-11-061-1/+1
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-5/+1
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* At the beginning of pthread_mutex_lock(), call _thread_init() ifjdp2000-11-013-0/+9
* Fix nits introduced in rev 1.9:sheldonh2000-10-301-2/+4
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* Replace old sigaction struct declaration with the new one as presentasmodai2000-10-301-12/+8
* Correct incorrect information about the PATH used for exec*() calls.asmodai2000-10-301-4/+7
OpenPOWER on IntegriCloud