summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add support for using LOM (Lights Out Management) and RSC (Remote Systemmarius2006-02-042-13/+33
* Silence the strict-alias warnings. Make a trip through (void *) whenimp2006-02-041-16/+16
* Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-02-041-1/+0
* Type of overrun_buf doesn't matter to this code, but does to gcc.imp2006-02-042-4/+4
* Perform minor rewording and grammatical improvement. Add a missing Xr.ceri2006-02-041-31/+40
* Use void * for pointer rather than u_int8_t *, since it doesn'timp2006-02-041-5/+4
* Now that TUNABLE_ULONG is in the tree, and has been for a while, use it.imp2006-02-041-3/+3
* Don't type pun accidentally. Instead, be explicit that we're typeimp2006-02-041-6/+8
* Remove reference to non-existant manpage.brueffer2006-02-041-1/+0
* Call the audit syscall enter/exit functions for the amd64 architecture,wsalamon2006-02-042-1/+10
* Make login audit-enabled, submitting audit records for the login and logoutwsalamon2006-02-045-3/+238
* When ndis_attach() runs, it has to very briefly initialize the cardwpaul2006-02-041-14/+34
* Add a brief FREEBSD-upgrade file to provide direction on how to performrwatson2006-02-041-0/+19
* Add a -A argument to mergemaster to allow explicitly specifying anrwatson2006-02-042-8/+17
* Don't forget to set the address of the next descriptor to 0 when we'recognet2006-02-041-0/+1
* Squash another use of vtophys. Instead of creating separate busdma objectsscottl2006-02-041-39/+42
* MFi386:cognet2006-02-041-0/+4
* Now that the em driver no longer needs to directly touch the scheduler, remov...scottl2006-02-041-3/+0
* Initialize PWD early on (don't expect it to be inherited from theschweikh2006-02-041-0/+2
* s/staticly/statically/gschweikh2006-02-041-2/+2
* s/varable/variable/; s/tored/stored/schweikh2006-02-041-2/+2
* Remove some white space at EOL.schweikh2006-02-045-15/+15
* Remove spurious "union arg" from printf.hphk2006-02-042-4/+3
* 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
* Autogenerate hardware notes for the ce(4) driver.brueffer2006-02-043-0/+5
* 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
* This commit was generated by cvs2svn to compensate for changes in r155290,rwatson2006-02-048-22/+58
|\
| * Import OpenBSM 1.0 alpha 2, a minor update on alpha 1:rwatson2006-02-048-22/+58
* | Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver.rink2006-02-042-1/+29
* | The function isspace does not take a string argument. I have no idea howdfr2006-02-041-3/+3
* | 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
* | s/bin/sbin/ for mount_nwfs, mount_portalfs and mount_smbfs. They neveravatar2006-02-041-3/+4
* | 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
* | Fix calculation of the number of arenas to use on multi-processor systems.jasone2006-02-041-1/+1
* | Cast pointers to (uintptr_t) before down-casting to (int). This avoidsrwatson2006-02-041-7/+8
OpenPOWER on IntegriCloud