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