summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use __DEVOLATILE to cast conspeed.imp2005-12-071-1/+1
* style(9) nitsobrien2005-12-071-52/+52
* Add Sparc TLS relocation definitions.obrien2005-12-071-0/+24
* Changes imported from XFS for FreeBSD project:rodrigc2005-12-073-33/+155
* Catch up to the system siginfo changes. Use a union for the ia32 layoutpeter2005-12-062-3/+22
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-066-14/+11
* Fix ZERO_EDX() macro from the previous commit. It was emittingjkim2005-12-062-2/+2
* Use <sys/ktr.h> directly in .S files instead of exporting themarius2005-12-062-14/+2
* Extend the scope of #ifndef LOCORE to also cover the prototype ofmarius2005-12-061-3/+7
* When compiling with the kernel, detect if INET6 support should be disabled.ru2005-12-061-7/+11
* Revert two changes I was testing regarding polling delay.njl2005-12-061-2/+2
* Add KTR support and move some performance debugging variables in the ECnjl2005-12-062-10/+13
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-067-48/+0
* cpp(1) only understand integer arithmetical expressions, soru2005-12-061-2/+1
* MFi386: Add BPF Just-In-Time compiler.nyan2005-12-062-0/+4
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-068-16/+16
* When we drop packet due to no space in output interface output queue, alsoglebius2005-12-061-0/+1
* Optimize parallel processing of ipfw(4) rulesets eliminating the lockingglebius2005-12-061-71/+54
* Sync with signal.h.davidxu2005-12-061-0/+1
* Reduce the scope of the page queues lock in exec_map_first_page(). The vmalc2005-12-061-4/+2
* s/M_WAITOK/M_NOWAIT/ while mutex is held.jkim2005-12-063-6/+6
* - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'.jkim2005-12-064-24/+36
* o Turn on MPSAFE flag for mqueuefs.davidxu2005-12-061-4/+3
* o Add some pad fields into struct sigevent for future extension.davidxu2005-12-061-2/+14
* Fix a lock leak in childproc_continued().davidxu2005-12-061-1/+3
* Add experimental BPF Just-In-Time compiler for amd64 and i386.jkim2005-12-0613-3/+2060
* The Oxford 16C950 based CardBus Serial device that I was given someimp2005-12-051-1/+2
* Change the i386 code to pass the interrupt vector as a separate argumentjhb2005-12-059-53/+27
* FreeBSD has had endian conversion macros for a long time. Axe the customscottl2005-12-051-46/+2
* Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and returnsos2005-12-052-15/+19
* - Move the code to deal with handling an IPI_STOP IPI out ofjhb2005-12-055-49/+34
* Remove unused local variable misssed in previous commit.jhb2005-12-051-1/+0
* correct handling of dtim for periods > 1sam2005-12-051-1/+1
* Don't panic if IRQ 13 doesn't exist. On some machines (see previousjhb2005-12-051-7/+9
* Really slam the door on mixed mode now that we don't depend on it for ajhb2005-12-052-0/+30
* - Move PUSH_FRAME and POP_FRAME into machine/asmacros.h.jhb2005-12-054-102/+54
* - Don't make the driver lock recursive, it shouldn't be recursivelyjhb2005-12-052-18/+1
* Tweak witness handling of lock object to shave 2 pointers off of eachjhb2005-12-053-46/+49
* If pci_link has been disabled via the acpi_disable tunable, then bailjhb2005-12-051-0/+3
* Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" optionavatar2005-12-051-3/+1
* Switch off debugging that was left on in last commit.sos2005-12-051-1/+1
* Add support for writing Intel MatrixRAID arrays.sos2005-12-052-67/+207
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-051-1/+1
* Try to use contigmalloc() even if M_NOWAIT has been specified.cognet2005-12-051-13/+17
* Teach the elf trampoline how to deal with gzipped kernels.cognet2005-12-053-55/+192
* - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofmarius2005-12-051-5/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-0530-100/+155
* Bump __FreeBSD_version to reflect removal of MNT_NODEV mount option.rodrigc2005-12-051-1/+1
* After reading some documents, I realized SIGEV_NONE != NULL, alsodavidxu2005-12-051-6/+8
* Handle SIGEV_NONE, if notification is SIGEV_NONE, error status anddavidxu2005-12-051-3/+4
OpenPOWER on IntegriCloud