| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variables and function declarations. Add missing headers. | Jacques Vidrine | 2004-01-06 | 1 | -3/+0 |
* | Make sure we initialise dirp->dd_size if we aren't reading a unionfs | Doug Rabson | 2003-12-26 | 1 | -0/+1 |
* | Back out previous commit due to incorrect content. | Tom Rhodes | 2003-12-23 | 1 | -128/+62 |
* | Document many of the missing posix.1b options. | Tom Rhodes | 2003-12-23 | 1 | -62/+128 |
* | Fix problem where initgroups would silently truncate groups with | Diomidis Spinellis | 2003-11-19 | 1 | -2/+7 |
* | Remove ',' accidentally added after ".Xr fork 2". | Guy Helmer | 2003-11-10 | 1 | -1/+1 |
* | Prevent abnormal termination of a child daemon process when created | Guy Helmer | 2003-11-10 | 2 | -3/+35 |
* | Rephrase .Nd description to contain the key | Tim Kientzle | 2003-11-06 | 1 | -1/+1 |
* | Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree. | Poul-Henning Kamp | 2003-10-30 | 2 | -2/+3 |
* | Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic | Poul-Henning Kamp | 2003-10-30 | 2 | -2/+7 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | Tim J. Robbins | 2003-10-29 | 4 | -14/+1 |
* | mdoc(7): Fix common mistakes made in the SEE ALSO section. | Ruslan Ermilov | 2003-09-12 | 1 | -1/+1 |
* | mdoc(7): Properly mark C headers. | Ruslan Ermilov | 2003-09-10 | 4 | -5/+5 |
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 17 | -30/+30 |
* | Update the kern.osreldate documentation to document the present format | Eivind Eklund | 2003-09-01 | 1 | -2/+17 |
* | Add a kluge suggested by Marcel to paper over the difference between | Garrett Wollman | 2003-08-19 | 1 | -0/+3 |
* | Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEM | Garrett Wollman | 2003-08-19 | 2 | -18/+51 |
* | Add the POSIX 1003.1-2001 posix_madvise() interface. | Bruce M Simpson | 2003-08-09 | 2 | -3/+4 |
* | The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1. | David Schultz | 2003-07-31 | 1 | -2/+4 |
* | Make raise and _raise as weak symbols, so they can be overriden by | David Xu | 2003-07-19 | 1 | -1/+4 |
* | Rewrite to reflect slight change in semantics for C99, and note a bug | Garrett Wollman | 2003-07-19 | 1 | -22/+39 |
* | C99 compliance: time() always sets its return value in both places | Garrett Wollman | 2003-07-19 | 1 | -4/+7 |
* | Revert to using yp_order() to probe for master.paswd.by* maps and | Bill Paul | 2003-07-18 | 1 | -7/+14 |
* | Whitespace after keywords per style(9). | Garrett Wollman | 2003-07-18 | 1 | -2/+2 |
* | With the latest mdoc(7), we can now fix the synopsis like this. | Ruslan Ermilov | 2003-07-03 | 1 | -3/+9 |
* | Fixed some style bugs. | Bruce Evans | 2003-07-01 | 1 | -6/+7 |
* | Don't segfault if setproctitle(3) is called with NULL initially. | Alfred Perlstein | 2003-07-01 | 1 | -0/+1 |
* | Add a libc function execvP that takes the search path as an arguement. | Gordon Tetlow | 2003-06-29 | 2 | -15/+40 |
* | Teach fmtcheck(3) about the flags a, A, F, G, t, and z. | David Schultz | 2003-06-29 | 1 | -8/+28 |
* | fix NIS+ YP compat mode | John W. De Boskey | 2003-06-27 | 1 | -3/+4 |
* | Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied to | Andrey A. Chernov | 2003-06-24 | 1 | -1/+1 |
* | Supplement the cross-references section with those to sigpending(2) | Yaroslav Tykhiy | 2003-06-24 | 1 | -0/+2 |
* | ttyname(3) must return absolute pathnames. | Poul-Henning Kamp | 2003-06-21 | 1 | -2/+8 |
* | Use devname(3) to do the task. | Poul-Henning Kamp | 2003-06-20 | 1 | -66/+2 |
* | Add devname_r(3) which takes a buffer as argument. | Poul-Henning Kamp | 2003-06-20 | 2 | -56/+21 |
* | Make the execle() synopsis look (again) like a normal C prototype. | Ruslan Ermilov | 2003-06-18 | 1 | -3/+3 |
* | Fix the execle(3) synopsis to include the environment pointer. | Poul-Henning Kamp | 2003-06-17 | 1 | -1/+1 |
* | The .Fn function | Philippe Charnier | 2003-06-08 | 1 | -3/+6 |
* | Add or correct section number in .Xr. Use .Vt or .Fn | Philippe Charnier | 2003-06-08 | 4 | -9/+9 |
* | Recognize the magic NODEV value. | Poul-Henning Kamp | 2003-06-05 | 1 | -3/+3 |
* | Match style of source and headers. | Juli Mallett | 2003-06-01 | 1 | -1/+1 |
* | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-06-01 | 4 | -147/+157 |
* | Make prototype match code with regard to constness of args to the | Juli Mallett | 2003-06-01 | 1 | -1/+1 |
* | Add an stub for _rtld_thread_init. This is a part I missed in | Alexander Kabaev | 2003-05-30 | 1 | -0/+7 |
* | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-05-22 | 3 | -15/+17 |
* | Fixed troff(1) and mdoc(7) warnings. | Ruslan Ermilov | 2003-05-18 | 2 | -3/+3 |
* | Catch up with the renaming of the "union" filesystem to "unionfs". | Tim J. Robbins | 2003-05-16 | 1 | -1/+1 |
* | Use the .Dl macro. | Tom Rhodes | 2003-05-01 | 1 | -1/+1 |
* | State the fact that the range is twice the traditional RAND_MAX. | Tom Rhodes | 2003-05-01 | 1 | -1/+16 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 5 | -25/+25 |