| Commit message (Expand) | Author | Age | Files | Lines |
* | POSIX clearly states that getsubopt() should be declared in <stdlib.h> | ache | 2004-02-23 | 1 | -1/+1 |
* | Remove unneccessary <unistd.h> | ache | 2004-02-23 | 1 | -1/+0 |
* | Limit the amount of memory userspace processes can cause the kernel to | rwatson | 2004-02-23 | 1 | -0/+17 |
* | POSIX clearly states that getsubopt() should be declared in <stdlib.h>, | ache | 2004-02-23 | 2 | -8/+2 |
* | - Substitute bdone() and bwait() from vfs_bio.c for | alc | 2004-02-23 | 1 | -23/+4 |
* | Fix comment containing vop_readdir_args contents: a_cookies is really | tjr | 2004-02-23 | 2 | -2/+2 |
* | cookies is an array of u_long, not u_int, so MALLOC() it accordingly. | tjr | 2004-02-23 | 2 | -4/+4 |
* | Correct some major SMP-harmful problems in the pipe implementation. First | green | 2004-02-22 | 1 | -41/+66 |
* | Ye/PCI is supported by cy driver, so we don't need to assign a number to it. | imp | 2004-02-22 | 1 | -1/+1 |
* | Add a note about cdevsw changes. | imp | 2004-02-22 | 1 | -0/+6 |
* | Update man page to reflect additional flag to allow selection of threads. | deischen | 2004-02-22 | 1 | -0/+3 |
* | Allow the -H option to show threads when selecting by uid, tty, | deischen | 2004-02-22 | 1 | -8/+6 |
* | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | deischen | 2004-02-22 | 1 | -5/+8 |
* | Add sysctls to allow showing threads for pgrp, tty, uid, ruid, | deischen | 2004-02-22 | 2 | -7/+35 |
* | Fix some cosmetic issues in warning and error messages. | des | 2004-02-22 | 1 | -5/+5 |
* | Unbreak after the change to use vm_paddr_t. Since vm_paddr_t is | mux | 2004-02-22 | 4 | -8/+8 |
* | Reimplement sysctls handling by MAC framework. | pjd | 2004-02-22 | 10 | -57/+50 |
* | Report login attempts to syslog. Due to the statically-linked nature of | cperciva | 2004-02-22 | 4 | -2/+42 |
* | Check that amrd_sc is non-NULL before dereferencing it, not after. | cperciva | 2004-02-22 | 1 | -2/+2 |
* | Check that twed_sc is non-NULL before dereferencing it, not after. | cperciva | 2004-02-22 | 1 | -2/+2 |
* | Don't free k_cfg until we're finished using it -- reverse the order of | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Don't free meo until we're finished using it. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | protect new cdevsw entries with "#if (__FreeBSD_version > 502102)" | rees | 2004-02-22 | 1 | -1/+3 |
* | sendmail 8.12.11 has been MFC'ed to RELENG_4 | gshapiro | 2004-02-22 | 2 | -2/+2 |
* | Correct a long-standing race condition in vm_object_page_remove() that | alc | 2004-02-22 | 1 | -1/+1 |
* | Change the syscall stub branch orders so that the static branch prediction | peter | 2004-02-22 | 4 | -12/+51 |
* | Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts | marcel | 2004-02-22 | 3 | -35/+0 |
* | If mountnfs returns an error, it will have already freed nam; no need to | cperciva | 2004-02-22 | 1 | -1/+0 |
* | Check that periph is non-NULL before dereferencing it. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | If we're going to panic(), do it before dereferencing a NULL pointer. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Check that xfer != NULL before dereferencing it, not after. | cperciva | 2004-02-22 | 1 | -2/+2 |
* | If we're going to assert that logData != NULL, do it before we | cperciva | 2004-02-22 | 1 | -1/+1 |
* | We want to allocate and zero sizeof(struct foo) bytes, not | cperciva | 2004-02-22 | 1 | -2/+2 |
* | Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Some markup fixes, change some devices to a feature. | njl | 2004-02-22 | 1 | -4/+3 |
* | Update my personal copyrights and NETA copyrights in the kernel | rwatson | 2004-02-22 | 31 | -59/+59 |
* | Update the debug.acpi.disable section for missing devices and the special | njl | 2004-02-22 | 1 | -5/+18 |
* | bus_set_resource takes a rid, not a pointer to a rid. | njl | 2004-02-22 | 1 | -1/+1 |
* | Check for NODEV return from udev2dev() | phk | 2004-02-21 | 1 | -0/+2 |
* | Regen (FWIW) | peter | 2004-02-21 | 4 | -5/+5 |
* | Try and make the compat sigreturn prototypes closer to reality. | peter | 2004-02-21 | 1 | -1/+1 |
* | Add a note about the landmine in the middle of struct ia32_sigframe. | peter | 2004-02-21 | 1 | -0/+1 |
* | DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext has | peter | 2004-02-21 | 1 | -1/+1 |
* | Catch up with some proc/procsig locking improvements that were made to the | peter | 2004-02-21 | 1 | -6/+2 |
* | Eliminate the second, unnecessary call to pmap_page_protect() near the end | alc | 2004-02-21 | 1 | -2/+4 |
* | in idmap_uid_to_name(), don't try to use the entry after freeing it, in the | rees | 2004-02-21 | 1 | -11/+7 |
* | Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun | bde | 2004-02-21 | 1 | -2/+1 |
* | Add some more comments and a -4 argument to restrict searches to only | green | 2004-02-21 | 1 | -5/+16 |
* | ask for rdattr_err in readdir, so we won't fail the readdir if we can't get | rees | 2004-02-21 | 1 | -21/+27 |
* | Bump __FreeBSD_version to mark cdevsw megapatching. | phk | 2004-02-21 | 1 | -1/+1 |