summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix LOR between scheduler lock and SMP rendezvous lock.davidxu2003-07-081-6/+1
* FreeBSD 2.0.5 is old hat. Also cross-reference GEOM_VOL from the discussionwollman2003-07-071-8/+9
* Fix wording: `irregardless' is a solecism.wollman2003-07-071-2/+2
* Put NFSSERVER in the right list of filesystem stuff. Building a kernelwollman2003-07-071-1/+1
* Single-character style fix.wollman2003-07-071-1/+1
* - Clean up an unused variable.jeff2003-07-071-0/+2
* Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limitwpaul2003-07-071-1/+4
* * add a function to display a complete feeder chain on the console, forcg2003-07-072-1/+18
* Add corega PCCL-11 to match entry added to pccarddevs a while ago.imp2003-07-071-0/+1
* - Complete the vm object locking in vm_pageout_object_deactivate_pages().alc2003-07-071-21/+27
* Reset the PSM aux device twice to help pierce through some KVM's tomikeh2003-07-072-0/+18
* * 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
OpenPOWER on IntegriCloud