| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling police: sucessful -> successful. | dd | 2001-11-24 | 1 | -1/+1 |
* | s/processes/files/ inherited from kvm_getprocs(3). | ru | 2001-11-24 | 1 | -1/+1 |
* | Be more explicit about the fact that realloc() might return a | keramida | 2001-11-24 | 1 | -0/+4 |
* | mdoc(7) police: markup cleanup. | ru | 2001-11-22 | 1 | -15/+26 |
* | mdoc(7) police: add missing comma. | ru | 2001-11-22 | 1 | -1/+1 |
* | fix compilation (include -> #include) | fjoe | 2001-11-21 | 1 | -1/+1 |
* | mdoc(7) police: fixed typos and minor markup nits. | ru | 2001-11-21 | 4 | -17/+21 |
* | mdoc(7) police: markup nit in the actual rev. 1.13 changes. | ru | 2001-11-21 | 1 | -1/+1 |
* | mdoc(7) police: restore all FreeBSD fixes to this file that got | ru | 2001-11-21 | 1 | -16/+14 |
* | mdoc(7) police: general cleanup. | ru | 2001-11-21 | 1 | -40/+55 |
* | Should also include namespace.h | green | 2001-11-21 | 1 | -1/+3 |
* | Change certain syscalls from x to _x. | green | 2001-11-21 | 1 | -7/+7 |
* | Grammar nit. | ru | 2001-11-21 | 1 | -1/+1 |
* | mdoc(7) police: fixed bugs from rev. 1.15. | ru | 2001-11-20 | 1 | -14/+14 |
* | Introduce readpassphrase(3), a superset of getpass(3). This | green | 2001-11-20 | 5 | -101/+256 |
* | mdoc(7) police: minor markup and spelling fixes. | ru | 2001-11-20 | 1 | -4/+7 |
* | mdoc(7) police: sort xrefs. | ru | 2001-11-20 | 1 | -2/+2 |
* | mdoc(7) police: consistently use the .Ux macro. | ru | 2001-11-20 | 1 | -4/+4 |
* | mdoc(7) police: remove whitespace at EOL. | ru | 2001-11-20 | 1 | -1/+1 |
* | Include sys/param.h instead of sys/types.h to get the definition of the | jhb | 2001-11-20 | 1 | -1/+1 |
* | o Cleanup of includes: user.h may be a catch-all, but that's not | rwatson | 2001-11-19 | 1 | -4/+3 |
* | #include <sys/user.h> rather than individually including a plethora | rwatson | 2001-11-19 | 1 | -4/+1 |
* | Actually build new files. | jake | 2001-11-19 | 1 | -1/+2 |
* | libkvm for sparc64. Only works for kernel memory so far. | jake | 2001-11-18 | 1 | -0/+157 |
* | Need .type and .size here too. | jake | 2001-11-18 | 7 | -4/+15 |
* | Add more libc stuff. | jake | 2001-11-18 | 11 | -0/+843 |
* | Catch up to jmpbuf changes. Define offsets used from assmebly language | jake | 2001-11-18 | 2 | -24/+39 |
* | Remove fork and vfork wrappers. The kernel does the right thing. | jake | 2001-11-18 | 3 | -127/+1 |
* | Add .type and .size pseudo-ops to system call macros so that dynamic binaries | jake | 2001-11-18 | 1 | -7/+15 |
* | Remove a sentence from the BUGS section that claims non page-aligned | iedowse | 2001-11-18 | 1 | -3/+1 |
* | Fix pthread_join so that it works if the target thread exits while | deischen | 2001-11-17 | 12 | -30/+96 |
* | If 'VX' is given, realloc(foo,0) will bail, it shouldn't. | phk | 2001-11-17 | 1 | -2/+5 |
* | Correctly call THREAD_UNLOCK() if the recursive call trap is sprung. | phk | 2001-11-16 | 1 | -0/+2 |
* | Create link from directory.3 to readdir_r.3. | dd | 2001-11-16 | 1 | -2/+2 |
* | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | rwatson | 2001-11-16 | 4 | -183/+7 |
* | o Document 'nocheckmail' login capability. | rwatson | 2001-11-16 | 1 | -0/+1 |
* | Although the 'bool' type is referenced in the list of capabilities, it | rwatson | 2001-11-16 | 1 | -0/+3 |
* | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | mike | 2001-11-15 | 13 | -12/+450 |
* | Cross-reference the fdopen and fileno manpages. | murray | 2001-11-14 | 2 | -1/+3 |
* | Cleanups after previous change: | jhb | 2001-11-13 | 2 | -18/+4 |
* | The kernel already fixes up %eax for parents that return from fork, so | jhb | 2001-11-13 | 6 | -110/+4 |
* | One more fix for sysinstall/libdisk to create a device file | matusita | 2001-11-11 | 1 | -6/+10 |
* | Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was | gshapiro | 2001-11-11 | 1 | -1/+6 |
* | Fixed namespace pollution related to `err' in libc in the same way as for | bde | 2001-11-11 | 6 | -7/+17 |
* | Increment the loop counter. | des | 2001-11-10 | 1 | -0/+1 |
* | - Put missing prototype for rcmd() in <unistd.h>. | ru | 2001-11-09 | 2 | -58/+66 |
* | The algorithm that computes the tables used in the BM search algorithm sometimes | dcs | 2001-11-09 | 1 | -1/+2 |
* | Note that the manpage is incorrect about the vector argument. | peter | 2001-11-09 | 1 | -0/+3 |
* | kern.ps_arg_max_cache is a long, not an int. I believe this is half of | peter | 2001-11-08 | 1 | -1/+1 |
* | Fix vendor ID's. | obrien | 2001-11-07 | 12 | -36/+60 |