summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Logical OR the following flags into the va_mode field:rodrigc2006-06-101-9/+3
* Move the new flags field to the end of the structure to maintainiedowse2006-06-101-1/+1
* Call g_vfs_close() if:rodrigc2006-06-101-2/+35
* Do not call vput() after we call VOP_UNLOCK().rodrigc2006-06-101-1/+1
* Hold on to firmware images until the interface detaches sinceiedowse2006-06-102-5/+17
* Keep firmware images on the list until they have been unregisterediedowse2006-06-102-19/+39
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:rwatson2006-06-1012-322/+172
* * Ask for a page-aligned page instead of an arbitrary address. This shouldnjl2006-06-101-15/+30
* Minor tweaks to the resume code. Previous commit reverted alignment backnjl2006-06-101-41/+50
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesnjl2006-06-102-7/+7
* Minor sysctl cleanup. The RW flag means read|write and so it is redundantnjl2006-06-103-10/+8
* Enable debug.mpsafevm on arm by default.alc2006-06-101-1/+1
* Add a lock assertion. Remove dead (locking) code. Change some whitealc2006-06-101-36/+4
* Add ability to reset individual devices and fix SCSI speed negotiation.jkim2006-06-091-50/+48
* Don't expect that 'device random' will compile in those files into thepjd2006-06-091-0/+3
* Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms.rodrigc2006-06-091-1/+1
* Bring back changes in version 1.3 lost in previous commit.rodrigc2006-06-091-13/+1
* Accomodate new files due to latest XFS import.rodrigc2006-06-091-3/+3
* Makefile changes to accomodate new XFS import.rodrigc2006-06-091-1/+1
* More changes due to latest XFS import.rodrigc2006-06-091-188/+267
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.rodrigc2006-06-09138-17918/+14817
* Add pmap locking to pmap_extract().alc2006-06-091-4/+8
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordthompsa2006-06-091-3/+6
* Allow bridge and carp to play nicely together by returning the packet if itsthompsa2006-06-082-3/+17
* add glue for ath_halsam2006-06-081-0/+11
* add powerpc gluesam2006-06-081-0/+2
* enable build of ath_hal on sparc64 and powerpcsam2006-06-081-0/+2
* Rearrange code in soalloc() so that it's less indented by returningrwatson2006-06-081-13/+13
* Update global copyright statement for netatalk, as I claim copyrightrwatson2006-06-081-0/+1
* Lock process when copying fields from process structure so as torwatson2006-06-081-3/+2
* Prefer C to C++ comments per style(9).rwatson2006-06-081-1/+1
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:marius2006-06-081-7/+26
* Do not copy out the iovec in the 32bit recvmsg call since soreceiveps2006-06-081-24/+0
* Log:davidch2006-06-081-13/+27
* Minor tweaks to the resume code that might help people debug.njl2006-06-083-5/+26
* Fix gratuitous compiler warning.pjd2006-06-081-1/+2
* install_state() should properly initialize 'addr_type' field of newly createdoleg2006-06-081-0/+1
* Fix following rules: pipe X (tag|altq) Y ...oleg2006-06-081-0/+4
* Whitespace.glebius2006-06-081-9/+9
* u_intXX -> uintXXglebius2006-06-081-139/+139
* Fix the last commit.glebius2006-06-082-3/+8
* Fix the LOR that occurs when the MAC compiled into the kernelkib2006-06-081-3/+3
* Fix spurious warnings from neighbor discovery when working with IPv6 overgnn2006-06-082-8/+53
* Oops it seems I forgot to remove ARM32_NEW_VM_LAYOUT from here.cognet2006-06-073-3/+0
* - style(9) cleanup.glebius2006-06-071-442/+267
* Add pmap locking to pmap_fault_fixup().alc2006-06-071-16/+7
* bandaid type coercion for ia64sam2006-06-071-2/+2
* add ath & co.sam2006-06-071-0/+9
* reposition defines so things build on architectures where AH_REGOPS_FUNCsam2006-06-071-14/+14
* remove ath hal options; having them here causes opt_ah.h to be clobberedsam2006-06-071-13/+0
OpenPOWER on IntegriCloud