summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* I was so happy I found the semi-colon from hell that I didn'tmtm2003-07-041-1/+1
* remove \n at end of panic strings. They are added by the call to panic.jmg2003-07-044-26/+26
* Add vm object locking to pmap_prefault().alc2003-07-041-7/+10
* Implement the 'ipsec' option to match packets coming out of an ipsec tunnel.luigi2003-07-041-0/+16
* Correct some comments, add opcode O_IPSEC to match packetsluigi2003-07-041-12/+17
* - Parse the cpu topology map in sched_setup().jeff2003-07-041-13/+53
* Add compatibility for FreeBSD-4.simokawa2003-07-044-5/+21
* Delete a superfluous semi-colon.harti2003-07-041-1/+1
* Remove unnecessary cast.phk2003-07-041-1/+1
* Use the f_vnode field to tell which file descriptors have a vnode.phk2003-07-043-19/+15
* We just cached the inode pointer, no need to call VTOI() again.phk2003-07-041-2/+2
* - Ensure that the busdma API won't do deferred loads by using themux2003-07-041-9/+9
* It's unfair how one extraneous semi-colon can cause so much grief.mtm2003-07-041-1/+1
* The em(4) driver has been converted to busdma and doesn't usemux2003-07-041-5/+0
* style(9)mtm2003-07-041-8/+2
* In setpgrp(), don't assume a pgrp won't exist if the provided pgid is the samecognet2003-07-041-12/+13
* WARNING: white space diffjmg2003-07-0434-311/+309
* kse_thr_interrupt should target the thread, specifically.mtm2003-07-042-2/+2
* Allow the caller to get an erro direclty if we sent the packet immediatly.julian2003-07-031-1/+1
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-0314-32/+40
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-0310-390/+131
* Signals sent specifically to a particular thread mustmtm2003-07-035-20/+25
* If bread() returns a zero-length buffer, as can happen after atrhodes2003-07-031-0/+4
* Silly compile fixes from resource_disabled() commit.jhb2003-07-032-2/+1
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-036-12/+19
* Revert the previous commit, it snuck in by accident.scottl2003-07-031-10/+0
* Bump __FreeBSD_version to reflect the busdma API change.scottl2003-07-031-1/+1
* - Add comments about the maintenance of the per-thread list of contestedjhb2003-07-022-8/+18
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-0223-72/+37
* Add a resource_disabled() helper function that returns true (non-zero) ifjhb2003-07-022-0/+15
* Make the bus_dma_tag_create use NULL for the lock arguments. We areharti2003-07-021-5/+6
* The .s files were repo-copied to .S files.ru2003-07-028-4687/+7
* Revert non-style part of the recent two deltas that dealt withru2003-07-022-10/+2
* sys/ia64/ia64/pal.s has been repocopied to pal.S.ru2003-07-021-1/+1
* Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driverharti2003-07-021-9/+22
* pal_stub.s has been repo-copied to pal_stub.S.ru2003-07-022-66/+1
* Update the SATA support code to work more correctly withsos2003-07-023-57/+121
* Change idle sleep indentifier to "-" for nfsiodphk2003-07-021-1/+1
* Change idle state sleep identifier to "-" for nfsd.phk2003-07-021-1/+1
* Only dump 512 bytes of debugging.phk2003-07-021-1/+2
* Change the sleep identifier to "-" where random normally sleeps.phk2003-07-021-1/+1
* typo fix in comment.phk2003-07-021-1/+1
* Fix a few style(9) nits.mux2003-07-021-13/+9
* The use of SYSINIT requires the inclusion of <sys/kernel.h>marcel2003-07-021-0/+1
* Allow SA process unblocks a thread blocked in condition variable.davidxu2003-07-021-2/+8
* Make this even closer to other busdma backends.mux2003-07-011-12/+26
* Oops, add back a free() call that I mistakenly removed inmux2003-07-011-0/+1
* Sync more things with other backends.mux2003-07-012-24/+18
* Sync with i386's busdma backend. This fixes a few bugs and addsmux2003-07-011-33/+48
* Sync bounce pages support with the alpha backend. More precisely:mux2003-07-011-39/+55
OpenPOWER on IntegriCloud