summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for memory disk (md). The size of the memory diskmarcel2009-12-132-0/+156
* Unbreak the ata_atapi() usage. Since r200171 the mode setting functionsmarius2009-12-133-7/+6
* Document PBDRY and SLEEPQ_STOP_ON_BDRY.kib2009-12-122-3/+22
* Don't free jail parameter values after printing them - jail_param_getjamie2009-12-121-5/+0
* Since the change to rc.subr in r198162 it's not necessary to specifydougb2009-12-121-7/+16
* In current code, threads performing an interruptible sleep (on bothattilio2009-12-127-20/+143
* For ia32 syscall(), call cpu_set_syscall_retval(). Update comment insidekib2009-12-122-30/+6
* Don't read the newline character to line buffer because lines are passedjh2009-12-1214-17/+66
* The input line length limit mentioned on the manual page was removed byjh2009-12-121-5/+1
* Install firmware(9) examples.antoine2009-12-122-0/+12
* Make the code buildable in userland so it is easier to test it:luigi2009-12-121-8/+25
* Over time things that used to be files/directories/links can changedougb2009-12-121-2/+59
* Fix libusb_open_device_with_vid_pid() to return a NULL if no device isscf2009-12-121-2/+2
* Remove a dead store.scf2009-12-121-2/+2
* Remove driver lock assertion in MII register access. This changeyongari2009-12-121-2/+0
* The hostname passed to ulog_login(3) may be optional.ed2009-12-111-1/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-11121-193/+19
* Remove unnecessary termcap.h includes inherited from extern.h and otherdelphij2009-12-117-27/+16
* Move unistd.h includes to individual .c files and remove unnecessarydelphij2009-12-119-2/+7
* Remove unnecessary includes.delphij2009-12-1110-20/+0
* Simplify handling of MTREEFILE relative to DESTDIRdougb2009-12-111-7/+8
* Reference the correct man page for firmware(9).bcr2009-12-111-1/+1
* CFA support doesn't exclude FLUSH support.mav2009-12-111-2/+2
* Convert pam_lastlog(8) to libulog.ed2009-12-114-90/+29
* Bump the man page date to the date of the last update.syrinx2009-12-111-1/+1
* Cleanups the boot2 for pc98. There is no functional change.nyan2009-12-118-164/+18
* only export bio_cmd and flags to userland (bio_cmd areluigi2009-12-111-17/+16
* Add support for TACACS+ accounting to libtacplus(3).syrinx2009-12-114-0/+142
* Fix interrupt handling. It started off broken and grew worse over time.marcel2009-12-111-46/+62
* Wrap long lines.thompsa2009-12-111-37/+77
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-114-7/+36
* Apply two vendor fixes for CVE-2009-3720.delphij2009-12-112-2/+1
* Update to the December 12, 2008 version of this file. The onedougb2009-12-111-18/+19
* Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).thompsa2009-12-111-1/+0
* Add one more set of codec IDs.mav2009-12-111-0/+8
* Update termcap entries for xterm.ed2009-12-102-127/+150
* Add a missing else that negated the truncation of ki_ngroups tobrooks2009-12-101-1/+1
* use div64 when converting back the burst value for userlandluigi2009-12-101-1/+1
* when draining a flowset free the entire chain, not just one packet.luigi2009-12-101-1/+1
* Add module dependency for cam if configured as ATA_CAM.takawata2009-12-101-0/+3
* centralize the code to free a packet (or a chain) while in dummynet.luigi2009-12-101-32/+27
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterjhb2009-12-101-3/+1
* Record part of history I participated in.kib2009-12-101-0/+11
* No functional changes (who dares to touch this code!) but:luigi2009-12-101-5/+8
* Limit maximum I/O size, depending on command set supported by device.mav2009-12-101-0/+4
* for PV XEN translate page table entries from machine (real) to physical (logi...kmacy2009-12-101-0/+16
* Merge two cpio fixes from libarchive.googlecode.com:kientzle2009-12-101-2/+5
* - revert pmap_kenter_temporary to taking a physical addresskmacy2009-12-103-9/+11
* Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrectjasone2009-12-101-89/+28
* Implement a rudimentary suspend/resume methods for PCI P2P bridge.jkim2009-12-102-57/+200
OpenPOWER on IntegriCloud