summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
1996-10-30More -Wall happinessNiklas Hallqvist
1996-10-30cominit is used from the outside (the alpha port)Niklas Hallqvist
1996-10-30Add an esp1.briggs
1996-10-30Make a guess that scsi-b's IRQ is on bit 0 of via2.briggs
1996-10-30Go ahead and try dual scsi even though we'll probably need to make anotherbriggs
pass at it. Macs with scsi offsets of 0x10000 have a SCSI CLK of 16.5MHz. All other (68k-based) appear to use 25MHz.
1996-10-30Fix spelling error in panic. Double since of ResHndls[]. Use I/O kludge onbriggs
all systems, not just CLASSII--A bunch of Quadras apparently have hardcoded I/O addresses in the ROMs, too.
1996-10-29bring the source tree a bit up to date with my local treeThomas Graichen
1996-10-29syncTheo de Raadt
1996-10-29removed by accidentMichael Shalayeff
1996-10-29not int new libsa, or movedMichael Shalayeff
1996-10-29-Wall happiness, especially for sparc/standMichael Shalayeff
1996-10-29-Wall happiness.Michael Shalayeff
remove NENTS, it's in stand now.
1996-10-29-Wall happiness (especially for sparc)Michael Shalayeff
1996-10-29introduce readdir.Michael Shalayeff
1996-10-29Do not update access time if no bytes were readThorsten Lockert
1996-10-29-Wall happiness (strerror prototype)Michael Shalayeff
1996-10-29add some prototypes.Michael Shalayeff
1996-10-29#include <stand.h>.Michael Shalayeff
not <string.h>, since we've got some smart b{cmp,copy,zero} macros, and may have some conflicts when including both.
1996-10-29move vars closer to the usage.Michael Shalayeff
strip a bit for xxboot/bootxx.
1996-10-29prettyTheo de Raadt
1996-10-29quota minimizingTheo de Raadt
1996-10-29Prototypes in sigvec/sigaction and for SIG_{IGN,DFL,ERR}Thorsten Lockert
1996-10-28SCSI driver, functional but slow on the Quadra 700.briggs
1996-10-28Remove a blank line.briggs
1996-10-28Include macinfo.h.briggs
1996-10-28Add a stub for mac68k_register_scsi_b_irq() to be filled in when we figure outbriggs
which interrupt Apple decided to use.
1996-10-28Add prototype for function to install SCSI-B IRQ.briggs
1996-10-28Include macinfo.h.briggs
1996-10-28Mac model info out of cpu.h and into new macinfo.h.briggs
1996-10-28Rename ncr96scsi/scsi96 to esp.briggs
1996-10-28Fix d_done prototypeNiklas Hallqvist
1996-10-28Obsolete.briggs
1996-10-28Most 040 models have scsi regs at base + 0x10000, not base + 0xf000briggs
like the Q700.
1996-10-28Disallow null strings ("") as path names; ignore trailing / on path names,Thorsten Lockert
but make sure the last element of such a path is a directory
1996-10-28Enable quotasThorsten Lockert
1996-10-28More argument checking of fcntl(, F_GETLK, )Thorsten Lockert
1996-10-28Change block size handling and add untested support for Japanese 1.2mbJason Downs
floppies. From <minoura@kw.netlaputa.or.jp>.
1996-10-28Merge in old/latest code. Untested support for 2.88mb floppy drives.Jason Downs
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-27Correct error return for link(2) to directoriesThorsten Lockert
Fail rename(2) on directories if one or both directories does not have write permission
1996-10-27OLF makes .os section and program header hack go away.etheisen
1996-10-27Gear up for OLF.etheisen
1996-10-27bustype F is commonly seem for aha cards, do not whineTheo de Raadt
1996-10-27Better error checking for lseek(2)Thorsten Lockert
1996-10-27Signal handling now fully POSIX.1-1990 compliantThorsten Lockert
1996-10-27and the same for the trunkMichael Shalayeff
1996-10-27Allow kill(, 0) on process groups that hold only zombies; per POSIXThorsten Lockert
1996-10-27Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id,Thorsten Lockert
but only set effective [gu]id.
1996-10-27Don't verify that euid has write permissionThorsten Lockert