aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Use uint32_t instead of u_int32_t. Fix style(9) nits.Jung-uk Kim2011-10-061-10/+9
* Make sure to ignore the leading NULL byte from Linux abstract namespace.Jung-uk Kim2011-10-061-2/+10
* Restore the original socket address length if it was not really AF_INET6.Jung-uk Kim2011-10-061-16/+19
* Retern more appropriate errno when Linux path name is too long.Jung-uk Kim2011-10-061-1/+1
* Inline do_sa_get() function and remove an unused return value.Jung-uk Kim2011-10-061-23/+9
* Unroll inlined strnlen(9) and make it easier to read. No functional change.Jung-uk Kim2011-10-061-10/+6
* Convert MIPS to the syscallenter/syscallret system call sequence handlers.Konstantin Belousov2011-10-064-201/+150
* Fix a typo in a comment.Wesley Shields2011-10-061-1/+1
* For the INP_TIMEWAIT case, there is no valid tcpcb object tied to theAttilio Rao2011-10-061-16/+0
* - Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT toMarius Strobl2011-10-061-4/+9
* - Use atomic operations rather than sched_lock for safely assigning pm_activeMarius Strobl2011-10-063-27/+129
* Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactlyEdward Tomasz Napierala2011-10-051-4/+0
* Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.Konstantin Belousov2011-10-052-2/+27
* Export devfs inode number allocator for the kernel consumers.Konstantin Belousov2011-10-052-3/+20
* The IFA_RTSELF instead of the IFA_ROUTE flag should be checked toQing Li2011-10-051-2/+2
* Ignore SRAT memory entries if the memory range does not overlap with anJohn Baldwin2011-10-051-0/+26
* Add missing newbus glue, this has never attached properly to gpiobus.Andrew Thompson2011-10-051-0/+5
* Add strnlen() to libkern.Jung-uk Kim2011-10-043-0/+44
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). ManyXin LI2011-10-0414-0/+4562
* Add default address for FLASH mapping on the boot bus.Marcel Moolenaar2011-10-041-0/+5
* Remove octeon_bootinfo from all files except octeon_machdep.c.Marcel Moolenaar2011-10-045-25/+10
* Fix a bug in UNIX socket handling in the linux emulator which wasColin Percival2011-10-041-0/+15
* Move parts of the commit log for r166167, where Tor explained theKonstantin Belousov2011-10-041-0/+32
* Remove bogus and wrong definition of BLKDEV_IOSIZE.Marcel Moolenaar2011-10-041-1/+0
* o Clean up some ID printfs, and put under bootverboseMarcel Moolenaar2011-10-041-8/+17
* Partially revert r224661:Marcel Moolenaar2011-10-042-6/+5
* Match the files directive and all the ways to add or subtract optionsMarcel Moolenaar2011-10-041-1/+1
* Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andMarcel Moolenaar2011-10-041-0/+10
* Fix build when DEBUG is defined in the kernel configuration file (e.g.Marcel Moolenaar2011-10-042-6/+0
* Include opt_* headers first. Otherwise we can end up with redefinedMarcel Moolenaar2011-10-041-7/+7
* Fix build when DEBUG is defined (e.g. for LINT).Marcel Moolenaar2011-10-041-23/+4
* Actually enforce limit for inheritable resources on fork.Edward Tomasz Napierala2011-10-041-6/+6
* MFi386: revision 225936Yoshihiro Takahashi2011-10-041-7/+34
* Convert ARM to the syscallenter/syscallret system call sequence handlers.Konstantin Belousov2011-10-043-81/+62
* Add an AR5416 aware version of the "current RSSI" function.Adrian Chadd2011-10-043-0/+15
* Allow ixp425 boot2 to compile after r219452Andrew Thompson2011-10-041-1/+1
* Revert r225875, r225877:Alexander Motin2011-10-031-11/+0
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-0320-344/+2607
* A system may have multiple physical interfaces, all of which are on theQing Li2011-10-031-5/+34
* This patch allows ARP to work properly in the presence ofQing Li2011-10-031-14/+21
* Move some code inside the racct_proc_fork(); it spares a few lock operationsEdward Tomasz Napierala2011-10-032-20/+22
* Do not allow the kernel to access usermode pages without installedKonstantin Belousov2011-10-032-0/+18
* Assert that exiting process does not return to usermode.Konstantin Belousov2011-10-031-0/+2
* Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP.Adrian Chadd2011-10-031-20/+9
* Fix another bug introduced in r225641, which caused rctl to access certainEdward Tomasz Napierala2011-10-034-11/+41
* Fix bug introduced in r225641, which would cause panic if racct_proc_fork()Edward Tomasz Napierala2011-10-031-18/+1
* Add some improvements in the idle table callbacks:Attilio Rao2011-10-032-14/+72
* Port over the radar pulse decoding code common to the AR5416 and later chipsets.Adrian Chadd2011-10-031-4/+188
* Actually enable NEW_PCIB by default, missed in r225931.Marius Strobl2011-10-021-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-0222-554/+688