summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Actually make use of the md_version field of 'struct mdio'. In orderdd2001-12-202-1/+14
* I am not sure if it is a good idea or not to have my id in the cvs logpeter2001-12-201-824/+797
* Replace a bunch of:peter2001-12-204-98/+31
* Fix some whitespace nits, and a minor error that I made in some unusedpeter2001-12-202-16/+14
* Fix some whitespace nits, converge with other pmap.c'speter2001-12-201-6/+14
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofdillon2001-12-192-4/+22
* Comment out DEVICE_POLLING so that LINT compiles again.phk2001-12-192-2/+4
* Make this driver a better citizen by moving dev creation andimp2001-12-191-46/+45
* Calculate whether the sbuf is dynamic *before* bzero()ing thedillon2001-12-191-1/+4
* Correct unexpected interrupt detection.orion2001-12-191-1/+1
* Fix the "conexant chips don't work in full duplexmode" problem. Accordingwpaul2001-12-192-8/+16
* Fix compiler warning in dc_intr(): if the only code that does a "goto"wpaul2001-12-192-0/+6
* Nitlets.orion2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andorion2001-12-191-22/+38
* It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYbrian2001-12-191-10/+0
* Only call rt_getifa() if we've either been passed a gateway orbrian2001-12-191-2/+8
* When storing an int value in a void *, use intptr_t as the cast typejlemon2001-12-191-2/+2
* Don't try to free a NULL route when doing IPFIREWALL_FORWARD.yar2001-12-191-1/+2
* Add another PS2 PNP id.sheldonh2001-12-192-0/+2
* Allow retrieval of the virtual address of the AGP aperturemdodd2001-12-194-0/+4
* Don't put variable declarations in header files, put prototypes.mdodd2001-12-192-2/+6
* Extend the SYN DoS defense by adding syncookies to the syncache.jlemon2001-12-191-14/+193
* Display the right message for the SiS 645 chipset.jhb2001-12-191-0/+1
* Do not initialize static/global variables to 0. Use bss instead ofpeter2001-12-191-7/+7
* Use a different mechanism to get the vnlru process to wake up and noticepeter2001-12-192-4/+15
* Fix comment for the SiS 645 chipset to be 645 instead of 635.jhb2001-12-191-1/+1
* Make RFPPWAIT a kernel-only flag. Programs desiring this feature shouldjhb2001-12-191-1/+1
* Complete the device polling support by adding a thread in chargeluigi2001-12-191-0/+55
* Return EINVAL if kernel only flags are passed to the rfork syscall ratherjhb2001-12-191-2/+4
* Axe stale extern for a non-existent variable.jhb2001-12-182-2/+0
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itjoerg2001-12-182-4/+16
* This is a forward port of Peter's vlrureclaim() fix, with some minor modsdillon2001-12-183-11/+78
* Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't usejhb2001-12-181-2/+0
* In a couple of places, we recalculated addresses we already had in localjulian2001-12-182-6/+6
* Don't use RFTHREAD when creating a kernel process.jhb2001-12-181-1/+1
* Change the atomic_set_char to atomic_set_int and atomic_clear_charmckusick2001-12-183-13/+17
* Whitespace fix.jhb2001-12-181-1/+1
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"ru2001-12-181-1/+3
* - Change all callers of addupc_task() to check PS_PROFIL explicitly andjhb2001-12-182-9/+13
* Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-184-43/+43
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterjhb2001-12-182-46/+46
* Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)peter2001-12-181-0/+4
* Fix warning; line 1640: ciss_abort_request defined but not used.peter2001-12-181-0/+4
* - Add a function to convert 6 byte SCSI commands for read, write, modejhb2001-12-181-35/+89
* Add calibration test to determine extent of AC97 overclocking (if any).orion2001-12-181-0/+50
* With GCC 3, we *must* use the GCC stdarg.h. We can no longer just makeobrien2001-12-181-0/+6
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-189-219/+197
* Modify the critical section API as follows:jhb2001-12-1861-502/+376
* Small cleanups to the SMP code:jhb2001-12-179-214/+100
* Fix a problem where stats overflow interrupts would causesilby2001-12-172-2/+2
OpenPOWER on IntegriCloud