summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-09-05ld has some funny things going with alignments...Per Fogelstrom
1996-09-05compile!Michael Shalayeff
1996-09-05why was this crap still here...Per Fogelstrom
1996-09-05remove ';' after function close '}'Michael Shalayeff
make it nicer w/ new routed.
1996-09-05include dtiPer Fogelstrom
1996-09-05grumble.. new files.. grumble..Per Fogelstrom
1996-09-04Enable extra scsi drives and scannersNiklas Hallqvist
1996-09-04s/rnd/random/Niklas Hallqvist
1996-09-04s/KERNEL/_KERNEL/Niklas Hallqvist
1996-09-04more Swedish pedantery, kill statics, provide protos etcNiklas Hallqvist
1996-09-04pipe.h needed vm_page_t defined for me, so I moved it downNiklas Hallqvist
1996-09-04Do not do the if(a = b) game even if correct, it is confusingNiklas Hallqvist
1996-09-04Stylistic cleanup, like removing "static"s, and removing warningsNiklas Hallqvist
given by -Wall -Wstrict-prototypes -Wmissing-prototypes
1996-09-04make GCC 'appier and remove unused vars. Also fix retvalNiklas Hallqvist
and a debug printout
1996-09-04add #pccom0; suggested by graichenTheo de Raadt
1996-09-04Some changes for new arc boxesPer Fogelstrom
1996-09-04Pull in pieces of Manuel's patch6:Jason Downs
- At Milton Ngan's request, wdc now probes for atapi devices first, and then wd drives, because some old atapi devices were detected as ide drives. - Integration of Milton Ngan's fix for some 'wdc_atapi_intr: unknown phase 1' due to a timing problem. Some additional changes (like ADEV_* -> AQUIRK_*) for the sake of compatibility. Manuel's additional quirk type was added as well. I'm not sure I like the retry change to wdc.c; please let me know if anyone has any problems with their drives.
1996-09-03another typo....Theo de Raadt
1996-09-03do not coredump for setuid/setgid, unless run by rootTheo de Raadt
1996-09-02Need sys/types.h, too.briggs
1996-09-02Replace string.h with systm.h.briggs
1996-09-02Cleanup before the integration of the machine identification code:imp
o Merge all the case statements into one. o Cleanup Tyne and rPC44 support o Removed the soon to be obsolete code to get the sysid (which then just ignored it) Hopefully not break the working PICA port in the process....
1996-09-02NetBSD -> OpenBSDimp
1996-09-02Don't drain the protocol queues at interrupt level.dm
1996-09-02Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.briggs
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>.
1996-09-02ZAP GENERIC!Per Fogelstrom
1996-09-02cua supportTheo de Raadt
1996-09-02shmdt when no mapping is ok, found by christosTheo de Raadt
1996-09-02loop till quitTheo de Raadt
1996-09-02pnp, mcd offTheo de Raadt
1996-09-02Rename nextpid to lastpid; make it a global with type pid_tThorsten Lockert
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01I like to be able to KTRACE sometimes.briggs
1996-09-01From scottr@netbsd.org:briggs
After servicing an interrupt, check to see that there's not another one pending before we clear the interrupt flag. This avoids a condition where the line appears to go catatonic (which is particularly easily triggered by pppd). From Bill Studenmund <wrstuden@loki.stanford.edu>. XXX - we should probably log this if it gets excessive.
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-09-01untimeout & density handling; from rcjvdb@urc.tue.nl... this patch is from ↵Theo de Raadt
january 2 1995
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-31clean for kernel and userlandTheo de Raadt
1996-08-31duhTheo de Raadt
1996-08-31Support for c720. Now requires "ARCH xxx" statement. No default (error prone).Per Fogelstrom
1996-08-31Cleanup execPer Fogelstrom
1996-08-31Cleanup execPer Fogelstrom
1996-08-31Some more data in packagePer Fogelstrom
1996-08-31Small additionPer Fogelstrom
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42 by defaultTheo de Raadt