summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement db_print_backtrace. This may need to flush out the windowsjake2003-03-191-0/+4
* Make sure to free the correct resources when the card fails to attachsilby2003-03-191-0/+8
* Unregisterize, ansify.des2003-03-191-34/+10
* Remove an empty comment.mux2003-03-191-4/+0
* Whitespace cleanup.des2003-03-193-33/+33
* long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes bootingjake2003-03-181-1/+1
* Brucify.sobomax2003-03-182-24/+26
* Fix a race condition in socow_setup(): The page must be wired beforegallatin2003-03-181-4/+7
* Add support for Planex FNW-3800-TX(CardBus 100M/10M).sanpei2003-03-182-1/+14
* Missed in last commit: don't compile now non-existent geom_stats.cphk2003-03-181-1/+0
* Retire the GEOM private statistics code and use devstat instead.phk2003-03-187-300/+16
* If devstat_new_entry() is passed a unit number of -1 assume thatphk2003-03-181-4/+12
* Make devstat fully Giant agnostic:phk2003-03-181-42/+135
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-1855-54/+1
* Remove unused fields.jake2003-03-181-5/+1
* Make devstat_new_entry() take a const void * rather than const char *phk2003-03-182-6/+6
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-182-37/+34
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-182-8/+10
* Add DLINK DWL650Himp2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@imp2003-03-181-0/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
OpenPOWER on IntegriCloud