| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update to C99, s/__FUNCTION__/__func__/. | David E. O'Brien | 2001-12-10 | 6 | -25/+25 |
| * | Repeat after me -- "Use of ANSI string concatenation can be bad." | David E. O'Brien | 2001-12-10 | 4 | -38/+38 |
| * | o Eliminate compilation warnings on 64-bit architectures. | Alan Cox | 2001-12-10 | 1 | -3/+3 |
| * | o Eliminate unnecessary synchronization from filt_aiodetach(). | Alan Cox | 2001-12-09 | 1 | -5/+3 |
| * | Allow maxusers to be specified as 0 in the kernel config, which will | Matthew Dillon | 2001-12-09 | 1 | -18/+40 |
| * | The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which is | Matthew Dillon | 2001-12-08 | 1 | -6/+12 |
| * | Update the comment about System initialization to reflect the use of | Chad David | 2001-12-08 | 1 | -8/+6 |
| * | o A few more minor whitespace and other style fixes. | Robert Watson | 2001-12-06 | 1 | -6/+7 |
| * | o Remove unnecessary inclusion of opt_global.h. | Robert Watson | 2001-12-06 | 2 | -2/+0 |
| * | o Make kern.security.bsd.suser_enabled TUNABLE. | Robert Watson | 2001-12-05 | 1 | -0/+1 |
| * | Update pathnames for creation of tags file. | Kirk McKusick | 2001-12-05 | 1 | -3/+1 |
| * | o Update an instance of 'unprivileged_procdebug_permitted' missed | Robert Watson | 2001-12-03 | 1 | -6/+6 |
| * | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson | 2001-12-03 | 3 | -6/+57 |
| * | o Uniformly copy uap arguments into local variables before grabbing | Robert Watson | 2001-12-02 | 1 | -3/+1 |
| * | o Remove KSE race in setuid() in which oldcred was preserved before giant | Robert Watson | 2001-12-02 | 1 | -1/+1 |
| * | o General style, formatting, etc, improvements: | Robert Watson | 2001-12-02 | 1 | -167/+107 |
| * | make LOCKF_DEBUG kernel option work (sorta) | Alfred Perlstein | 2001-12-02 | 1 | -10/+26 |
| * | vm/vm_kern.c: rate limit (to once per second) diagnostic printf when | Luigi Rizzo | 2001-12-01 | 1 | -1/+14 |
| * | o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows | Robert Watson | 2001-11-30 | 1 | -0/+13 |
| * | o Further sysctl name simplification, generally stripping 'permitted', | Robert Watson | 2001-11-30 | 1 | -9/+9 |
| * | o Move current inhabitants of kern.security to kern.security.bsd, so | Robert Watson | 2001-11-30 | 1 | -14/+16 |
| * | o Cache req->td->td_proc->p_ucred->cr_prison in pr to improve | Robert Watson | 2001-11-28 | 1 | -13/+10 |
| * | Return a more meaningful errno when the length of the interpreter | John W. De Boskey | 2001-11-28 | 1 | -1/+1 |
| * | Dont print the sysctl node tree unless you're root. | Peter Wemm | 2001-11-28 | 1 | -0/+5 |
| * | Context: | Bosko Milekic | 2001-11-25 | 1 | -1/+2 |
| * | Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */' | Doug Rabson | 2001-11-24 | 1 | -1/+1 |
| * | Remove the use of _PATH_DEV in the example. | David E. O'Brien | 2001-11-24 | 2 | -4/+4 |
| * | Recognize the "fixed" geometry in boot1 so that DD disks are not | Peter Wemm | 2001-11-21 | 1 | -5/+30 |
| * | We only have slices on i386 and IA-64. | David E. O'Brien | 2001-11-20 | 2 | -2/+10 |
| * | Make kevents on pipes work as described in the manpage - when the last | Maxim Sobolev | 2001-11-19 | 1 | -0/+1 |
| * | cast hashing index to (int)(intptr_t) for calculation. | Matthew Dillon | 2001-11-19 | 1 | -3/+3 |
| * | - Ensure that linker file id's are unique, rather than blindly | Andrew R. Reiter | 2001-11-18 | 1 | -1/+15 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 7 | -146/+163 |
| * | Fix some warnings on 64 bit platforms. | Peter Wemm | 2001-11-17 | 1 | -1/+4 |
| * | utime/stime.tv_sec are elapsed times, not relative to 1970. We can | Peter Wemm | 2001-11-17 | 1 | -4/+4 |
| * | You cannot cast a time_t to quad_t and printf it with %lld. quad_t is | Peter Wemm | 2001-11-16 | 1 | -2/+2 |
| * | Fix a number of misspellings of "dependency" and "dependencies" in | Ian Dowse | 2001-11-16 | 4 | -12/+12 |
| * | Back out the previous fix to the leading zero problem, I hadn't | Poul-Henning Kamp | 2001-11-16 | 1 | -2/+0 |
| * | Reject leading zeros in dev_stdclone(). | Poul-Henning Kamp | 2001-11-16 | 1 | -0/+2 |
| * | Switch warnings and strict back on again in a way that's compatible | Josef Karthauser | 2001-11-16 | 1 | -3/+3 |
| * | Do not allow leading zeros on device names in dev_stdclone(). | Bill Fenner | 2001-11-15 | 1 | -0/+2 |
| * | Use MTX_QUIET for the lock operations during clock interrupts so their logs | John Baldwin | 2001-11-15 | 1 | -6/+6 |
| * | Add a couple of returns to making recovering from a failed witness_assert() | John Baldwin | 2001-11-15 | 1 | -2/+6 |
| * | Remove definition of witness and comment stating that this file implements | John Baldwin | 2001-11-15 | 2 | -44/+2 |
| * | remove holdfp() | Matthew Dillon | 2001-11-14 | 4 | -118/+168 |
| * | Create a mutex pool API for short term leaf mutexes. | Matthew Dillon | 2001-11-13 | 4 | -73/+152 |
| * | As a followup to the previous fixes to inferior, revert some of the | John Baldwin | 2001-11-13 | 1 | -6/+3 |
| * | Fix a signed bug in the crashdump code for systems with > 2GB of ram. | Paul Saab | 2001-11-13 | 1 | -2/+2 |
| * | Remove EOL whitespace. | Giorgos Keramidas | 2001-11-12 | 1 | -8/+8 |
| * | Make KASSERT's print the values that triggered a panic. | Giorgos Keramidas | 2001-11-12 | 1 | -2/+3 |