summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-02-04Changed ICMP "unreachable" code #defines to match the ones inkstailey
1997-02-04pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGVTheo de Raadt
1997-02-04pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGVTheo de Raadt
1997-02-04More changes of carrel@netbsd.org's that I missed.Jason Downs
1997-02-04checkpoint: pull in spl() changes from NetBSD, and more siginfo.Jason Downs
1997-02-04Make sure arc4random gets initialized eventually.dm
1997-02-04fix a few more SIGxxx/xxx_* and fault addr issuesTheo de Raadt
1997-02-04match SIGILL to ILL_COPROCTheo de Raadt
1997-02-04T_DIVIDE -> FPE_INTDIVTheo de Raadt
1997-02-04NetBSD -> OpenBSDkstailey
1997-02-04adjust warning flagskstailey
1997-02-03remove DDB hackkstailey
1997-02-03add siginfo member to struct sigframekstailey
1997-02-03closer to NetBSD 1.65kstailey
1997-02-03First try at SA_SIGINFO support.kstailey
1997-02-03fix a fpe trapsignal to provide proper typeTheo de Raadt
1997-02-03for SIGxxx always use xxx_* types as error codeTheo de Raadt
1997-02-03mv siginfo_t * to the proper placeTheo de Raadt
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
1997-02-03initial cut at siginfoTheo de Raadt
1997-02-03repair confusion over kv/uv addr for siginfo_t storageTheo de Raadt
1997-02-03SA_SIGINFOTheo de Raadt
1997-02-03SA_SIGINFO implementationTheo de Raadt
1997-02-03use dk_mountrootTheo de Raadt
1997-02-03sync the config files with my local ones (rz5 & rz6 etc.)Thomas Graichen
1997-02-03add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required forThomas Graichen
1997-02-03rd -> hdJason Downs
1997-02-03rd -> hdJason Downs
1997-02-03Merge new config(8) support from NetBSD, by Jason Thorpe.Jason Downs
1997-02-03damn, do need sys/time.h and all that other gunkTheo de Raadt
1997-02-03Obsolete.Jason Downs
1997-02-03Obsolete.Jason Downs
1997-02-03tape out unneccessary bitsTheo de Raadt
1997-02-03hp300 needs device_register(), too.Jason Downs
1997-02-02siginfo stuffTheo de Raadt
1997-02-02attempt at siginfo.. Per must look this overTheo de Raadt
1997-02-02trapsignal/sendsig type/sigval changesTheo de Raadt
1997-02-02Prevent seeking to negative offsets when seeking from the end of a file;Thorsten Lockert
1997-02-01put an harmless waring behind an DIAGNOSTICThomas Graichen
1997-02-01nicer output at bootup (before it was somewhat garbled)Thomas Graichen
1997-02-01trapsignal/sendsig type/sigval changesTheo de Raadt
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-02-01Implement BUFCACHEPERCENT. Allow bufpages/nbuf larger than 1 (still max outTheo de Raadt
1997-02-01Allow bufpages/nbuf larger than 1 (still max out at all buffersTheo de Raadt
1997-02-01grammar errorTheo de Raadt
1997-02-01Allow bufpages/nbuf larger than 1 (still max out at all buffersNiklas Hallqvist
1997-02-01Correct early termination case of read clustering which could causeNiklas Hallqvist
1997-01-31do not sillyrename directories; from freebsdTheo de Raadt
1997-01-31off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.deTheo de Raadt