summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subjectrmacklem2011-10-071-10/+48
* Use the caculated length instead of maximum length.jkim2011-10-061-2/+2
* Remove a now-defunct variable.jkim2011-10-061-16/+15
* Use uint32_t instead of u_int32_t. Fix style(9) nits.jkim2011-10-061-10/+9
* Make sure to ignore the leading NULL byte from Linux abstract namespace.jkim2011-10-061-2/+10
* Restore the original socket address length if it was not really AF_INET6.jkim2011-10-061-16/+19
* Retern more appropriate errno when Linux path name is too long.jkim2011-10-061-1/+1
* Inline do_sa_get() function and remove an unused return value.jkim2011-10-061-23/+9
* Unroll inlined strnlen(9) and make it easier to read. No functional change.jkim2011-10-061-10/+6
* Remove no longer needed BUGS section.kib2011-10-061-9/+1
* Convert MIPS to the syscallenter/syscallret system call sequence handlers.kib2011-10-064-201/+150
* Fix a typo in a comment.wxs2011-10-061-1/+1
* Add myself.melifaro2011-10-061-0/+4
* For the INP_TIMEWAIT case, there is no valid tcpcb object tied to theattilio2011-10-061-16/+0
* Move "Exit" to the first entry in the list, so that it is the defaultnwhitehorn2011-10-061-2/+2
* Ask if you want to set the keymap before invoking kdbmap to preventnwhitehorn2011-10-061-0/+2
* - Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT tomarius2011-10-061-4/+9
* - Use atomic operations rather than sched_lock for safely assigning pm_activemarius2011-10-063-27/+129
* Fix build on i386 and arm.delphij2011-10-061-1/+1
* Upgrade to OpenSSH 5.9p1.des2011-10-0587-1998/+2774
|\
| * Forgot to remove dead files.des2011-09-285-1247/+0
| * Vendor import of OpenSSH 5.9p1des2011-09-28113-23571/+10836
| * More autoprops damage, compounded by the fact that some source files, fordes2011-09-282-0/+0
| * Revert autoprops damage.des2011-09-281-1/+1
| * Merge from upstream: #include <netinet/ip.h> before checking for macrosdes2011-05-051-3/+3
| * djm released a new 5.8p2 tarball with the correct version number.des2011-05-052-1/+2
* | Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactlytrasz2011-10-051-4/+0
* | Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.kib2011-10-052-2/+27
* | Export devfs inode number allocator for the kernel consumers.kib2011-10-052-3/+20
* | The IFA_RTSELF instead of the IFA_ROUTE flag should be checked toqingli2011-10-051-2/+2
* | Ignore SRAT memory entries if the memory range does not overlap with anjhb2011-10-051-0/+26
* | Update BSD grep to the latest development version. It has some codegabor2011-10-0516-521/+2527
* | Add missing newbus glue, this has never attached properly to gpiobus.thompsa2011-10-051-0/+5
* | Add strnlen() to libkern.jkim2011-10-043-0/+44
* | portsnap: Detect error immediately if we can't fetch the snapshot metadata.jilles2011-10-041-3/+3
* | Work around the autotools problem with the 10.0 version.jilles2011-10-041-0/+12
* | Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-0416-0/+4681
* | Add default address for FLASH mapping on the boot bus.marcel2011-10-041-0/+5
* | Remove octeon_bootinfo from all files except octeon_machdep.c.marcel2011-10-045-25/+10
* | Fix a bug in UNIX socket handling in the linux emulator which wascperciva2011-10-041-0/+15
* | Move parts of the commit log for r166167, where Tor explained thekib2011-10-041-0/+32
* | Remove bogus and wrong definition of BLKDEV_IOSIZE.marcel2011-10-041-1/+0
* | o Clean up some ID printfs, and put under bootverbosemarcel2011-10-041-8/+17
* | Partially revert r224661:marcel2011-10-042-6/+5
* | Match the files directive and all the ways to add or subtract optionsmarcel2011-10-041-1/+1
* | Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andmarcel2011-10-041-0/+10
* | Fix build when DEBUG is defined in the kernel configuration file (e.g.marcel2011-10-042-6/+0
* | Include opt_* headers first. Otherwise we can end up with redefinedmarcel2011-10-041-7/+7
* | Fix build when DEBUG is defined (e.g. for LINT).marcel2011-10-041-23/+4
* | latin1 -> utf8des2011-10-041-1/+1
OpenPOWER on IntegriCloud