aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Embelish CFLAGS.David E. O'Brien2001-12-151-1/+2
* The instructions on doing something with src/lib/csu/sparc64.David E. O'Brien2001-12-151-0/+25
* Sparc64 ELF version of the C runtime support.David E. O'Brien2001-12-151-0/+128
* Pull the target thread of a join operation from the correct placeDaniel Eischen2001-12-153-9/+12
* clnt_bcast.c:420:33: warning: extra tokens at end of #endif directivePeter Wemm2001-12-151-1/+1
* Kernel support for smbfs is only built on the i386 at the moment, soSheldon Hearn2001-12-141-1/+2
* mdoc(7) police: bump document date.Ruslan Ermilov2001-12-141-1/+1
* Add bmake glue for src/contrib/smbfs and connect userland smbfsSheldon Hearn2001-12-142-1/+20
* * cleanup comments and definesAlexey Zelkin2001-12-141-8/+1
* Also fix cases when thousands separator should be put before number. ForAlexey Zelkin2001-12-131-2/+4
* Respect locale while handling of \' flag.Alexey Zelkin2001-12-131-22/+63
* Fix style bugs (mostly remove 'extern' from function prototypes)Alexey Zelkin2001-12-132-202/+206
* * remove reference to m68k-dependent sourcesAlexey Zelkin2001-12-131-7/+1
* If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.Ruslan Ermilov2001-12-131-2/+2
* s/crypt_format/crypt_default/ to match reality.Ruslan Ermilov2001-12-131-1/+1
* mdoc(7) police: minor markup nits.Ruslan Ermilov2001-12-121-20/+20
* mdoc(7) police: fix markup, bump document date.Ruslan Ermilov2001-12-122-30/+38
* mdoc(7) police: kill HSBs, add missing comma.Ruslan Ermilov2001-12-121-8/+13
* mdoc(7) police: fix markup.Ruslan Ermilov2001-12-121-13/+17
* mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.Ruslan Ermilov2001-12-121-57/+67
* mdoc(7) police: use no-break space.Ruslan Ermilov2001-12-121-1/+3
* mdoc(7) police: use no-break space, fix markup.Ruslan Ermilov2001-12-121-1/+2
* mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup.Ruslan Ermilov2001-12-121-1/+3
* Fix a number of subtle and evil bugs in the libc_r wrapping of sendfile(2).Alfred Perlstein2001-12-121-4/+50
* Add my e-mail to copyrightsAlexey Zelkin2001-12-112-2/+2
* * Add my e-mail to copyrightsAlexey Zelkin2001-12-1110-52/+57
* Fix grouping string handlingAlexey Zelkin2001-12-111-1/+4
* We support writing to at least one filesystem now.John Baldwin2001-12-111-1/+1
* Add support for overwriting the existing contents of a file to the UFSJohn Baldwin2001-12-111-4/+119
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Add auto-fill-on-delete. When deleting an 'A'uto created partitionMatthew Dillon2001-12-092-17/+38
* Back out previous commit.Dag-Erling Smørgrav2001-12-091-2/+1
* Don't build with NDEBUG.Dag-Erling Smørgrav2001-12-091-3/+0
* Conditionalize some debugging code that didn't use the DEBUG macro.Dag-Erling Smørgrav2001-12-091-8/+10
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs theDag-Erling Smørgrav2001-12-093-1/+5
* Start using .St macro for POSIX.1-2001.Ruslan Ermilov2001-12-082-4/+3
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-12-081-5/+5
* Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e.Maxim Sobolev2001-12-081-1/+1
* Get rid of unused anymore file! Alpha works fine with our strtod() now.Alexey Zelkin2001-12-071-2496/+0
* Return 'c' back to signed due to potential comparison problemsAndrey A. Chernov2001-12-076-60/+72
* Fix a typo.Ruslan Ermilov2001-12-071-1/+1
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagAlexey Zelkin2001-12-071-3/+3
* Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.Dag-Erling Smørgrav2001-12-071-1/+2
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. BeWes Peters2001-12-072-6/+32
* Remove blank line.Bill Fenner2001-12-071-1/+0
* Now that _pam_init_handlers() works as intended, it seems clear that weDag-Erling Smørgrav2001-12-071-1/+1
* We need pam_client.h from libpamc. This unbreaks worldDag-Erling Smørgrav2001-12-061-0/+6
* New, improved, more Posix-compliant strerror_r implementation,Wes Peters2001-12-062-72/+78
* Define PAM_READ_BOTH_CONFS. We can now have both /etc/pam.d andDag-Erling Smørgrav2001-12-051-1/+1
* Clarify ' ' space issueAndrey A. Chernov2001-12-052-2/+3