| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed path to /boot/device.hints. | ru | 2002-07-12 | 1 | -1/+1 |
* | Back out the previous change, since it looks like locking udbinfo provides | truckman | 2002-07-12 | 1 | -8/+1 |
* | Be specific about which reason caused vm86_addpages to panic | peter | 2002-07-12 | 1 | -4/+6 |
* | Lock inp while we're accessing it. | truckman | 2002-07-12 | 1 | -1/+8 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 34 | -1013/+2426 |
* | Complain if more than one file argument is given to unlink(1) like we did | tjr | 2002-07-12 | 1 | -1/+1 |
* | regen for freebsd4_sendfile(2) compat. | alfred | 2002-07-12 | 5 | -21/+46 |
* | Create a bug-for-bug FreeBSD4 compatible version of sendfile and move the | alfred | 2002-07-12 | 2 | -5/+41 |
* | Introduce syscall.master option 'COMPAT4' which allows one to wrap | alfred | 2002-07-12 | 5 | -18/+70 |
* | Unexpand a couple of 8-space indents that I added in rev 1.285. | peter | 2002-07-12 | 2 | -4/+4 |
* | Avoid a vm_page_lookup() - that uses a spinlock protected hash. We can | peter | 2002-07-12 | 1 | -2/+5 |
* | o Lock some (unfortunately, not yet all) accesses to the page queues. | alc | 2002-07-12 | 1 | -2/+2 |
* | o Lock accesses to the page queues. | alc | 2002-07-12 | 1 | -2/+3 |
* | Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETS | ken | 2002-07-12 | 1 | -16/+11 |
* | Don't duplicate the description of the sticky bit that is already | keramida | 2002-07-12 | 1 | -7/+4 |
* | Call routine to free everything obtained when filling in 'struct printer'. | gad | 2002-07-12 | 1 | -0/+1 |
* | Fix set_qstate() so it correctly checks for any error from chmod(). | gad | 2002-07-12 | 1 | -1/+1 |
* | Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'. | gad | 2002-07-12 | 2 | -1/+11 |
* | Various typo fixes. | keramida | 2002-07-12 | 1 | -2/+2 |
* | Add two variables to struct jobqueue, and change the way that getq() | gad | 2002-07-12 | 2 | -3/+10 |
* | Yep, revision 1.3 was 1/2assed. | obrien | 2002-07-12 | 1 | -10/+2 |
* | Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h, | gad | 2002-07-12 | 2 | -2/+2 |
* | Defer calling SYSCTL_OUT() until after the locks have been released. | truckman | 2002-07-11 | 3 | -5/+10 |
* | Reduce the nesting level of a code block that doesn't need to be in | truckman | 2002-07-11 | 2 | -26/+20 |
* | A simple implementation of statvfs(3) (one step above the trivial one). | wollman | 2002-07-11 | 1 | -0/+160 |
* | WARNS=2, de-__P() | alfred | 2002-07-11 | 2 | -7/+6 |
* | Remove debugging code that I originally only wanted to be there for a couple ... | julian | 2002-07-11 | 1 | -23/+2 |
* | WARNS=4, de-__P() | alfred | 2002-07-11 | 2 | -5/+3 |
* | Update manpages to reference 'timed' rpc functions | alfred | 2002-07-11 | 1 | -0/+8 |
* | Fix indentation broken in previous __P removal. | alfred | 2002-07-11 | 2 | -15/+15 |
* | thread_exit() requires PROC_LOCK to be held, so lock it. | jhb | 2002-07-11 | 1 | -1/+2 |
* | WARNS=4, de-__P() | alfred | 2002-07-11 | 4 | -37/+39 |
* | Add a missing newline during panic printf's for SMP systems that don't | jhb | 2002-07-11 | 1 | -0/+2 |
* | Remove unused variables due to libufs(3) commit. Clean up extraneous use of | jmallett | 2002-07-11 | 1 | -4/+3 |
* | Convert dumpfs(8) to libufs(3), rather than rolling local functions for a | jmallett | 2002-07-11 | 2 | -39/+14 |
* | WARNS=4, de-__P() | alfred | 2002-07-11 | 2 | -27/+28 |
* | de-__P() | alfred | 2002-07-11 | 1 | -3/+2 |
* | Fill out (zero) and fill in (when doing getino()) the minimum and maximum | jmallett | 2002-07-11 | 2 | -2/+4 |
* | WARNS=4, de-__P() | alfred | 2002-07-11 | 6 | -33/+30 |
* | Complete rewrite, once again. | joerg | 2002-07-11 | 5 | -339/+720 |
* | WARNS=4 | alfred | 2002-07-11 | 2 | -4/+2 |
* | WARNS=4 cleanup, de-__P() | alfred | 2002-07-11 | 2 | -12/+14 |
* | de-__P() | alfred | 2002-07-11 | 1 | -1/+1 |
* | Add a bit of information on FFS snapshots to the mount(8) manual page. | trhodes | 2002-07-11 | 1 | -0/+67 |
* | WARNS?=4 cleanup. | alfred | 2002-07-11 | 3 | -17/+34 |
* | Add note about the info documentation of diff(1). | keramida | 2002-07-11 | 1 | -0/+4 |
* | de-__P() | alfred | 2002-07-11 | 1 | -3/+3 |
* | Fixed misspelling of "hint." as "hints." in rp's hints. | bde | 2002-07-11 | 1 | -6/+6 |
* | Fixed misspelling of "hint." as "hints." in the description of the "hint." | bde | 2002-07-11 | 1 | -15/+15 |
* | RELENG_4_6 PL 1 libc bits with non-vulnerable resolver. | obrien | 2002-07-11 | 4 | -12161/+9126 |