summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hook up the audit system to system call entry and exit. System calls willwsalamon2006-02-041-0/+3
* Create childproc_jobstate function to report job control state, thisdavidxu2006-02-041-42/+49
* Assign audit identifiers to alpha/linux system calls so that they willrwatson2006-02-041-173/+174
* Regenerate.rwatson2006-02-044-196/+196
* Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.rwatson2006-02-041-216/+216
* Merge OpenBSM 1.0 alpha 2 kernel audit events into src/sys/bsm. Almostrwatson2006-02-041-3/+30
* Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver.rink2006-02-042-1/+29
* Add the start of busdma infrastructure to this driver. Convert thescottl2006-02-041-10/+111
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagmjacob2006-02-042-14/+4
* Now that the U32 type is a really 32-bits wide, eliminate a bunch of otherscottl2006-02-041-7/+7
* Fix mismerge after last cvs update for the IFQ_DRV_DEQUEUE changes.imp2006-02-041-4/+4
* Remove ifdef notyet SIOCGHWADDR vestige.imp2006-02-041-7/+0
* Remove ifdef notdef SIOCHWADDR vestige.imp2006-02-041-6/+0
* Remove ifdef notyet for SIOCGHWADDRimp2006-02-041-19/+7
* Give correct definitions to some basic types.scottl2006-02-041-2/+2
* Never select the PCB that has INP_IPV6 flag and is bound to :: ifume2006-02-041-1/+23
* Axe unused code.davidxu2006-02-041-96/+0
* Fix minor inconsistancy between kernel built modules and stand-aloneimp2006-02-041-0/+2
* Fix a possible memory leak in asr_attach.scottl2006-02-041-5/+12
* i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.scottl2006-02-041-2/+5
* Cast pointers to (uintptr_t) before down-casting to (int). This avoidsrwatson2006-02-041-7/+8
* Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t.rwatson2006-02-031-2/+2
* Properly initialize args structure before passing it to ipfw_chk(): havingoleg2006-02-032-0/+2
* Add a comment.jhb2006-02-031-0/+3
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).ru2006-02-031-1/+4
* Sort includes.jhb2006-02-031-11/+11
* Add AUDIT to NOTES, as it's probably ready to get regular build testingrwatson2006-02-031-0/+3
* Remove user.h include in audit.h, it is unneeded, and also can causerwatson2006-02-031-1/+0
* In fchdir(), Giant must be separately acquired and dropped if the oldrwatson2006-02-032-0/+4
* Make UDF endian-safe.will2006-02-033-3/+3
* - Don't shift the clock frequency in MHz left by 8 before assigning itmarius2006-02-031-11/+7
* Regenerate.rwatson2006-02-035-215/+215
* Assign audit event identifiers to many system calls.rwatson2006-02-031-226/+225
* Dropping the lock in the transmit_event() is not safe, because weglebius2006-02-031-94/+115
* Axe unused function.glebius2006-02-031-38/+0
* MFp4: Small cleanup of cpu messages at boot.imp2006-02-031-6/+7
* Merge from p4: minor formatting nits.imp2006-02-031-3/+3
* MFi386:davidxu2006-02-031-1/+2
* Clear carry flag in get_mcontext so that setcontext does notdavidxu2006-02-031-1/+2
* !$(*&!($!&$(!&$&(!$(&!&($!($mjacob2006-02-031-0/+1
* Make PV entries dynamic on amd64. i386 has a pre-reserved block of kvapeter2006-02-031-6/+36
* If the device has a PNPID, don't bother to attach. There were someimp2006-02-021-2/+5
* Remove devices acpi & mem, as they are in defaults already.marcel2006-02-021-2/+0
* In vlan_config() first call vlan_inithash(), then lock mutex, becauseglebius2006-02-021-4/+6
* Adjust old comment (present in rev 1.1) to match changes in rev 1.82.tegge2006-02-021-1/+1
* For low memory situations, non-VMIO buffers didnt't release pages back totegge2006-02-021-0/+5
* Remove use of inlines and use the functions as a library.mjacob2006-02-026-301/+312
* Don't destroy the slave /dev entry until someone figures out why devfs seemscognet2006-02-021-1/+1
* define lock.h before rwlock.h for DEBUG_LOCKScsjp2006-02-021-0/+1
* Whitespace fix.jhb2006-02-021-1/+1
OpenPOWER on IntegriCloud