aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused define.Konstantin Belousov2011-10-077-9/+0
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-071-1/+1
* Add back the IP header length to the total packet length field onAndre Oppermann2011-10-071-0/+7
* Remove an extraneous "already" from a comment introduced by r226081.Rick Macklem2011-10-071-1/+1
* Simply let teken_stress use arc4random.Ed Schouten2011-10-071-11/+1
* Tab should not blank cells.Ed Schouten2011-10-071-14/+1
* Change one printf() to log().Jonathan Anderson2011-10-071-1/+1
* Merge from r225950:Marius Strobl2011-10-072-7/+19
* Begin implementing correct MIPS24K sampling mode behaviour.Adrian Chadd2011-10-071-4/+7
* Increase MSGBUF_SIZE.David E. O'Brien2011-10-071-1/+1
* Disallow various debug.kdb sysctl's when securelevel is raised.David E. O'Brien2011-10-071-9/+14
* Return proper errno when we hit error when doing sanity check.Xin LI2011-10-071-4/+22
* A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subjectRick Macklem2011-10-071-10/+48
* Use the caculated length instead of maximum length.Jung-uk Kim2011-10-061-2/+2
* Remove a now-defunct variable.Jung-uk Kim2011-10-061-16/+15
* 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