| Commit message (Expand) | Author | Age | Files | Lines |
* | Parenthesize return values. | des | 2008-10-20 | 1 | -11/+11 |
* | include and whitespace cleanup. | des | 2008-10-20 | 1 | -7/+8 |
* | Assert that v_holdcnt is non-zero before entering lockmgr in vn_lock | kib | 2008-10-20 | 2 | -0/+8 |
* | In vfs_busy(), lockmgr() cannot legitimately sleep, because code checked | kib | 2008-10-20 | 1 | -1/+1 |
* | Actually fix pty detection for autologout setting. | ru | 2008-10-20 | 2 | -2/+2 |
* | Import interrupt management defines from latest xenlinux | kmacy | 2008-10-20 | 1 | -12/+28 |
* | Add support for multiple attributes. This is required for the | marcel | 2008-10-20 | 1 | -6/+13 |
* | The active and bootable flags are not part of the type. | marcel | 2008-10-20 | 1 | -11/+82 |
* | In realtimer_delete(), clear timer's value and interval to tell | davidxu | 2008-10-20 | 1 | -0/+8 |
* | fix static key wep; r183248 caused drivers to be called for keys to be | sam | 2008-10-19 | 1 | -1/+2 |
* | Atomically increment the number of awoken APs as all APs will | marcel | 2008-10-19 | 1 | -1/+1 |
* | Remove trailing comma in SEE ALSO section. | simon | 2008-10-19 | 1 | -1/+1 |
* | Ktr(9) stores format string and arguments in the event circular buffer, | kib | 2008-10-19 | 1 | -21/+25 |
* | - License change to a less restrictive one; | delphij | 2008-10-19 | 1 | -33/+16 |
* | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | kib | 2008-10-19 | 6 | -53/+132 |
* | Tiny wording nits. | keramida | 2008-10-19 | 1 | -4/+5 |
* | Further simplify the code. | delphij | 2008-10-19 | 1 | -11/+2 |
* | add -n option to suppress clearing the build tree and add -DNO_CLEAN | sam | 2008-10-19 | 1 | -2/+18 |
* | - Forward port flush of page table updates on context switch or userret | kmacy | 2008-10-19 | 3 | -2/+25 |
* | GC gratuitous XEN defines | kmacy | 2008-10-19 | 1 | -6/+0 |
* | - move gdt, ldt allocation to before KPT allocation | kmacy | 2008-10-19 | 2 | -42/+65 |
* | GC unused values | kmacy | 2008-10-19 | 2 | -13/+0 |
* | Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtime | kientzle | 2008-10-19 | 3 | -4/+248 |
* | Style: Mark private data 'static', correct an old comment. | kientzle | 2008-10-19 | 1 | -5/+4 |
* | Coalesce sequentional BIO_DELETE requests to slightly relax size and alignment | mav | 2008-10-18 | 1 | -8/+23 |
* | Implement BIO_DELETE command with MMC and SD erase commands. | mav | 2008-10-18 | 4 | -149/+333 |
* | The flags value was not always being copied out in the recv routine like it | rrs | 2008-10-18 | 1 | -2/+3 |
* | New sockets (accepted) were not inheriting the proper snd/rcv buffer value. | rrs | 2008-10-18 | 1 | -3/+5 |
* | - Peers rwnd is now available for the MIB. | rrs | 2008-10-18 | 2 | -0/+2 |
* | - Adapt layer indication was always being given (it should only | rrs | 2008-10-18 | 1 | -33/+28 |
* | Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithm | rrs | 2008-10-18 | 1 | -3/+3 |
* | Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries. | kib | 2008-10-18 | 1 | -1/+2 |
* | Increase the date in the manual page, which should have been done in r183922. | ed | 2008-10-18 | 1 | -1/+1 |
* | Use strlcpy() in !localized case to avoid the -1's. | delphij | 2008-10-17 | 1 | -2/+1 |
* | Use strlcpy() when we mean it. | delphij | 2008-10-17 | 3 | -6/+3 |
* | Use strlcpy() when we mean it. | delphij | 2008-10-17 | 2 | -6/+3 |
* | - Use static for usage() | delphij | 2008-10-17 | 1 | -3/+5 |
* | Reduce code duplication: use calloc() intead of malloc() | delphij | 2008-10-17 | 1 | -4/+2 |
* | _kvm_malloc allocates memory through calloc() which | delphij | 2008-10-17 | 2 | -2/+0 |
* | Add cr_canseeinpcb() doing checks using the cached socket | bz | 2008-10-17 | 6 | -11/+44 |
* | - For chipsets that can't do 64k transfers, fall back to 32k transfers | jhb | 2008-10-17 | 4 | -5/+5 |
* | Add a mac_inpcb_check_visible implementation to all MAC policies | bz | 2008-10-17 | 7 | -0/+111 |
* | Display usage when pkg_add is called with no arguments. | brooks | 2008-10-17 | 1 | -1/+1 |
* | Adjust default keymaps for Ireland and Channel Islands. They use the UK | philip | 2008-10-17 | 1 | -0/+4 |
* | Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the | brooks | 2008-10-17 | 2 | -0/+3 |
* | Add the nordic keyboard layout for Asus eee devices. | philip | 2008-10-17 | 2 | -0/+133 |
* | Support the remaining options listed in dhcp-options(5) and RFC 2132. | brooks | 2008-10-17 | 3 | -5/+31 |
* | Add mac_inpcb_check_visible MAC Framework entry point, which is similar | bz | 2008-10-17 | 3 | -0/+16 |
* | Use the label from the socket credential rather than the | bz | 2008-10-17 | 1 | -1/+2 |
* | MTC r183949: | netchild | 2008-10-17 | 1 | -0/+5 |