| Commit message (Expand) | Author | Age | Files | Lines |
* | Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes. | kib | 2011-10-05 | 2 | -2/+27 |
* | Export devfs inode number allocator for the kernel consumers. | kib | 2011-10-05 | 2 | -3/+20 |
* | The IFA_RTSELF instead of the IFA_ROUTE flag should be checked to | qingli | 2011-10-05 | 1 | -2/+2 |
* | Ignore SRAT memory entries if the memory range does not overlap with an | jhb | 2011-10-05 | 1 | -0/+26 |
* | Update BSD grep to the latest development version. It has some code | gabor | 2011-10-05 | 16 | -521/+2527 |
* | Add missing newbus glue, this has never attached properly to gpiobus. | thompsa | 2011-10-05 | 1 | -0/+5 |
* | Add strnlen() to libkern. | jkim | 2011-10-04 | 3 | -0/+44 |
* | portsnap: Detect error immediately if we can't fetch the snapshot metadata. | jilles | 2011-10-04 | 1 | -3/+3 |
* | Work around the autotools problem with the 10.0 version. | jilles | 2011-10-04 | 1 | -0/+12 |
* | Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Many | delphij | 2011-10-04 | 16 | -0/+4681 |
* | Add default address for FLASH mapping on the boot bus. | marcel | 2011-10-04 | 1 | -0/+5 |
* | Remove octeon_bootinfo from all files except octeon_machdep.c. | marcel | 2011-10-04 | 5 | -25/+10 |
* | Fix a bug in UNIX socket handling in the linux emulator which was | cperciva | 2011-10-04 | 1 | -0/+15 |
* | Move parts of the commit log for r166167, where Tor explained the | kib | 2011-10-04 | 1 | -0/+32 |
* | Remove bogus and wrong definition of BLKDEV_IOSIZE. | marcel | 2011-10-04 | 1 | -1/+0 |
* | o Clean up some ID printfs, and put under bootverbose | marcel | 2011-10-04 | 1 | -8/+17 |
* | Partially revert r224661: | marcel | 2011-10-04 | 2 | -6/+5 |
* | Match the files directive and all the ways to add or subtract options | marcel | 2011-10-04 | 1 | -1/+1 |
* | Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ and | marcel | 2011-10-04 | 1 | -0/+10 |
* | Fix build when DEBUG is defined in the kernel configuration file (e.g. | marcel | 2011-10-04 | 2 | -6/+0 |
* | Include opt_* headers first. Otherwise we can end up with redefined | marcel | 2011-10-04 | 1 | -7/+7 |
* | Fix build when DEBUG is defined (e.g. for LINT). | marcel | 2011-10-04 | 1 | -23/+4 |
* | latin1 -> utf8 | des | 2011-10-04 | 1 | -1/+1 |
* | Actually enforce limit for inheritable resources on fork. | trasz | 2011-10-04 | 1 | -6/+6 |
* | Handle the situation where fixups_close() has been called but more fixups | adrian | 2011-10-04 | 1 | -1/+1 |
* | Update the comment to reflect what is actually going on. | adrian | 2011-10-04 | 1 | -1/+1 |
* | MFi386: revision 225936 | nyan | 2011-10-04 | 1 | -7/+34 |
* | Remove no longer valid statement about ARM. | kib | 2011-10-04 | 1 | -2/+2 |
* | Convert ARM to the syscallenter/syscallret system call sequence handlers. | kib | 2011-10-04 | 3 | -81/+62 |
* | Add an AR5416 aware version of the "current RSSI" function. | adrian | 2011-10-04 | 3 | -0/+15 |
* | Allow ixp425 boot2 to compile after r219452 | thompsa | 2011-10-04 | 1 | -1/+1 |
* | Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS. | ivoras | 2011-10-03 | 1 | -15/+9 |
* | Revert r225875, r225877: | mav | 2011-10-03 | 1 | -11/+0 |
* | Now that its only consumer is gone (sysinstall), remove libftpio as well. | nwhitehorn | 2011-10-03 | 7 | -1481/+12 |
* | Fix a number of platform problems in this file (mostly assuming that only | nwhitehorn | 2011-10-03 | 1 | -6/+6 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 24 | -370/+2649 |
* | A system may have multiple physical interfaces, all of which are on the | qingli | 2011-10-03 | 1 | -5/+34 |
* | This patch allows ARP to work properly in the presence of | qingli | 2011-10-03 | 1 | -14/+21 |
* | Remove a redundant check for libncp. | jkim | 2011-10-03 | 1 | -6/+0 |
* | Move some code inside the racct_proc_fork(); it spares a few lock operations | trasz | 2011-10-03 | 2 | -20/+22 |
* | Do not allow the kernel to access usermode pages without installed | kib | 2011-10-03 | 2 | -0/+18 |
* | Assert that exiting process does not return to usermode. | kib | 2011-10-03 | 1 | -0/+2 |
* | Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP. | adrian | 2011-10-03 | 1 | -20/+9 |
* | Fix another bug introduced in r225641, which caused rctl to access certain | trasz | 2011-10-03 | 4 | -11/+41 |
* | Fix bug introduced in r225641, which would cause panic if racct_proc_fork() | trasz | 2011-10-03 | 1 | -18/+1 |
* | Farewall, sysinstall! You served us well for many years, but 10.0 is one | nwhitehorn | 2011-10-03 | 112 | -26264/+5 |
* | Add some improvements in the idle table callbacks: | attilio | 2011-10-03 | 2 | -14/+72 |
* | Port over the radar pulse decoding code common to the AR5416 and later chipsets. | adrian | 2011-10-03 | 1 | -4/+188 |
* | Actually enable NEW_PCIB by default, missed in r225931. | marius | 2011-10-02 | 1 | -1/+1 |
* | Make sparc64 compatible with NEW_PCIB and enable it: | marius | 2011-10-02 | 22 | -554/+688 |