aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.Jake Burkholder2002-12-041-1/+1
* Update the second copy of libstand to deal with the new ufs2 superblockJake Burkholder2002-12-031-1/+1
* Break up a bunch of crazy if statements to use a case statement insteadJohn Baldwin2002-12-021-14/+16
* Replace rev 1.33 with a real fix. The problem was integer overflowsPeter Wemm2002-12-021-8/+2
* Backed out previous commit (alignment suitable for RELENG_4) as plannedBruce Evans2002-12-012-66/+0
* mdoc(7) police: sweep.Ruslan Ermilov2002-11-2915-88/+92
* mdoc(7) police: sweep.Ruslan Ermilov2002-11-292-12/+14
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-2919-64/+94
* Whitespace nits.Dag-Erling Smørgrav2002-11-281-2/+2
* Add a PAM_MODULE_ENTRY to this module so it'll actually do something.Dag-Erling Smørgrav2002-11-281-0/+2
* try SIOCGIFINDEX 1st to be able to use network aliasing.Hajimu UMEMOTO2002-11-281-0/+13
* Implement and document support for an HTTP_REFERER environment variable.Dag-Erling Smørgrav2002-11-282-12/+26
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-1/+1
* Schedule spinlocked threads by moving them through the work queue, insteadJonathan Mini2002-11-242-4/+30
* Get the wall clock time from the KSE mailbox, rather than doing anotherJonathan Mini2002-11-242-4/+4
* Directly load %edx from mailboxDavid Xu2002-11-231-4/+3
* Describe newly added fields in the KSE and thread mailboxes.Archie Cobbs2002-11-221-0/+28
* Document the `label' capability.Chris Costello2002-11-221-0/+2
* In _thread_enter_uts, fix eflags saving bug.David Xu2002-11-223-8/+17
* Fix idle timeout bug, use correct current time of day.David Xu2002-11-202-4/+4
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-1831-153/+107
* This file has reincarnated as src/include/uuid.h with a whole newMarcel Moolenaar2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasMarcel Moolenaar2002-11-181-2/+0
* Adjust code for new mailbox format.David Xu2002-11-182-6/+6
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-172-2/+4
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSMike Barcroft2002-11-171-4/+13
* - Ease sanity check to get cylinders.Yoshihiro Takahashi2002-11-171-6/+12
* goto break; != break;Doug Barton2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-6/+3
* Implement the lock with a cmpxchg instruction instead of a xchg.Marcel Moolenaar2002-11-161-2/+3
* Disconnect the userland get/set/swapcontext() functions fromDaniel Eischen2002-11-164-6/+6
* Provide more correct default values for sysconf(3) reporting of the AIOAlfred Perlstein2002-11-161-0/+3
* Sort SRCS.Marcel Moolenaar2002-11-161-5/+4
* utmp.ut_time and lastlog.ll_time are explicitly int32_t rather thanPeter Wemm2002-11-151-4/+6
* Fixed style(9)Yoshihiro Takahashi2002-11-1514-409/+484
* When about to do an execve(), don't reset the O_NONBLOCK flag on any fileArchie Cobbs2002-11-151-0/+4
* Make dynamic PAM modules depend on dynamic PAM library.Ruslan Ermilov2002-11-141-4/+7
* Define `Sudden_Underflow' when compiling for the AlphaRobert Drehmel2002-11-141-0/+3
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsWarner Losh2002-11-141-3/+6
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesRuslan Ermilov2002-11-141-0/+1
* o Fix _longjmp() to return 1 when the return value is given as 0.Marcel Moolenaar2002-11-141-52/+25
* Argh, change declaration of two-dimensional array so that it actuallyDaniel Eischen2002-11-132-2/+3
* Make this compile with whatever error-checking is enabled in buildworldDaniel Eischen2002-11-131-2/+2
* At initialization, override the pthread stub routines in libcDaniel Eischen2002-11-1319-136/+245
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-134-393/+222
* The pam_krb5 module stored a reference to a krb5_ccache structure asJacques Vidrine2002-11-131-20/+42
* Use `krb5_get_err_text' instead of `error_message' so that instead ofJacques Vidrine2002-11-131-24/+47
* Actually check if stdbool.h exists when BOOTSTRAPPING.Ruslan Ermilov2002-11-132-2/+2
* Bootstrapping aid for 4.0-RELEASE.Ruslan Ermilov2002-11-132-0/+8
* Handle EFI partitions the same as regular FAT partitions. The onlyMarcel Moolenaar2002-11-132-0/+4