summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* bootforth seems to be working well enough for me and others to turnjkh1998-11-121-8/+8
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-124-4/+154
* Install scripts without .sh suffix.jkh1998-11-123-6/+6
* Consign the 'amd' driver to the Attic.msmith1998-11-111-1709/+0
* Remove the 'amd' driver.msmith1998-11-111-1/+0
* Remove all mention of the 'amd' driver. It can come back if we growmsmith1998-11-113-24/+3
* Be sure to pullup entire IP header when dealing with fragment packets.dg1998-11-111-2/+2
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-118-32/+168
* Closed a small race condition between wiring/unwiring pages that involveddg1998-11-111-4/+4
* Argh, I don't know how I managed this, but it would help to actuallypeter1998-11-111-2/+2
* regenerate (+kldsym)peter1998-11-111-1/+7
* kldsym(2) prototype implementationpeter1998-11-112-2/+64
* regenerate (+kldsym)peter1998-11-115-7/+12
* A kldsym(2) syscall prototype for extracting information from the in-kernelpeter1998-11-111-1/+2
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-1110-27/+31
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-1122-145/+342
* Revise error messages.rnordier1998-11-112-4/+4
* Use a name less likely to collide with source files without an obj dir.peter1998-11-111-4/+4
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).peter1998-11-116-67/+8
* Reenable /usr/bin/ibcs2 installing from here; it works now that thepeter1998-11-111-4/+4
* Don't forget to remove opt_mfs.h.bde1998-11-111-3/+3
* Use an at_shutdown hook to drop back to the SRM in the case where the systemmsmith1998-11-111-2/+14
* Allow the use of NODEV in CDEV_MODULE and BDEV_MODULE to make the systemdfr1998-11-102-6/+8
* We need to install the linux shell script or the lkm version willjkh1998-11-101-4/+4
* Add entry for AOpen AW37luigi1998-11-103-0/+18
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-1013-15/+27
* Register and unregister vnodeops the new way rather than leaking onpeter1998-11-101-12/+6
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-102-7/+10
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-107-280/+257
* Arrange for unload-time linker set hooks to be called. While cut/pastingpeter1998-11-101-14/+71
* Have MALLOC_DECLARE() initialize malloc types explicitly, and have thempeter1998-11-102-10/+44
* New macro for building a linker set of things to do at module unloadpeter1998-11-101-1/+13
* Noop Commit - Change was in last revision.gibbs1998-11-102-2/+2
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-102-6/+6
* Fix probes when a port address is specified.gibbs1998-11-109-143/+157
* Fix probes when a port address is specified.gibbs1998-11-102-199/+294
* Release the ppbus when probe fails.nsouch1998-11-091-2/+5
* If the session leader dies, s_leader is set to NULL and getsid() maytruckman1998-11-094-6/+12
* Add some bogus stuff to make systat/vmstat happy.dima1998-11-091-1/+11
* ifioctl takes a u_long rather than an int on 3.0peter1998-11-092-2/+10
* Add #include to get a prototype for update_intr_masks().peter1998-11-091-1/+2
* "fix" a warning that has been bugging me for ages. Eliminate a couplepeter1998-11-092-22/+20
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-092-6/+6
* Fix a warning (#include the apic_next_irq() prototype for APIC_IO)peter1998-11-091-1/+5
* Delete stray extern declaration for non-existing variables.peter1998-11-091-2/+1
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()peter1998-11-098-24/+24
* Update interface to timecounter to last change to the generic code.phk1998-11-081-5/+5
* Add semicolon to INTERFACE declaration.nsouch1998-11-081-2/+2
* Port the ps/2 mouse driver to the alpha.dfr1998-11-082-0/+4442
* Check if devclass exists for probed devices beforensouch1998-11-081-2/+4
OpenPOWER on IntegriCloud