summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.jhb2003-03-241-1/+1
* Remove a trailing semicolon in SCHED_QUANTUM definition.mux2003-03-241-1/+1
* Turn /dev/geom.ctl from a GEOM class into a plain character device driverphk2003-03-243-94/+19
* Save a lock: Grab the stall_events SX lock exclusively so it also serializephk2003-03-241-2/+2
* Better fix for the problem addressed by rev.1.79: don't loop inbde2003-03-241-8/+13
* Disable interrupts while in kdb_trap() to handle cases where the callerbde2003-03-242-0/+14
* - The payload of Write Request Quad must be network byte order.simokawa2003-03-241-1/+1
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-242-2/+9
* Safe PCI configuration.simokawa2003-03-241-2/+6
* Introduce g_cancel_events() and use it a couple of places where it makesphk2003-03-233-0/+26
* Introduce an SX lock which allows us to stall event processingphk2003-03-232-0/+21
* s/discriptors/descriptors/cognet2003-03-231-1/+1
* Remove unused mtx_lock_giant(), mtx_unlock_giant(), related globalstjr2003-03-233-95/+0
* I forgot the evil ioctl census scripts: #include <geom/geom_ctl.h>phk2003-03-231-0/+1
* Marshalling stuff for OAM API.phk2003-03-232-0/+187
* A note about which #include files may be used where.phk2003-03-231-0/+22
* Start leaking the AOM api into the tree.phk2003-03-232-0/+149
* Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE,rwatson2003-03-232-16/+0
* MFP4 27224 and 27225:imp2003-03-221-3/+18
* Remove bitrot associated with `maxusers'.ru2003-03-229-11/+3
* We shouldn't assert that a vode is locked in vop_lock_post()yar2003-03-221-1/+2
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-222-0/+7
* Use __packed instead of __attribute__((__packed__)).mux2003-03-221-1/+3
* Mitigate deadlock situation pending a more complete solution.phk2003-03-212-2/+7
* Added missing dependency on rc4.ru2003-03-211-0/+1
* Fix some memory leaks in the failure cases after trying to look up thejhb2003-03-211-6/+9
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-217-623/+1974
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-213-22/+23
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-219-15/+16
* Add a sysctl node allowing the specification of an address mask to usemdodd2003-03-211-2/+9
* Add comments regarding the ICMP timestamp fields.mdodd2003-03-211-4/+4
* Assignment could be NULL, check.mdodd2003-03-211-1/+1
* Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in thetjr2003-03-211-0/+7
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-2010-17/+16
* Minor fixes to ffs_fserr():jhb2003-03-201-3/+3
* Use td_ucred of curthread instead of p_ucred of curproc. This requiredjhb2003-03-201-17/+17
* Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs.dwmalone2003-03-202-2/+4
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* Use atomic operations to increment and decrement the refcountmux2003-03-206-22/+23
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Backout the getcwd changes, a more comprehensive effort will be needed.phk2003-03-202-377/+412
* Enable the FPU on first use per-thread and save state across contextgrehan2003-03-206-117/+101
* - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* Update some more namespaces (forgotten in the previous revision).mike2003-03-191-2/+2
* Add machine check handler. While generally useful, it's required whengrehan2003-03-192-2/+2
* Clear channel and tag bits before set them.simokawa2003-03-191-0/+1
* - Remove unused cache flushing routines. These will not necessary workjake2003-03-198-456/+260
* - Set cpu_impl early in sparc64_init so that we can use it to detectjake2003-03-194-3/+12
* Adjust code for userland preemptive. Userland can set a quantum indavidxu2003-03-196-78/+99
* Remove a workaround for mysterious junk appearing in the tlb of secondaryjake2003-03-191-19/+0
OpenPOWER on IntegriCloud