summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed namespace pollution in uma changes:bde2002-09-051-2/+3
* Re-insert TUNABLE() export of MAC Biba and MAC MLS module 'enabled'rwatson2002-09-052-0/+2
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-052-7/+8
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-053-6/+6
* Move some variables to the BSS instead of explicitly zero'ing them. Thisjhb2002-09-052-6/+6
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-052-2/+2
* Make recursion prevention variable per-instance and remove XXX commentsobomax2002-09-052-7/+5
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingbde2002-09-051-8/+6
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-052-2/+2
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Do not cast from a pointer to an integer of a possibly different size.bde2002-09-051-1/+1
* Add debug.rman_debug sysctl MIB and loader tunable instead of brokeniwasaki2002-09-051-5/+7
* Fix a format buglet.phk2002-09-051-1/+1
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Forward declare struct uio so that <sys/uio.h> isn't a prerequisite.bde2002-09-051-3/+2
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-054-14/+10
* Pad after "char *n_name;" in the !_AOUT_INCLUDE_ case so that struct nlistbde2002-09-051-0/+2
* Forward declare struct vnode so that <sys/vnode.h> or some other headerbde2002-09-051-0/+1
* s/SGNL/SIG/davidxu2002-09-0511-42/+45
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-059-54/+45
* Uncommented MAC options so that they get linted. This exposes brokennessbde2002-09-051-4/+4
* Implement LINUX_TIOCSCTTY.marcel2002-09-051-1/+4
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-053-163/+142
* Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec.phk2002-09-041-4/+23
* On the ElanSC520 CPU use general purpose timer#2 as timecounter.phk2002-09-041-0/+19
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-048-94/+63
* Do not employ timecounter hardware if our hz does not support theirphk2002-09-041-2/+10
* Function prototypes don't need 'extern'.jhb2002-09-042-12/+12
* Don't let children attach fast interrupts if the parent interrupt is normal.phk2002-09-041-2/+2
* Make consistent; turn spaces into tabs where there is a mixture.markm2002-09-042-42/+42
* Bring back the PUC_FASTINTR option, and implement it correctly so thatphk2002-09-042-2/+13
* Give up on calling tc_ticktock() from a timeout, we have timeoutphk2002-09-043-4/+9
* Add in_hosteq() and in_nullhost() macros to make life of developerssobomax2002-09-041-0/+3
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* More in the continuing saga of phk vs his strange serial card.imp2002-09-041-80/+20
* Alright, fix the problems with the elf loader for the Alpha. It turnsdillon2002-09-041-8/+18
* Fix up a comment.jhb2002-09-041-2/+2
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-044-132/+12
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-043-19/+16
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* Make the text segment locating heuristics from rev 1.121 more reliablepeter2002-09-031-15/+10
* - Change falloc() to acquire an fd from the process table last so thatjhb2002-09-031-108/+102
* - Move $FreeBSD$ to the top of the file.jhb2002-09-031-2/+21
* Add some KASSERT()'s to ensure that we don't perform spin mutex ops onjhb2002-09-032-8/+32
* Remove aic7xxx from the module build framework until all bootstrappinggibbs2002-09-031-1/+0
* In the kernel code, we have the tsleep() call with the PCATCH argument.davidxu2002-09-034-13/+93
* Remove a debug printf.phk2002-09-031-2/+2
* Drop another cookie to wet Warners appetite:phk2002-09-031-0/+6
OpenPOWER on IntegriCloud