| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use the negatively-opaque type uma_zone_t or be chummy with | bde | 2004-02-25 | 1 | -3/+1 |
* | Add support for the sii3512 SATA chip. | sos | 2004-02-25 | 2 | -0/+3 |
* | Fixed some insertion sort errors. | bde | 2004-02-25 | 1 | -13/+13 |
* | Fixed some style bugs in previous commit (unsorting of the DDB_* options, | bde | 2004-02-25 | 1 | -5/+6 |
* | Relax a KASSERT condition to allow for a valid corner case where | hsu | 2004-02-25 | 2 | -4/+10 |
* | Revert the last commit. I don't know what I was thinking, but this change | scottl | 2004-02-25 | 1 | -1/+0 |
* | Bump FreeBSD_version for getopt_long_only() adding | ache | 2004-02-25 | 1 | -1/+1 |
* | Add DDB_NUMSYM option which in addition to the symbolic representation | phk | 2004-02-24 | 3 | -0/+12 |
* | Unconst. Somebody didn't compile LINT. | phk | 2004-02-24 | 1 | -1/+1 |
* | style.Makefile(5): | johan | 2004-02-24 | 1 | -4/+2 |
* | Whitespace cleanup | des | 2004-02-24 | 1 | -4/+4 |
* | Check that a pointer is non-NULL before dereferencing it, not after. | cperciva | 2004-02-24 | 1 | -1/+2 |
* | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU | ume | 2004-02-24 | 1 | -1/+3 |
* | Convert the tcp segment reassembly queue to UMA and limit the maximum | andre | 2004-02-24 | 5 | -25/+174 |
* | Do not attempt to open NODEV | phk | 2004-02-24 | 1 | -0/+3 |
* | Don't set d_flags twice. The second setting clobbered D_NOGIANT. | bde | 2004-02-24 | 3 | -6/+3 |
* | Fixed the latest unsortings of CPU_ENABLE_*. | bde | 2004-02-24 | 1 | -5/+5 |
* | Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6 | cperciva | 2004-02-24 | 1 | -1/+2 |
* | Add support for Cronyx-Tau. For now I added only Tau-ISA files, system files | rik | 2004-02-23 | 14 | -0/+13023 |
* | Connect geom_concat.ko module to the build. | pjd | 2004-02-23 | 1 | -0/+1 |
* | A more accurate test in the new ufs_lock than that in 1.235. | mckusick | 2004-02-23 | 1 | -2/+3 |
* | Fix a problem with the USB keyboard driver not properly handling key | jhb | 2004-02-23 | 1 | -5/+5 |
* | Add missed CPU_ENABLE_LONGRON. | sobomax | 2004-02-23 | 1 | -0/+1 |
* | Fix vinums cdevsw{} to initialize d_version. | phk | 2004-02-23 | 3 | -14/+10 |
* | Fix two oversights here: don't trash the freelist, and properly cleanup | phk | 2004-02-23 | 1 | -1/+4 |
* | In the function clear_inodedeps(), a FREE_LOCK() should be called | mckusick | 2004-02-23 | 1 | -1/+1 |
* | Change UFS from using vop_stdlock to using its own ufs_lock. | mckusick | 2004-02-23 | 1 | -0/+28 |
* | Limit the amount of memory userspace processes can cause the kernel to | rwatson | 2004-02-23 | 1 | -0/+17 |
* | - 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 sysctls to allow showing threads for pgrp, tty, uid, ruid, | deischen | 2004-02-22 | 2 | -7/+35 |
* | 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 |
* | 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 |
* | Correct a long-standing race condition in vm_object_page_remove() that | alc | 2004-02-22 | 1 | -1/+1 |
* | 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 |