Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-30 | Don't blithely use geometry from the disk. Get it from sysctl or | Todd C. Miller | |
the user. | |||
1997-09-30 | typecast vga_pci_match to cgmatch_t | Michael Shalayeff | |
compare pci tags w/ bcmp | |||
1997-09-30 | fix it better, use iosiz | Michael Shalayeff | |
1997-09-30 | special XXX for MDPA lpt port | Michael Shalayeff | |
1997-09-30 | same as for ip_esp_new.c, and indent | Theo de Raadt | |
1997-09-30 | do the 3-DES key setup right, will ya? | Theo de Raadt | |
1997-09-30 | Quirk for Cipher ST150S tape drive, jbernard@tater.mines.edu | Todd C. Miller | |
1997-09-30 | Quirks for revs 015 and 016 of the hitachi dk515. jbernard@tater.mines.edu | Todd C. Miller | |
1997-09-30 | Check for NULL argument in bpf_mtap(). Some ethernet drivers | Todd C. Miller | |
can call this with a NULL pointer, resulting in a panic. Matthias Scheler <tron@lyssa.owl.de> | |||
1997-09-29 | we won't need this | Michael Shalayeff | |
1997-09-29 | bump the version number | Michael Shalayeff | |
1997-09-29 | brain dead sanity tests corrected | Theo de Raadt | |
1997-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt | |
1997-09-29 | midway update: | chuck | |
[1] add EN_ENIDMAFIX - the byte-aligner on the ENI version of the card appears to lose under heavy load so avoid using it. see comment in midway.c for full details. note that the Adaptec version of the card works properly under load. detected by Kenjiro Cho <kjc@csl.sony.co.jp> [confirmed by chuck] fix by chuck & kjc [2] update some freebsd specific code [from kjc] [3] for circular buffers: ensure there is always one free slot so that we can easily tell the difference between a full and empty list. re-structure a few loops to reflect this. fixes a problem with mbufs being free'd while still in DMA, and makes drive a bit more robust. detected and fixed by kjc also, pull in the following changes from netbsd: revision 1.29 date: 1997/07/07 22:52:17; author: cgd; state: Exp; lines: +29 -22 fix static inline functions' prototypes so they're correctly marked 'inline' as well as static. mark prototypes for static inline functions as possibly unused (with __attribute__ ((unused))), to avoid generating warnings when compiling without optimization but with most ports' default warning flags. Clean up prototype list spacing, and make it more consistent. --------------------------- revision 1.28 date: 1997/04/28 17:04:06; author: mycroft; state: Exp; lines: +2 -1 Oops; forgot to GC the last mbuf allocated when out of clusters. --------------------------- revision 1.27 date: 1997/04/24 02:25:37; author: mycroft; state: Exp; lines: +2 -2 Do not force the initial part of a packet into a separate mbuf. --------------------------- revision 1.26 date: 1997/04/24 02:24:07; author: mycroft; state: Exp; lines: +6 -3 If we fail to allocate a cluster to hold a large packet, simply drop it rather than using a chain of tiny mbufs. | |||
1997-09-29 | <sys/types.h> OR <sys/param.h>, BUT NOT both | Michael Shalayeff | |
1997-09-29 | apm0 at bios0; i have sb and scd now | Michael Shalayeff | |
1997-09-29 | according to the recent apm changes | Michael Shalayeff | |
1997-09-29 | apm0 at bios0 | Michael Shalayeff | |
configs will be updated | |||
1997-09-29 | ignore partitions larger than device, as an attempt to ignore floppies ↵ | Theo de Raadt | |
without MBR | |||
1997-09-28 | more \n in log() | Theo de Raadt | |
1997-09-28 | log() needs a \n | Theo de Raadt | |
1997-09-28 | Kill non-secure blip. | Tobias Weingartner | |
1997-09-28 | cpu_reset() changes, inspired by netbsd | flipk | |
be damned if i can find netbsd's commit msg, tho.. | |||
1997-09-28 | Threadway lives again. | Jason Downs | |
1997-09-27 | Fix swapconf.c so it will not crash swap on nfs envs | Niklas Hallqvist | |
1997-09-27 | Cleaning up my tree.. that is why nits like this extra blank line | Niklas Hallqvist | |
gets committed | |||
1997-09-27 | add ID, we have mods here | Michael Shalayeff | |
1997-09-27 | undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW, | Theo de Raadt | |
or how much work it would be fix everything that uses AF_UNSPEC. | |||
1997-09-26 | nice diskinfo; terms consistancy by millert@ | Michael Shalayeff | |
1997-09-26 | fix PORTAL comment in all alpha config files | kstailey | |
1997-09-26 | fix PORTAL comment in all sun3 config files | kstailey | |
1997-09-26 | fix PORTAL comment in all i386 config files | kstailey | |
1997-09-26 | fix PORTAL comment in all i386 config files | kstailey | |
1997-09-26 | ex0 is a sin at the moment | Theo de Raadt | |
1997-09-25 | Add back that XXX i386-specific code as the old isadma code needs it. Sorry! | Niklas Hallqvist | |
1997-09-25 | fix the bug i did in apmcall w/ that i386.diff | Michael Shalayeff | |
1997-09-24 | avoid bogus warnings | Michael Shalayeff | |
1997-09-24 | correct PORTAL comment; kstailey@ | Michael Shalayeff | |
1997-09-24 | bios and pctr are both ocis w/ seltrue | Michael Shalayeff | |
1997-09-24 | bios device is ocis from now | Michael Shalayeff | |
1997-09-24 | overflow can bite anyways, increment word | Michael Shalayeff | |
1997-09-24 | Revert, as we won't have enough time to test this fully before release. | Niklas Hallqvist | |
1997-09-24 | cdev_decl(apm) in machine/conf.h | Michael Shalayeff | |
1997-09-24 | New style self-describing padding in use. | Angelos D. Keromytis | |
1997-09-24 | Disable ex0 because its intrusive probe. When busified we can | Niklas Hallqvist | |
try it again. | |||
1997-09-24 | s/DEBUG/LKM_DEBUG/g | Michael Shalayeff | |
1997-09-24 | APM_NOIDLE for now | Theo de Raadt | |
1997-09-24 | add bios0 | kstailey | |
1997-09-24 | Document how things (more or less) work. | Jason Downs | |
1997-09-24 | Bye bye EXTMEM_SIZE. You won't be missed. | Jason Downs | |