summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove pts(4) entries from /etc/ttys.ed2009-02-127-3584/+0
* Make ttyslot(3) work with pts(4) devices.ed2009-02-121-6/+5
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-124-2/+18
* Remove obsolete C preprocessor assertions.rdivacky2009-02-121-1/+1
* turn off ttyv*; not aware of any arm-based systems with sysconssam2009-02-121-8/+8
* Don't add a bwrite() symbol, it breaks the build when building newfscognet2009-02-122-16/+16
* Fix a few problems related to building modules in /sys/modules (notn_hibma2009-02-126-4/+7
* Fix spelling a bit.mav2009-02-121-3/+3
* Add support for the Sunix SUN1889-based dual parallel port card.kevlo2009-02-121-0/+6
* s/succeded/succeeded/ in comments.mav2009-02-121-3/+3
* Enhance debug messages and attempt to unify them into one format where possible.sbruno2009-02-121-10/+12
* Update comments around various structs.sbruno2009-02-123-9/+27
* Rewrite get_pv_entry() to match expectations of the rest of theimp2009-02-121-11/+78
* pmap_kenrel() was recently deleted from pmap.h. It was still usedimp2009-02-121-2/+2
* fix ARM_USE_SMALL_ALLOC after memory layout changessam2009-02-111-7/+10
* fix both instances of namesam2009-02-111-1/+1
* Reorder dacleanup() and cdcleanup() slightly so that the sysctl context isjhb2009-02-112-8/+9
* - Consolidate error handling in the cd9660 and udf mount routines.jhb2009-02-112-24/+26
* - If the g_access() call for the initial root mount fails, then fullyjhb2009-02-111-6/+6
* fix typo in AH_CHIP definitionsam2009-02-111-1/+1
* gcc 4.3.2 examines getLowerUpperIndex() and concludes that it's notsam2009-02-111-0/+1
* Let stat(1) use fdevname(3).ed2009-02-111-12/+20
* Add two new routines: fdevname() and fdevname_r().ed2009-02-117-20/+90
* improve key index map reclaim debug msgsam2009-02-111-6/+5
* oops, fix octal escape sequencesam2009-02-111-1/+1
* - Use the correct argument when determining the buffer size.lulf2009-02-111-1/+1
* remove bogus reference reclaim on the slave-side bss node on beacon misssam2009-02-111-1/+0
* fix mis-numbering of IEEE80211_MSG_BITSsam2009-02-111-4/+4
* Serialize write() calls on TTYs.ed2009-02-114-6/+37
* Modify fdcopy() so that, during fork(2), it won't copy file descriptorsrwatson2009-02-111-1/+2
* Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flagjhb2009-02-111-11/+8
* Add a regresion test to determine whether or not a file descriptor isrwatson2009-02-112-0/+129
* Add files to build i386/amd64 bootable rescue ISO images using themr2009-02-1117-0/+1789
* o Print an octal representation of suid, sgid and sticky bits with -x flag.maxim2009-02-111-1/+1
* All open fixes and improvements from Konstantin for which users had tonetchild2009-02-113-7/+62
* Reword informational message by rc.d/defaultroute.mtm2009-02-111-1/+1
* - Use the generally more appropriate PROM base rather than themarius2009-02-111-1/+1
* o Use NULL in pereference to 0 in pointer contexts.imp2009-02-111-8/+8
* o Introduce KOBJMETHOD_END for the end of the kobj list.imp2009-02-111-1/+11
* Allocating 2 MSI messages do not seem to work on certain controllersyongari2009-02-112-2/+3
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. Thekaiw2009-02-112-0/+2
* when operating as a slave, clear neighbor entries and the peer bss nodesam2009-02-101-2/+16
* clean neighbor entries on beacon misssam2009-02-101-1/+13
* don't do phantom beacon miss checking for s/w beacon miss handling,sam2009-02-101-17/+22
* Check for device_set_devclass() errors and skip driver probe/attach if any.mav2009-02-101-4/+12
* Fix shutdown prototypes.imp2009-02-103-6/+8
* Fix read_ivar prototype.imp2009-02-101-1/+1
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...imp2009-02-104-9/+9
* fix arcmsr_attach, probe, detach, and shutdown prototypes to match newbus.imp2009-02-101-9/+9
* Adding dynamic sysctls no longer requires Giant.jhb2009-02-102-7/+0
OpenPOWER on IntegriCloud