aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.Steve Passe1997-08-217-62/+23
* Another boo-boo, this file defines cil.Steve Passe1997-08-211-1/+5
* Oops, this should have been in last commit.Steve Passe1997-08-211-1/+4
* Made PEND_INTS default.Steve Passe1997-08-2129-955/+595
* Performance improvment to minimize delayed write output of filesJohn Dyson1997-08-211-1/+7
* Some corrections to the anonymous page managment.John Dyson1997-08-211-5/+5
* Add forward declaration for struct proc.Jonathan Lemon1997-08-201-1/+2
* Synchronize with sys/i386/i386/trap.c revision 1.106 andKATO Takenori1997-08-203-3/+105
* Attempt to make cy.c MP-safe.Steve Passe1997-08-203-3/+126
* Preperation for moving cpl into critical region access.Steve Passe1997-08-2023-219/+674
* Preperation for moving cpl into critical region access.Steve Passe1997-08-204-23/+37
* Moved splq() to isa/ipl_funcs.c for SMP only.Steve Passe1997-08-202-3/+8
* Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.Peter Wemm1997-08-193-3/+18
* Remove some stray extra prototypesPeter Wemm1997-08-191-7/+1
* Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to controlPeter Wemm1997-08-193-8/+12
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thePeter Wemm1997-08-1913-340/+6494
* Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses thePeter Wemm1997-08-191-1/+50
* RegeneratePeter Wemm1997-08-195-9/+21
* SVR4/XPG-style getpgid()/getsid() syscalls.Peter Wemm1997-08-191-3/+3
* Allow lockmgr to work without a current process. Disallowing thatJohn Dyson1997-08-191-3/+4
* Synchronize with sys/i386/i386/machdep.c, trapc and sys/i386/isa/npx.cKATO Takenori1997-08-184-11/+9
* Use CS_SECURE macro.Philippe Charnier1997-08-1816-39/+39
* Turn on the lockmanager by default for SMP.Steve Passe1997-08-181-1/+5
* Removed volatile from arg to simple_lock & friends.Steve Passe1997-08-183-12/+12
* Added includes of smp.h for SMP.Steve Passe1997-08-184-4/+20
* Fix kern_lock so that it will work. Additionally, clean-up some of theJohn Dyson1997-08-185-157/+232
* Take verbal beating by wollman into account and fix DIAGNOSTIC test.Julian Elischer1997-08-181-11/+10
* Minor hack to also allow for syscons's "interesting" arrow keys.Joerg Wunsch1997-08-171-1/+13
* Delete a bit of debugging code that mistakenly crept in, and as a consequenceGarrett Wollman1997-08-171-7/+0
* Use KERNBASE, not 0xf0000000.Tor Egge1997-08-171-2/+6
* To handle scsi RESERVATION CONFLICT properly in ahc driver.Jun-ichiro itojun Hagino1997-08-171-1/+6
* preparation for scsi device RESERVATION CONFLICT support.Jun-ichiro itojun Hagino1997-08-171-1/+2
* Added frequencies for north american HRC cable.Steve Passe1997-08-172-4/+38
* Synchronize with foolowing files in sys/i386/boot/netboot:KATO Takenori1997-08-1710-188/+916
* Synchronize with sys/i386/i386/userconfig.c revision 1.88.KATO Takenori1997-08-171-2/+3
* Synchronize with sys/i386/conf/majors.i386 revision 1.16.KATO Takenori1997-08-171-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-1698-1577/+1690
* Enable hostcache code.Garrett Wollman1997-08-161-0/+2
* Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there'sGarrett Wollman1997-08-161-4/+6
* Add the 'ppc' ISA-bus parallel-port chipset driver.Mike Smith1997-08-161-2/+3
* Use cdev major 82 instead of the (reserved-for-local-use) original 14Mike Smith1997-08-161-3/+3
* Assign character major 82 to the 'ppi' Generic Parallel Port I/O device.Mike Smith1997-08-162-2/+4
* Minor ppc_data structure tweak.Mike Smith1997-08-163-9/+9
* Add new ppbus files.Mike Smith1997-08-161-0/+2
* Sync with ppbus-970815 from the author :Mike Smith1997-08-1610-245/+900
* Oops, reference the ppi and vpo drivers properly. Obviously nobody'sMike Smith1997-08-161-2/+2
* SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. ThisJohn Dyson1997-08-161-1/+24
* Synchronize with sys/i386/conf/majors.i386 revision 1.15.KATO Takenori1997-08-161-1/+2
* Synchronize with sys/i386/conf/files.i386 revision 1.171.KATO Takenori1997-08-162-2/+4
* Map CSTATUS to ^T by default or it never noticed by novice usersAndrey A. Chernov1997-08-151-2/+2