summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update configuration files for the perl based makedevops script.nsouch1998-11-083-38/+38
* Prevent boot.config being parsed more than once.rnordier1998-11-082-2/+4
* Add semicolon to INTERFACE declarationsnsouch1998-11-086-12/+12
* "Here is the most recent version of makedevops.pl. I've made the parsingnsouch1998-11-081-177/+350
* Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display whilernordier1998-11-082-28/+4
* boot1: Eliminate EDD detection and optional use of disk packetrnordier1998-11-087-203/+164
* * Fix a couple of places in the device pager where an address wasdfr1998-11-0818-33/+34
* Missing newline at end of file causes syntax error.peter1998-11-083-6/+6
* Enable 686 class optimisations for all 686-class processors, not just themsmith1998-11-082-14/+14
* o Add proper stack checking to all file wordsjkh1998-11-071-28/+48
* Change METHODE (french) to METHOD.nsouch1998-11-071-3/+3
* Define DEBUG only if not already defined, avoiding confusions withnsouch1998-11-071-1/+3
* Add iic driver iff the corresponding devclass exists.nsouch1998-11-071-7/+8
* Return to previous check_for_i2c_devices() behaviour.nsouch1998-11-074-48/+34
* Eliminate much code cruft by extending simple file I/O API to includejkh1998-11-073-55/+101
* Eliminate much code cruft by extending simple file I/O API to includejkh1998-11-071-4/+9
* Take init out of here - it's a layering violation.jkh1998-11-071-3/+0
* oops! s/vfs_register/vfs_unregister/ in the unload case..peter1998-11-071-2/+2
* Don't define the module glue if building as an LKM, this happens to havepeter1998-11-071-1/+3
* Don't have debugging on by default - it makes testing annoying. :)jkh1998-11-071-2/+2
* OK, fload/fexec work properly when both compiling and interpretingjkh1998-11-071-11/+9
* switch words to default mode.jkh1998-11-061-4/+4
* Submit better fix to the prompt bug.jkh1998-11-062-3/+3
* Make fexists/fload work with existing string literals instead. Doingjkh1998-11-062-41/+9
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-063-9/+9
OpenPOWER on IntegriCloud