summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Back out cometic changes. This is for easily syncing with KAME in other BSDs.sumikawa2001-12-171-5/+5
* Initalize ifq_maxlen to prevent a harmless warning message.brooks2001-12-171-0/+1
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Make sure we ignore the value of `fs_active' when reloading theiedowse2001-12-161-1/+2
* Move the new superblock field `fs_active' into the region of theiedowse2001-12-161-5/+7
* Remove reliance on i++ in multiple arguments to a function. C does notgibbs2001-12-161-16/+3
* Remove whitespace at end of line.mp2001-12-161-1/+1
* Add/correct description for some sysctl variables where it was missing.luigi2001-12-164-4/+7
* MFi386: options.i386 revision 1.162nyan2001-12-161-0/+5
* MFi386: files.i386 revision 1.385nyan2001-12-161-0/+1
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.nyan2001-12-164-742/+1182
* Oops, forgot to commit one file in the fd driver mega update. Here itjoerg2001-12-161-17/+22
OpenPOWER on IntegriCloud