summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Uniformly refer to a file system as "file system".ru2002-12-1226-165/+165
* mdoc(7) police: .Dt is ALL UPPERCASE.ru2002-12-121-1/+1
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-116-0/+6
* Fixed the parameter's name.ru2002-12-111-1/+1
* mdoc(7) police: tiny nits.ru2002-12-091-4/+4
* mdoc(7) police: tiny nits.ru2002-12-093-8/+11
* mdoc(7) police: overhaul.ru2002-12-091-109/+232
* mdoc(7) police: nits.ru2002-12-091-15/+18
* mdoc(7) police: nits.ru2002-12-091-2/+3
* mdoc(7) police: overhaul.ru2002-12-091-12/+12
* For now, build and install this as libkse instead of libpthread.deischen2002-12-084-6/+6
* Do not guarantee an overflow of tm_year when doing the binary search inpeter2002-12-051-0/+6
* Capitalize ASCII code names.ru2002-12-053-10/+15
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-0421-38/+50
* mdoc(7) police: markup overhaul.ru2002-12-046-14/+22
* mdoc(7) police: markup overhaul.ru2002-12-047-58/+82
* mdoc(7) police: overhaul.ru2002-12-048-109/+132
* Minimal libc for PowerPC.grehan2002-12-0418-0/+1149
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.jake2002-12-041-1/+1
* Update the second copy of libstand to deal with the new ufs2 superblockjake2002-12-031-1/+1
* Break up a bunch of crazy if statements to use a case statement insteadjhb2002-12-021-14/+16
* Replace rev 1.33 with a real fix. The problem was integer overflowspeter2002-12-021-8/+2
* Backed out previous commit (alignment suitable for RELENG_4) as plannedbde2002-12-012-66/+0
* mdoc(7) police: sweep.ru2002-11-2915-88/+92
* mdoc(7) police: sweep.ru2002-11-292-12/+14
* mdoc(7) police: formatting nits.ru2002-11-2919-64/+94
* Whitespace nits.des2002-11-281-2/+2
* Add a PAM_MODULE_ENTRY to this module so it'll actually do something.des2002-11-281-0/+2
* try SIOCGIFINDEX 1st to be able to use network aliasing.ume2002-11-281-0/+13
* Implement and document support for an HTTP_REFERER environment variable.des2002-11-282-12/+26
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-1/+1
* Schedule spinlocked threads by moving them through the work queue, insteadmini2002-11-242-4/+30
* Get the wall clock time from the KSE mailbox, rather than doing anothermini2002-11-242-4/+4
* Directly load %edx from mailboxdavidxu2002-11-231-4/+3
* Describe newly added fields in the KSE and thread mailboxes.archie2002-11-221-0/+28
* Document the `label' capability.chris2002-11-221-0/+2
* In _thread_enter_uts, fix eflags saving bug.davidxu2002-11-223-8/+17
* Fix idle timeout bug, use correct current time of day.davidxu2002-11-202-4/+4
* libc_r wasn't so tied to libc for 22 months.ru2002-11-1831-153/+107
* This file has reincarnated as src/include/uuid.h with a whole newmarcel2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasmarcel2002-11-181-2/+0
* Adjust code for new mailbox format.davidxu2002-11-182-6/+6
* Oops. Some ut_time stuff slipped through the cracks. These turned outpeter2002-11-172-2/+4
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSmike2002-11-171-4/+13
* - Ease sanity check to get cylinders.nyan2002-11-171-6/+12
* goto break; != break;dougb2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:alfred2002-11-171-6/+3
* Implement the lock with a cmpxchg instruction instead of a xchg.marcel2002-11-161-2/+3
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-164-6/+6
* Provide more correct default values for sysconf(3) reporting of the AIOalfred2002-11-161-0/+3
OpenPOWER on IntegriCloud