aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* New world order wrt to kernel location and name. This doesn't actuallyDaniel C. Sobral2000-09-121-2/+2
* Clean up process accounting some more. Unfortunately, it is still notJohn Baldwin2000-09-128-139/+109
* Quick fix for hang on booting with -d. mtx_enter() was called beforeBruce Evans2000-09-123-6/+12
* Fixed some serious bugs in ext2_readdir():Bruce Evans2000-09-122-22/+44
* Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.Boris Popov2000-09-121-0/+3
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersBruce Evans2000-09-122-2/+8
* Turn the /dev/random device into a (pseudo-)device, not an option.Mark Murray2000-09-128-13/+13
* The "struct proc" argument to read_random was ill-conceived, and aMark Murray2000-09-125-7/+5
* Move the detection of Linksys PCMCIA cards from attach to probe.Paul Saab2000-09-123-4/+7
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.Boris Popov2000-09-1213-166/+201
* Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPENDRoger Hardiman2000-09-121-1/+0
* o Variety of extended attribute fixesRobert Watson2000-09-121-26/+39
* Fix screwup in previous commit.Bill Fumerola2000-09-121-1/+3
* Fix some printf format string warnings due to sizeof(int) != sizeof(long) onJohn Baldwin2000-09-112-12/+12
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enableMike Smith2000-09-111-1/+1
* Add tx to the list of miibus using network drivers. We already build tx inBill Fumerola2000-09-112-0/+2
* Move tx to the list of drivers that now require miibus.Bill Fumerola2000-09-112-2/+2
* Well, this works for me and I can now boot my PC164 again.Matt Jacob2000-09-111-34/+41
* Add the ability to define a "shutdown" and "shutdown and poweroff" keyDavid Malone2000-09-114-0/+27
* Sign tx driver as using miibus code.Semen Ustimenko2000-09-112-4/+4
* Back out previous revision now that sys/random.h is properly fixed.John Baldwin2000-09-111-2/+0
* Forward declare 'struct proc'.John Baldwin2000-09-111-0/+2
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatJohn Baldwin2000-09-114-4/+4
* Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets.Archie Cobbs2000-09-111-3/+2
* revent multiple make_dev() calls on the same dev_t and similar bogosities.Poul-Henning Kamp2000-09-111-0/+16
* Prevent multiple make_dev() calls on the same dev_t and similar bogosities.Poul-Henning Kamp2000-09-112-0/+2
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weRoger Hardiman2000-09-111-4/+5
* Add bktr_mem_loader, default to NO.Roger Hardiman2000-09-111-0/+1
* Change to SI_ORDER_FIRST to make sure this module runs beforeRoger Hardiman2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-112-1/+3
* The alpha doesn't have a eflags register, so don't refer to it here.John Baldwin2000-09-112-4/+0
* Add #include's of sys/proc.h and sys/param.h to silence a warning.John Baldwin2000-09-111-0/+2
* Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.John Baldwin2000-09-111-1/+1
* Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr.John Baldwin2000-09-111-1/+2
* Don't tell printf() to output a sign when printing out a value as hex.John Baldwin2000-09-111-1/+1
* - Remove duplicate cp_time declaration.John Baldwin2000-09-111-4/+2
* Relocate sys/systm.h #include to quiet warning.John Baldwin2000-09-111-1/+1
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldJohn Baldwin2000-09-112-0/+18
* When doing statistics for statclock on other CPU's, use the other CPUs'John Baldwin2000-09-117-21/+21
* - Use RFHIGHPID when creating the kthread to get a more sensible pid.John Baldwin2000-09-112-4/+6
* aio processes need to have the Giant mutex before doing work.John Baldwin2000-09-111-0/+1
* Add malloc_mtx to protect malloc and friends, so that they're thread-safe.Jason Evans2000-09-111-1/+30
* Rename tsleep to msleep and add a mutex argument, which isJake Burkholder2000-09-113-5/+24
* Allow interrupt threads to run during shutdown. This should fix theJason Evans2000-09-101-2/+15
* Fix this so that we actually define HAVE_PNP when its available.Doug Rabson2000-09-101-2/+2
* Update to build both bktr and bktr_mem modulesRoger Hardiman2000-09-103-26/+34
* Remove the manipulation of the Giant mutex from the interrupt entryDoug Rabson2000-09-101-10/+0
* Use '&' instead of '%' to calculate the new value for ktr_idx.Doug Rabson2000-09-101-2/+2
* Update to driver 2.15.Roger Hardiman2000-09-107-26/+307
* Provide keyboard entropy harvesting for PCVT users.Mark Murray2000-09-102-0/+5