aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When servicing an internal FTP server, punch ipfirewall(4) holesRuslan Ermilov2001-11-271-5/+2
* Must link strerror manpage to strerror_r.Wes Peters2001-11-271-0/+1
* Add strerror_r function per Posix prototype.Wes Peters2001-11-272-23/+107
* Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8).Dag-Erling Smørgrav2001-11-271-85/+55
* Document the local_pass and nis_pass options, add a few xrefs, and reorderDag-Erling Smørgrav2001-11-271-5/+29
* Spelling police: sucessful -> successful.Dima Dorfman2001-11-241-1/+1
* s/processes/files/ inherited from kvm_getprocs(3).Ruslan Ermilov2001-11-241-1/+1
* Be more explicit about the fact that realloc() might return aGiorgos Keramidas2001-11-241-0/+4
* mdoc(7) police: markup cleanup.Ruslan Ermilov2001-11-221-15/+26
* mdoc(7) police: add missing comma.Ruslan Ermilov2001-11-221-1/+1
* fix compilation (include -> #include)Max Khon2001-11-211-1/+1
* mdoc(7) police: fixed typos and minor markup nits.Ruslan Ermilov2001-11-214-17/+21
* mdoc(7) police: markup nit in the actual rev. 1.13 changes.Ruslan Ermilov2001-11-211-1/+1
* mdoc(7) police: restore all FreeBSD fixes to this file that gotRuslan Ermilov2001-11-211-16/+14
* mdoc(7) police: general cleanup.Ruslan Ermilov2001-11-211-40/+55
* Should also include namespace.hBrian Feldman2001-11-211-1/+3
* Change certain syscalls from x to _x.Brian Feldman2001-11-211-7/+7
* Grammar nit.Ruslan Ermilov2001-11-211-1/+1
* mdoc(7) police: fixed bugs from rev. 1.15.Ruslan Ermilov2001-11-201-14/+14
* Introduce readpassphrase(3), a superset of getpass(3). ThisBrian Feldman2001-11-205-101/+256
* mdoc(7) police: minor markup and spelling fixes.Ruslan Ermilov2001-11-201-4/+7
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-11-201-2/+2
* mdoc(7) police: consistently use the .Ux macro.Ruslan Ermilov2001-11-201-4/+4
* mdoc(7) police: remove whitespace at EOL.Ruslan Ermilov2001-11-201-1/+1
* Include sys/param.h instead of sys/types.h to get the definition of theJohn Baldwin2001-11-201-1/+1
* o Cleanup of includes: user.h may be a catch-all, but that's notRobert Watson2001-11-191-4/+3
* #include <sys/user.h> rather than individually including a plethoraRobert Watson2001-11-191-4/+1
* Actually build new files.Jake Burkholder2001-11-191-1/+2
* libkvm for sparc64. Only works for kernel memory so far.Jake Burkholder2001-11-181-0/+157
* Need .type and .size here too.Jake Burkholder2001-11-187-4/+15
* Add more libc stuff.Jake Burkholder2001-11-1811-0/+843
* Catch up to jmpbuf changes. Define offsets used from assmebly languageJake Burkholder2001-11-182-24/+39
* Remove fork and vfork wrappers. The kernel does the right thing.Jake Burkholder2001-11-183-127/+1
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesJake Burkholder2001-11-181-7/+15
* Remove a sentence from the BUGS section that claims non page-alignedIan Dowse2001-11-181-3/+1
* Fix pthread_join so that it works if the target thread exits whileDaniel Eischen2001-11-1712-30/+96
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.Poul-Henning Kamp2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.Poul-Henning Kamp2001-11-161-0/+2
* Create link from directory.3 to readdir_r.3.Dima Dorfman2001-11-161-2/+2
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingRobert Watson2001-11-164-183/+7
* o Document 'nocheckmail' login capability.Robert Watson2001-11-161-0/+1
* Although the 'bool' type is referenced in the list of capabilities, itRobert Watson2001-11-161-0/+3
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-1513-12/+450
* Cross-reference the fdopen and fileno manpages.Murray Stokely2001-11-142-1/+3
* Cleanups after previous change:John Baldwin2001-11-132-18/+4
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-136-110/+4
* One more fix for sysinstall/libdisk to create a device fileMakoto Matsushita2001-11-111-6/+10
* Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation wasGregory Neil Shapiro2001-11-111-1/+6
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-116-7/+17
* Increment the loop counter.Dag-Erling Smørgrav2001-11-101-0/+1