| Commit message (Expand) | Author | Age | Files | Lines |
| * | When servicing an internal FTP server, punch ipfirewall(4) holes | Ruslan Ermilov | 2001-11-27 | 1 | -5/+2 |
| * | Must link strerror manpage to strerror_r. | Wes Peters | 2001-11-27 | 1 | -0/+1 |
| * | Add strerror_r function per Posix prototype. | Wes Peters | 2001-11-27 | 2 | -23/+107 |
| * | Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8). | Dag-Erling Smørgrav | 2001-11-27 | 1 | -85/+55 |
| * | Document the local_pass and nis_pass options, add a few xrefs, and reorder | Dag-Erling Smørgrav | 2001-11-27 | 1 | -5/+29 |
| * | Spelling police: sucessful -> successful. | Dima Dorfman | 2001-11-24 | 1 | -1/+1 |
| * | s/processes/files/ inherited from kvm_getprocs(3). | Ruslan Ermilov | 2001-11-24 | 1 | -1/+1 |
| * | Be more explicit about the fact that realloc() might return a | Giorgos Keramidas | 2001-11-24 | 1 | -0/+4 |
| * | mdoc(7) police: markup cleanup. | Ruslan Ermilov | 2001-11-22 | 1 | -15/+26 |
| * | mdoc(7) police: add missing comma. | Ruslan Ermilov | 2001-11-22 | 1 | -1/+1 |
| * | fix compilation (include -> #include) | Max Khon | 2001-11-21 | 1 | -1/+1 |
| * | mdoc(7) police: fixed typos and minor markup nits. | Ruslan Ermilov | 2001-11-21 | 4 | -17/+21 |
| * | mdoc(7) police: markup nit in the actual rev. 1.13 changes. | Ruslan Ermilov | 2001-11-21 | 1 | -1/+1 |
| * | mdoc(7) police: restore all FreeBSD fixes to this file that got | Ruslan Ermilov | 2001-11-21 | 1 | -16/+14 |
| * | mdoc(7) police: general cleanup. | Ruslan Ermilov | 2001-11-21 | 1 | -40/+55 |
| * | Should also include namespace.h | Brian Feldman | 2001-11-21 | 1 | -1/+3 |
| * | Change certain syscalls from x to _x. | Brian Feldman | 2001-11-21 | 1 | -7/+7 |
| * | Grammar nit. | Ruslan Ermilov | 2001-11-21 | 1 | -1/+1 |
| * | mdoc(7) police: fixed bugs from rev. 1.15. | Ruslan Ermilov | 2001-11-20 | 1 | -14/+14 |
| * | Introduce readpassphrase(3), a superset of getpass(3). This | Brian Feldman | 2001-11-20 | 5 | -101/+256 |
| * | mdoc(7) police: minor markup and spelling fixes. | Ruslan Ermilov | 2001-11-20 | 1 | -4/+7 |
| * | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-11-20 | 1 | -2/+2 |
| * | mdoc(7) police: consistently use the .Ux macro. | Ruslan Ermilov | 2001-11-20 | 1 | -4/+4 |
| * | mdoc(7) police: remove whitespace at EOL. | Ruslan Ermilov | 2001-11-20 | 1 | -1/+1 |
| * | Include sys/param.h instead of sys/types.h to get the definition of the | John Baldwin | 2001-11-20 | 1 | -1/+1 |
| * | o Cleanup of includes: user.h may be a catch-all, but that's not | Robert Watson | 2001-11-19 | 1 | -4/+3 |
| * | #include <sys/user.h> rather than individually including a plethora | Robert Watson | 2001-11-19 | 1 | -4/+1 |
| * | Actually build new files. | Jake Burkholder | 2001-11-19 | 1 | -1/+2 |
| * | libkvm for sparc64. Only works for kernel memory so far. | Jake Burkholder | 2001-11-18 | 1 | -0/+157 |
| * | Need .type and .size here too. | Jake Burkholder | 2001-11-18 | 7 | -4/+15 |
| * | Add more libc stuff. | Jake Burkholder | 2001-11-18 | 11 | -0/+843 |
| * | Catch up to jmpbuf changes. Define offsets used from assmebly language | Jake Burkholder | 2001-11-18 | 2 | -24/+39 |
| * | Remove fork and vfork wrappers. The kernel does the right thing. | Jake Burkholder | 2001-11-18 | 3 | -127/+1 |
| * | Add .type and .size pseudo-ops to system call macros so that dynamic binaries | Jake Burkholder | 2001-11-18 | 1 | -7/+15 |
| * | Remove a sentence from the BUGS section that claims non page-aligned | Ian Dowse | 2001-11-18 | 1 | -3/+1 |
| * | Fix pthread_join so that it works if the target thread exits while | Daniel Eischen | 2001-11-17 | 12 | -30/+96 |
| * | If 'VX' is given, realloc(foo,0) will bail, it shouldn't. | Poul-Henning Kamp | 2001-11-17 | 1 | -2/+5 |
| * | Correctly call THREAD_UNLOCK() if the recursive call trap is sprung. | Poul-Henning Kamp | 2001-11-16 | 1 | -0/+2 |
| * | Create link from directory.3 to readdir_r.3. | Dima Dorfman | 2001-11-16 | 1 | -2/+2 |
| * | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | Robert Watson | 2001-11-16 | 4 | -183/+7 |
| * | o Document 'nocheckmail' login capability. | Robert Watson | 2001-11-16 | 1 | -0/+1 |
| * | Although the 'bool' type is referenced in the list of capabilities, it | Robert Watson | 2001-11-16 | 1 | -0/+3 |
| * | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | Mike Barcroft | 2001-11-15 | 13 | -12/+450 |
| * | Cross-reference the fdopen and fileno manpages. | Murray Stokely | 2001-11-14 | 2 | -1/+3 |
| * | Cleanups after previous change: | John Baldwin | 2001-11-13 | 2 | -18/+4 |
| * | The kernel already fixes up %eax for parents that return from fork, so | John Baldwin | 2001-11-13 | 6 | -110/+4 |
| * | One more fix for sysinstall/libdisk to create a device file | Makoto Matsushita | 2001-11-11 | 1 | -6/+10 |
| * | Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was | Gregory Neil Shapiro | 2001-11-11 | 1 | -1/+6 |
| * | Fixed namespace pollution related to `err' in libc in the same way as for | Bruce Evans | 2001-11-11 | 6 | -7/+17 |
| * | Increment the loop counter. | Dag-Erling Smørgrav | 2001-11-10 | 1 | -0/+1 |