Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-26 | come on, let people run useful sized software! | Theo de Raadt | |
1997-08-26 | reasonably useful data size | Theo de Raadt | |
1997-08-26 | indent | Theo de Raadt | |
1997-08-26 | indent | Theo de Raadt | |
1997-08-26 | new esp: encryption, authentication and replay protection + | Niels Provos | |
tiny bug fixes | |||
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs | |
machdep.led_blink. Rename auxreg.h because we need config to generate one now. | |||
1997-08-25 | better mmap support, what fun | Theo de Raadt | |
1997-08-25 | a little pms | Theo de Raadt | |
1997-08-24 | -msupersparc is bad news on the microSparc. | Jason Downs | |
1997-08-24 | New stuff | Per Fogelstrom | |
1997-08-23 | don't use bios geometry for floppy and psudo-disks | Michael Shalayeff | |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-08-22 | do not check for sc_ioctl in mmap call | Theo de Raadt | |
1997-08-22 | no kentry for a while | Michael Shalayeff | |
1997-08-22 | oops, missed from 'cd' deletion commit somehow ); | Michael Shalayeff | |
1997-08-22 | put values into BIOS_vars so kernel will get 'em soon | Michael Shalayeff | |
1997-08-22 | use words for apm functions | Michael Shalayeff | |
define struct of bios/boot vars to be passed to kernel | |||
1997-08-22 | fetch bios geometry for the boot hd | Michael Shalayeff | |
1997-08-22 | nbits should probably actually be initialized. | Jason Downs | |
1997-08-22 | Add more detailed SCSI error printing by Matthew Jacob. Enabled by | Todd C. Miller | |
default. Use "option SCSIVERBOSE=0" to turn off (only added 8Kb to my kernel). From the NetBSD commit message: Add in more detailed SCSI error printing, based off of final SCSI-2 spec. This will also print out things like progress indicator errors, and will also dump out additional sense bytes that haven't been decoded. | |||
1997-08-22 | theo said we don't need 'cd' command | Michael Shalayeff | |
remove c-r, it won't work anyways fix c-u | |||
1997-08-22 | don't echo all the control chars, not only bs&del | Michael Shalayeff | |
1997-08-22 | byte returns | Michael Shalayeff | |
1997-08-21 | \n is handled by cnputc(), don't print \r | Michael Shalayeff | |
1997-08-21 | correct dev:<need cwd>name case in qualify() | Michael Shalayeff | |
1997-08-21 | print ttyname w/o format string | Michael Shalayeff | |
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-21 | print gray on black, not black on black | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | BIOS_regs in machdep.c, so they won't get lost w/o biosdev.c | Michael Shalayeff | |
1997-08-21 | missing ) | Michael Shalayeff | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-21 | constrain nfiles so that fdavail() never lies; bug report and test program ↵ | Theo de Raadt | |
from abelits@phobos.illtel.denver.co.us | |||
1997-08-20 | add busted cd9660 disklabel spoofing code | Theo de Raadt | |
1997-08-20 | Comment out wavelan device. | Angelos D. Keromytis | |
1997-08-20 | Wavelan code rolled out. It works, but there are copyleft problems. | Angelos D. Keromytis | |
1997-08-20 | In m_split(), restore m_pkthdr.len to original length if we | Todd C. Miller | |
get an error. From Koji Imada <koji@math.human.nagoya-u.ac.jp> | |||
1997-08-20 | Fix for some stupid ne2000 clones that get into a weird state and | Todd C. Miller | |
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de> | |||
1997-08-19 | sun3 is back up | kstailey | |
1997-08-19 | - add wavelan files in files.pcmcia | Angelos D. Keromytis | |
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis()) | |||
1997-08-19 | Add wlp (wavelan) device. | Angelos D. Keromytis | |
1997-08-19 | ifdef'ed out 3 functions that were not used and were causing | Angelos D. Keromytis | |
compilation problems. | |||
1997-08-19 | SANYO CRD-254P has AQUIRK_NOCAPACITY | Theo de Raadt | |
1997-08-19 | temporary work around | kstailey | |
1997-08-19 | Add DP_CLR() macro | Todd C. Miller | |
1997-08-19 | Theo doesn't like extra kernel options, so don't allow | Todd C. Miller | |
DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to be overridden from the kernel. It's not really too useful since there is a nice sysctl interface for this stuff. | |||
1997-08-19 | Back out part of revision 1.16 where the tape was unmounted in stclose on | dgregor | |
a non-rewinding device. When the tape was re-opened again, st_mount_tape called st_load, which causes the tape to be rewound. The best way to fix this problem would be to not call st_load in st_mount_tape if the tape is already in the drive and has already been loaded. But, I haven't figured out a good, safe way to do that yet.... | |||
1997-08-18 | if no swap has been configured at boot time, swapon could not add | Niklas Hallqvist | |
the first swap partition. This was a problem with ccd- or vnd-only swap setups | |||
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-08-17 | Add quirk for MATSHITA CR-574, from Berndt Josef Wulf <wulf@ping.net.au> | Todd C. Miller | |