Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2000-08-05 | Use better (working) locking macros around critical regions. Implement | 2 | -101/+128 | ||
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation. | |||||
2000-08-05 | Be more liberal about attaching products unknown to us (we have got ID | 1 | -46/+12 | ||
ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first. | |||||
2000-08-05 | remove statics | 1 | -12/+12 | ||
2000-08-05 | host.random whacking must be after /var is mounted, obviously | 1 | -13/+13 | ||
2000-08-05 | sync | 12 | -22/+9 | ||
2000-08-05 | sync | 12 | -0/+118 | ||
2000-08-05 | talk about errno; and try to list sighandler safe functions | 1 | -1/+117 | ||
2000-08-05 | sync | 2 | -0/+7 | ||
2000-08-05 | Support Promise Ultra/100 as found on some Microstar motherboards | 2 | -2/+7 | ||
(From NetBSD PR 10756) | |||||
2000-08-04 | fix typo on utty creation; problem found by cfegan@cisco.com | 1 | -2/+2 | ||
2000-08-04 | MaxStartups | 1 | -1/+1 | ||
2000-08-04 | unused | 1 | -3/+1 | ||
2000-08-04 | sync | 2 | -2/+9 | ||
2000-08-04 | another | 1 | -1/+2 | ||
2000-08-04 | enable sfb/cfb/tga and compat_osf1. make it compile without mods. | 1 | -10/+10 | ||
2000-08-04 | convert sfb and cfb to use new wscons; from NetBSD. | 4 | -153/+237 | ||
2000-08-04 | clear rings before freeing them | 1 | -3/+7 | ||
2000-08-04 | KNF | 1 | -7/+7 | ||
2000-08-04 | Rewritten to use cat(1) instead of echo(1), in particular to be able to | 1 | -10/+10 | ||
use `\n' instead of a literal newline (good practice); wd@ics.nara-wu.ac.jp | |||||
2000-08-04 | rest of the work needed for tga2; from NetBSD | 7 | -0/+1653 | ||
2000-08-04 | add support for tga2; from NetBSD | 7 | -1596/+645 | ||
2000-08-04 | Support for the Psion Goldcard; pt98kfr@student.hk-r.se | 1 | -2/+5 | ||
2000-08-04 | regen | 4 | -168/+368 | ||
2000-08-04 | Merge in NetBSD changes. This now works for most statically compiled osf1 | 29 | -1649/+4906 | ||
bins. Shared osf1 libs don't work quite yet. | |||||
2000-08-04 | sync | 1 | -1/+6 | ||
2000-08-04 | Add Psion Goldcard; pt98kfr@student.hk-r.se | 1 | -1/+5 | ||
2000-08-04 | Overriding SUBDIRS from make command line no longer works for | 1 | -20/+29 | ||
recursive Makefile (in this case, this will miss doc subdirs), so pass it in the environment instead, and tweak Makefile after configure slightly so that main SUBDIRS can be changed. Also remove config/config.status rule duplication by use of .USE. | |||||
2000-08-04 | New make passes DESTDIR thru correctly, fix make release | 1 | -3/+3 | ||
2000-08-04 | New make passes DESTDIR correctly, and texinfo handles it correctly. | 1 | -4/+3 | ||
2000-08-04 | One parenthesis too many. | 1 | -2/+2 | ||
2000-08-04 | Worked out the logic (thanks to pt98asp@student.hk-r.se and | 1 | -3/+4 | ||
pt98kfr@student.hk-r.se -- I still don't know why rev1.5 didn't work). | |||||
2000-08-03 | (c) 2000 | 1 | -2/+2 | ||
2000-08-03 | sync | 2 | -6/+14 | ||
2000-08-03 | Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids. | 2 | -6/+10 | ||
BTW, more RS controllers will need to be added, but I do not yet know the prodids. | |||||
2000-08-03 | fd == 0 is perfectly valid (and likely); spotted by Steve Williams <steve@genie96.com> | 1 | -2/+2 | ||
2000-08-03 | Back to the submitted patch -- this needs more investigation. | 1 | -3/+3 | ||
2000-08-03 | fix xref: info_mkdb -> cap_mkdb; ok millert@ | 1 | -2/+2 | ||
2000-08-03 | typo in #define. ICMP6_NI_SUCESS -> SUCCESS. | 2 | -7/+8 | ||
2000-08-03 | s/principal/priciple/; from netbsd | 1 | -2/+2 | ||
2000-08-03 | Don't print out the name of the controller twice. | 1 | -13/+1 | ||
2000-08-03 | correct the position of DESTDIR on the command line showing how to build | 1 | -2/+2 | ||
X11 | |||||
2000-08-03 | udp source validation: drop v4 mapped altogether. | 1 | -3/+9 | ||
2000-08-03 | Don't even need to reset ip_sum, if we're not going to compute it here | 1 | -2/+1 | ||
but in ip_output() | |||||
2000-08-03 | Avoid unnecessary call to in_cksum(). | 1 | -2/+1 | ||
2000-08-03 | In fact, this is the correct behaviour (or I'm going crazy). | 1 | -3/+3 | ||
2000-08-03 | Careful with ip_off | 1 | -6/+13 | ||
2000-08-03 | Zeroize ip_sum before computing checksum (just general paranoia). | 1 | -1/+3 | ||
2000-08-03 | Correct handling of ip_off (askk@rsn.hk-r.se) | 1 | -2/+3 | ||
2000-08-03 | Fix compilation in non-INET6 case (rfunk@funknet.net) | 1 | -3/+3 | ||
2000-08-03 | Merge with EOM 1.24 | 1 | -3/+3 | ||
author: niklas style |