Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-03 | if we booted from the floppy, the geometry is for the hard disk | Theo de Raadt | |
bail completely if the geometry information is not available | |||
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt | |
1997-10-03 | make bios_geometry unsigned to avoid sign extension | Theo de Raadt | |
1997-10-02 | indent and removal of #if 0 MAXPHYS setting. No semantic diffs, so you can | Niklas Hallqvist | |
touch it back to its previous mtime after cvs updating if you want to | |||
1997-10-02 | reflect reality | Niklas Hallqvist | |
1997-10-02 | A mionimal VS2000 config for netbooting | Niklas Hallqvist | |
1997-10-02 | Remove dependencies on config options, you should make clean when changing | Niklas Hallqvist | |
those, or touch the specific files if you know what you are doing. | |||
1997-10-02 | Remove obsolete VNODE_PAGER option | Niklas Hallqvist | |
1997-10-02 | dumpconf after swapconf, and remove some swedish | Niklas Hallqvist | |
1997-10-02 | Factor out the bufpages and nbuf calculation so that pmap_boststrap can get | Niklas Hallqvist | |
at the values early on. Also some KNF, this is our code now. | |||
1997-10-02 | Accomodate for the buffer cache, mbuf clusters and physio space when | Niklas Hallqvist | |
caclulating sysptsize | |||
1997-10-02 | We cannot deal with MCLBYTES > CLBYTES. Lower MCLSHIFT to 10 again | Niklas Hallqvist | |
1997-10-02 | Ah, remove the stupid check for APM_NO_POWEROFF, too. | Jason Downs | |
1997-10-02 | RB_POWERDOWN. Come on people, RB_POWERDOWN has existing for *months*, | Jason Downs | |
doesn't anyone bother to check these things? | |||
1997-10-02 | label "done" now unused | Niklas Hallqvist | |
1997-10-02 | typos | Niklas Hallqvist | |
1997-10-02 | no more ESRCH, but maybe EIO instead | Niklas Hallqvist | |
1997-10-02 | better 'machine di' table; toddf@ | Michael Shalayeff | |
1997-10-02 | conditional error logging | Theo de Raadt | |
1997-10-02 | just overwrite anything in that zone of the disk, for writedisklabel() | Theo de Raadt | |
1997-10-02 | no more ESRCH in writedisklabel() | Theo de Raadt | |
1997-10-02 | kill ESRCH in writedisklabel() | Theo de Raadt | |
1997-10-02 | no more ESRCH from writedisklabel() | Theo de Raadt | |
1997-10-01 | make rawpart FS_UNUSED | Theo de Raadt | |
1997-10-01 | patch another version dependency. this one should be fixed right! XXX | Theo de Raadt | |
1997-10-01 | 2.2 | Theo de Raadt | |
1997-10-01 | should report unsigned quantities | Theo de Raadt | |
1997-10-01 | added 'q' modifier (64-bit integers) in kernel vsprintf/kprintf | Angelos D. Keromytis | |
1997-10-01 | verify decryption by checking last padding bytes | Theo de Raadt | |
1997-09-30 | EXAMPLES | Theo de Raadt | |
1997-09-30 | fix sysctl() call. This code was never tested was it | Theo de Raadt | |
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 |