| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 1 | -4/+5 |
* | const poison just like NetBSD. | Warner Losh | 2002-03-22 | 1 | -32/+14 |
* | Make user_from_uid and group_from_gid return const char *, just like | Warner Losh | 2002-03-22 | 2 | -4/+4 |
* | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -1/+1 |
* | Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise | Peter Wemm | 2002-03-21 | 1 | -1/+1 |
* | mdoc(7) police: bump document date to the date of the last interface | Dima Dorfman | 2002-03-18 | 1 | -3/+6 |
* | Update to reflect reality; devname(3) hasn't returned NULL on failure | Dima Dorfman | 2002-03-18 | 1 | -6/+18 |
* | Come on guys, you can't just take OpenBSD manpage and commit it | Ruslan Ermilov | 2002-03-15 | 1 | -30/+41 |
* | If syslog fails to talk to syslogd, then it tries to write a message | David Malone | 2002-03-09 | 1 | -4/+4 |
* | This API will appear in FreeBSD 4.6. | Dima Dorfman | 2002-03-09 | 1 | -1/+1 |
* | Bring a comment in line with the code, and fix some spelling errors | Dima Dorfman | 2002-03-09 | 1 | -4/+3 |
* | Fix build. I commented out getpass() in readpassphrase.c because the | Brian Feldman | 2002-03-09 | 1 | -3/+3 |
* | Update readpassphrase(3)to the latest revisions. Changes are mainly due | Brian Feldman | 2002-03-08 | 2 | -57/+146 |
* | Add new errno ``ENOATTR''. | Brian Feldman | 2002-03-07 | 1 | -0/+3 |
* | Introduce a version field to `struct xucred' in place of one of the | Dima Dorfman | 2002-02-27 | 2 | -1/+5 |
* | use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent over | Alfred Perlstein | 2002-02-26 | 1 | -2/+2 |
* | Per POSIX <grp.h> doesn't require <sys/types.h>. | Maxim Sobolev | 2002-02-25 | 1 | -1/+0 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | Warner Losh | 2002-02-19 | 2 | -2/+3 |
* | Use new-style function declations. | Warner Losh | 2002-02-13 | 1 | -6/+2 |
* | FreeBSD 4.1 bootstrapping aid (__FBSDID is not there). | Ruslan Ermilov | 2002-02-08 | 2 | -0/+4 |
* | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -0/+7 |
* | Fixed tab lossage in vendor id and nearby style bugs in previous commit. | Bruce Evans | 2002-02-01 | 1 | -1/+4 |
* | Fixed syntax error in previous commit. It was non-fatal because it was | Bruce Evans | 2002-02-01 | 1 | -3/+5 |
* | Fixed slipage in editor. | David E. O'Brien | 2002-02-01 | 1 | -0/+1 |
* | Cut-n-paste in `list' mode considered harmful. | David E. O'Brien | 2002-02-01 | 2 | -5/+5 |
* | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 16 | -264/+245 |
* | * Remove 'register'. (some functions had 7+ register functions...) | David E. O'Brien | 2002-02-01 | 16 | -68/+77 |
* | Fix SCM ID's. | David E. O'Brien | 2002-02-01 | 62 | -207/+166 |
* | Fix minor style nit. | David E. O'Brien | 2002-01-31 | 1 | -1/+3 |
* | Fixed world breakage due to missing include of <sys/cdefs.h> in previous | Bruce Evans | 2002-01-31 | 4 | -5/+17 |
* | Fix FreeBSD IDs. | David E. O'Brien | 2002-01-30 | 5 | -15/+12 |
* | Use ctime_r to build the timestamp for syslog, so that we don't | David Malone | 2002-01-25 | 1 | -2/+2 |
* | The sixth argument to the NET_RT_IFLIST sysctl is actually 0 for | Ruslan Ermilov | 2002-01-23 | 1 | -1/+1 |
* | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | Mark Murray | 2002-01-22 | 5 | -15/+16 |
* | mdoc(7) police: tidy up OpenBSD fixes. | Ruslan Ermilov | 2002-01-16 | 1 | -7/+5 |
* | yp(4) -> yp(8). | Ruslan Ermilov | 2002-01-14 | 2 | -4/+4 |
* | Merge some updates and markup fixes from OpenBSD. This is mainly | Crist J. Clark | 2002-01-14 | 1 | -6/+30 |
* | Include <stddef.h> to fix build problem when namespace pollution | Daniel Eischen | 2002-01-11 | 1 | -7/+8 |
* | Fixed missing backslash in previous commit. | Bruce Evans | 2002-01-11 | 1 | -1/+1 |
* | Fixed accumulated unsorting and some other style bugs (long lines). | Bruce Evans | 2002-01-11 | 1 | -11/+10 |
* | Add getcontext, setcontext, makecontext, and swapcontext. These | Daniel Eischen | 2002-01-10 | 2 | -1/+55 |
* | If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP. | Ruslan Ermilov | 2001-12-13 | 1 | -2/+2 |
* | Start using .St macro for POSIX.1-2001. | Ruslan Ermilov | 2001-12-08 | 1 | -2/+1 |
* | Correct some egregious style bugs. | Dag-Erling Smørgrav | 2001-12-04 | 1 | -13/+21 |
* | Add a missing error check. This fixes a bug that would cause pwd_mkdb to | Dag-Erling Smørgrav | 2001-12-04 | 1 | -1/+2 |
* | Fix typos getpeerid -> getpeereid. | Anton Berezin | 2001-12-02 | 1 | -2/+2 |
* | Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). | Joseph Koshy | 2001-12-01 | 2 | -0/+12 |
* | Do not write warning messages on stderr - a caller is expected to check | Anton Berezin | 2001-11-28 | 2 | -10/+8 |
* | 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 |