summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make mlxcontrol work with more than one system drive:sepotvin2008-09-123-5/+7
* Use the parent device's DMA tag when creating our own DMA tags. This fixesjhb2008-09-121-9/+10
* Remove unneeded comma.kib2008-09-121-1/+1
* When doing rfork(0), i.e. separating curproc VM from any other user ofkib2008-09-123-5/+14
* The user_ldt_alloc() function shall return with dt_lock locked.kib2008-09-121-5/+9
* Remove warning about static LDT segment allocation. Applicationskib2008-09-121-9/+0
* Portability: Don't use symbolic constants when the values are morekientzle2008-09-121-7/+7
* Portability: Not everyone is lucky enough to have ftruncate()kientzle2008-09-122-0/+3
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXkientzle2008-09-123-0/+11
* Windows compatibility: The stub replacement for compression_programkientzle2008-09-121-0/+2
* Connect ufoma(4) to build and,takawata2008-09-122-2/+1
* Sweep this man page a bit:danger2008-09-111-15/+25
* Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedjhb2008-09-112-0/+12
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* Remove the unused field "pc_prvspace" from the MD fields for the structcognet2008-09-111-6/+1
* Makefile.inc already defines OPENSSL if crypto is available/wanted.roberto2008-09-111-1/+1
* Fix two small typo's in comments in the nullfs vnops code.ed2008-09-111-2/+2
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-112-8/+14
* The ERESTART to EINTR conversion is already done inrdivacky2008-09-111-8/+1
* ARM nexus style(9) improvements.raj2008-09-111-34/+31
* ARM interrupts improvements.raj2008-09-113-14/+16
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Document dev_clone eventhandler interfacekib2008-09-111-0/+74
* Add a first draft of the cdevpriv(9) documentationkib2008-09-111-0/+121
* Document make_dev_credf(9), destroy_dev_sched(9) and destroy_dev_drain(9)kib2008-09-111-4/+123
* Update insmntque(9) manpage, bringing it close to reality.kib2008-09-111-4/+36
* Fix the device name spacing.adrian2008-09-111-5/+5
* Revert r177108 and restore r60506 for sparc64 as long as libstandmarius2008-09-101-0/+3
* Add drivers for the power management devices found on Fireplane/marius2008-09-103-0/+360
* Make sure the TTY has not disappeared out from under us before callingcsjp2008-09-101-2/+3
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingmarius2008-09-104-22/+226
* mld_timerresid() returns ms so instead of doing the maths in usecbz2008-09-101-1/+1
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchjhb2008-09-107-27/+49
* Disable the inline assembly crc32 routine and use the C version instead.jhb2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-1015-6/+2153
* Beginning of overhaul of fwcontrol:sbruno2008-09-102-125/+384
* Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIejhb2008-09-102-28/+92
* Various whitespace fixes.jhb2008-09-103-11/+10
* Add a proper detach method to the est(4) driver using cpufreq_unregister().jhb2008-09-101-3/+6
* If arm.h is going to define WCHAR_TYPE, don't assume WCHAR_TYPE_SIZEobrien2008-09-101-1/+1
* Use PAGE_{SIZE,MASK,SHIFT} from machine/param.h rather than hard-codingjasone2008-09-101-120/+88
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-106-13/+12
* Add a missing break statement; IFDATA_LINKSPECIFIC would fall throughbms2008-09-101-0/+1
* o Correct a comment: a test file size is a four pages not three.maxim2008-09-101-1/+1
* Get initial bootstrap of APs working under xen.kmacy2008-09-109-29/+1251
* Fix path in all includes: remove /mips32 subdirectorygonzo2008-09-1022-32/+32
* rename flags and add a ZYD_FLAG_DETACHING flag to indicate we'reweongyo2008-09-102-2/+9
* - Fix regression with GETMEMkmacy2008-09-101-7/+4
* Allow building k8temp on i386.rpaulo2008-09-091-0/+1
* Build k8temp on i386.rpaulo2008-09-091-0/+1
OpenPOWER on IntegriCloud