Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-04 | fix a few more SIGxxx/xxx_* and fault addr issues | Theo de Raadt | |
1997-02-04 | match SIGILL to ILL_COPROC | Theo de Raadt | |
1997-02-04 | T_DIVIDE -> FPE_INTDIV | Theo de Raadt | |
1997-02-04 | NetBSD -> OpenBSD | kstailey | |
1997-02-04 | adjust warning flags | kstailey | |
1997-02-03 | remove DDB hack | kstailey | |
1997-02-03 | add siginfo member to struct sigframe | kstailey | |
1997-02-03 | closer to NetBSD 1.65 | kstailey | |
1997-02-03 | First try at SA_SIGINFO support. | kstailey | |
Some mods in trap.c to bring it closer to NetBSD 1.65. | |||
1997-02-03 | fix a fpe trapsignal to provide proper type | Theo de Raadt | |
1997-02-03 | for SIGxxx always use xxx_* types as error code | Theo de Raadt | |
1997-02-03 | mv siginfo_t * to the proper place | Theo de Raadt | |
1997-02-03 | More siginfo implementations (alpha and mips might even work) | Theo de Raadt | |
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation. | |||
1997-02-03 | initial cut at siginfo | Theo de Raadt | |
1997-02-03 | repair confusion over kv/uv addr for siginfo_t storage | Theo de Raadt | |
1997-02-03 | SA_SIGINFO | Theo de Raadt | |
1997-02-03 | SA_SIGINFO implementation | Theo de Raadt | |
1997-02-03 | use dk_mountroot | Theo de Raadt | |
1997-02-03 | sync the config files with my local ones (rz5 & rz6 etc.) | Thomas Graichen | |
1997-02-03 | add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required for | Thomas Graichen | |
zip drives) | |||
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | Merge new config(8) support from NetBSD, by Jason Thorpe. | Jason Downs | |
Also add siginfo glue, BOOT_CONFIG, and various other changes. | |||
1997-02-03 | damn, do need sys/time.h and all that other gunk | Theo de Raadt | |
1997-02-03 | Obsolete. | Jason Downs | |
1997-02-03 | Obsolete. | Jason Downs | |
1997-02-03 | tape out unneccessary bits | Theo de Raadt | |
1997-02-03 | hp300 needs device_register(), too. | Jason Downs | |
1997-02-02 | siginfo stuff | Theo de Raadt | |
1997-02-02 | attempt at siginfo.. Per must look this over | Theo de Raadt | |
1997-02-02 | trapsignal/sendsig type/sigval changes | Theo de Raadt | |
1997-02-02 | Prevent seeking to negative offsets when seeking from the end of a file; | Thorsten Lockert | |
noticed by Tim Newsham <newsham@aloha.net> | |||
1997-02-01 | put an harmless waring behind an DIAGNOSTIC | Thomas Graichen | |
1997-02-01 | nicer output at bootup (before it was somewhat garbled) | Thomas Graichen | |
1997-02-01 | trapsignal/sendsig type/sigval changes | Theo de Raadt | |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt | |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt | |
1997-02-01 | Implement BUFCACHEPERCENT. Allow bufpages/nbuf larger than 1 (still max out | Theo de Raadt | |
at all buffers be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. | |||
1997-02-01 | Allow bufpages/nbuf larger than 1 (still max out at all buffers | Theo de Raadt | |
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. | |||
1997-02-01 | grammar error | Theo de Raadt | |
1997-02-01 | Allow bufpages/nbuf larger than 1 (still max out at all buffers | Niklas Hallqvist | |
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. | |||
1997-02-01 | Correct early termination case of read clustering which could cause | Niklas Hallqvist | |
buffer cache poisoning when bufpages/nbuf is larger than 1. Also correct readahead amount calculation. Optimize page moving when buffers have excess pages. | |||
1997-01-31 | do not sillyrename directories; from freebsd | Theo de Raadt | |
1997-01-31 | off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de | Theo de Raadt | |
1997-01-31 | if error, b_resid = b_bcount | Theo de Raadt | |
1997-01-31 | do not walk off the end of a directory info buffer; netbsd pr#3170, ↵ | Theo de Raadt | |
mhitch@gemini.oscs.montana.edu | |||
1997-01-31 | cut a little more. | Michael Shalayeff | |
1997-01-30 | for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.com | Theo de Raadt | |
1997-01-30 | Added ICMP Destination Unreachable codes from RFC-1812: | kstailey | |
14 = Host Precedence Violation. Sent by the first hop router to a host to indicate that a requested precedence is not permitted for the particular combination of source/destination host or 15 = Precedence cutoff in effect. The network operators have imposed a minimum level of precedence required for operation, the datagram was sent with a precedence below this level; | |||
1997-01-30 | added #define for Communication Administratively Prohibited | kstailey | |
as in RFC-1812 Section 5.2.7.1 Destination Unreachable |