summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* * support ich5cg2003-07-061-9/+14
* Convert the dc(4) driver to the busdma API. This is a necessary stepmux2003-07-064-234/+608
* MFi386alc2003-07-062-3/+3
* Woops - don't forget to declare locals needed for that last commit.bsd2003-07-061-0/+2
* Don't unconditionally reset the hardware debug registers in cpu_exit(),bsd2003-07-061-4/+6
* Fix a bug that could cause dc(4) to m_freem() an already freedmux2003-07-062-2/+4
* Various style(9) and readability fixes.mux2003-07-062-28/+44
* Testing VLANs with the new 8139C+ chip (which does hardware tagwpaul2003-07-061-2/+2
* * add support for amd-768 audio, as used on many dual athlon boards. onlycg2003-07-061-19/+23
* Don't call malloc() and free() while in the debugger and unwindingmarcel2003-07-053-57/+124
* Lock a vm object when freeing a page from it.alc2003-07-051-0/+7
* Make the conditional, which decides what siglist to put a signal on,mtm2003-07-051-8/+5
* add the mbr_enc file so that we can load the module on sparc64.jmg2003-07-051-1/+1
* Fix a signedness problem in zstty_cncheckc(): when no character is ready,tmm2003-07-051-1/+1
* Remove trailing whitespace.rwatson2003-07-054-6/+6
* 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
OpenPOWER on IntegriCloud