summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove PC98 code. This file is not used by PC98.nyan2001-12-162-34/+0
* Add code to export and print the description associated to sysctlluigi2001-12-162-1/+29
* Typo.archie2001-12-151-1/+1
* Don't free a structure containing a 'struct callout' structure while thatarchie2001-12-151-8/+17
* Fix access-after-free bug added in revision 1.31.archie2001-12-151-4/+5
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-155-576/+1020
* Add modules of scsi_low based SCSI drivers ncv, nsp, stg, and commonnon2001-12-151-0/+4
* Add module directories and makefiles for ncv, nsp, stg and scsi_lownon2001-12-154-0/+38
* o Add KLD support for scsi_low.non2001-12-154-0/+14
* Add support for suspending/resuming CardBus bridges.imp2001-12-153-7/+87
* Patch up some existing style bugs and some that crept in with thepeter2001-12-154-16/+17
* Fix (again) some blatent style bugs in DEVICE_POLLING code.peter2001-12-151-9/+10
* Add support for 56 bit MPPE encryption.archie2001-12-152-9/+12
* Fix some nits in fork_exit() so it more properly duplicates the backendjhb2001-12-141-4/+4
* Add description of DEVICE_POLLING option.luigi2001-12-142-0/+38
* Clarify the comments related to DUMMYNET and HZluigi2001-12-142-14/+24
OpenPOWER on IntegriCloud