summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Grammar nit.ru2001-11-211-1/+1
* mdoc(7) police: fixed bugs from rev. 1.15.ru2001-11-201-14/+14
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-205-101/+256
* mdoc(7) police: minor markup and spelling fixes.ru2001-11-201-4/+7
* mdoc(7) police: sort xrefs.ru2001-11-201-2/+2
* mdoc(7) police: consistently use the .Ux macro.ru2001-11-201-4/+4
* mdoc(7) police: remove whitespace at EOL.ru2001-11-201-1/+1
* Include sys/param.h instead of sys/types.h to get the definition of thejhb2001-11-201-1/+1
* o Cleanup of includes: user.h may be a catch-all, but that's notrwatson2001-11-191-4/+3
* #include <sys/user.h> rather than individually including a plethorarwatson2001-11-191-4/+1
* Actually build new files.jake2001-11-191-1/+2
* libkvm for sparc64. Only works for kernel memory so far.jake2001-11-181-0/+157
* Need .type and .size here too.jake2001-11-187-4/+15
* Add more libc stuff.jake2001-11-1811-0/+843
* Catch up to jmpbuf changes. Define offsets used from assmebly languagejake2001-11-182-24/+39
* Remove fork and vfork wrappers. The kernel does the right thing.jake2001-11-183-127/+1
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesjake2001-11-181-7/+15
* Remove a sentence from the BUGS section that claims non page-alignediedowse2001-11-181-3/+1
* Fix pthread_join so that it works if the target thread exits whiledeischen2001-11-1712-30/+96
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.phk2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.phk2001-11-161-0/+2
* Create link from directory.3 to readdir_r.3.dd2001-11-161-2/+2
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingrwatson2001-11-164-183/+7
* o Document 'nocheckmail' login capability.rwatson2001-11-161-0/+1
* Although the 'bool' type is referenced in the list of capabilities, itrwatson2001-11-161-0/+3
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-1513-12/+450
* Cross-reference the fdopen and fileno manpages.murray2001-11-142-1/+3
* Cleanups after previous change:jhb2001-11-132-18/+4
* The kernel already fixes up %eax for parents that return from fork, sojhb2001-11-136-110/+4
* One more fix for sysinstall/libdisk to create a device filematusita2001-11-111-6/+10
* Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation wasgshapiro2001-11-111-1/+6
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-116-7/+17
* Increment the loop counter.des2001-11-101-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.ru2001-11-092-58/+66
* The algorithm that computes the tables used in the BM search algorithm sometimesdcs2001-11-091-1/+2
* Note that the manpage is incorrect about the vector argument.peter2001-11-091-0/+3
* kern.ps_arg_max_cache is a long, not an int. I believe this is half ofpeter2001-11-081-1/+1
* Fix vendor ID's.obrien2001-11-0712-36/+60
* rcsid[]->__FBSDIDobrien2001-11-0755-248/+95
* Don't ignore unknown characters. The previous code treated a line like:fenner2001-11-072-3/+5
* - Change the f_isdir field of struct file to be a flags field and twojhb2001-11-061-13/+54
* - Add a simple SUSP parser.jhb2001-11-061-8/+154
* Switch to using ANSI function declarations and add missing functionjhb2001-11-061-31/+15
* Add a note explaining why CLOCKS_PER_SEC isn't 1000000.dwmalone2001-11-051-1/+10
* - There is no such thing as a socket structure. sockets are integers.jhb2001-11-051-2/+2
* gamma(x) actually returns \log(|\Gamma(x)|), so correct the mandwmalone2001-11-051-16/+28
* Describe handling of NULLs passed to pthread_setcancelstate().murray2001-11-052-4/+20
* Document ENETDOWN.dd2001-11-051-0/+2
* malloc and calloc do not free memory.dd2001-11-051-2/+3
* Mark up NULL in .Dv.dd2001-11-042-2/+6
OpenPOWER on IntegriCloud