summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1997-08-26and considering text segments are normally not even going to hit swapTheo de Raadt
1997-08-26come on, let people run useful sized software!Theo de Raadt
1997-08-26reasonably useful data sizeTheo de Raadt
1997-08-26indentTheo de Raadt
1997-08-26indentTheo de Raadt
1997-08-26new esp: encryption, authentication and replay protection +Niels Provos
1997-08-25Implement LED blinking as a run-time configurable option via the sysctlJason Downs
1997-08-25better mmap support, what funTheo de Raadt
1997-08-25a little pmsTheo de Raadt
1997-08-24-msupersparc is bad news on the microSparc.Jason Downs
1997-08-24New stuffPer Fogelstrom
1997-08-23don't use bios geometry for floppy and psudo-disksMichael Shalayeff
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-08-22no kentry for a whileMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22put values into BIOS_vars so kernel will get 'em soonMichael Shalayeff
1997-08-22use words for apm functionsMichael Shalayeff
1997-08-22fetch bios geometry for the boot hdMichael Shalayeff
1997-08-22nbits should probably actually be initialized.Jason Downs
1997-08-22Add more detailed SCSI error printing by Matthew Jacob. Enabled byTodd C. Miller
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
1997-08-22don't echo all the control chars, not only bs&delMichael Shalayeff
1997-08-22byte returnsMichael Shalayeff
1997-08-21\n is handled by cnputc(), don't print \rMichael Shalayeff
1997-08-21correct dev:<need cwd>name case in qualify()Michael Shalayeff
1997-08-21print ttyname w/o format stringMichael Shalayeff
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-21print gray on black, not black on blackMichael Shalayeff
1997-08-21no need for \nMichael Shalayeff
1997-08-21BIOS_regs in machdep.c, so they won't get lost w/o biosdev.cMichael Shalayeff
1997-08-21missing )Michael Shalayeff
1997-08-21kill unused commands, yes we are not an operating systemMichael Shalayeff
1997-08-21constrain nfiles so that fdavail() never lies; bug report and test program fr...Theo de Raadt
1997-08-20add busted cd9660 disklabel spoofing codeTheo de Raadt
1997-08-20Comment out wavelan device.Angelos D. Keromytis
1997-08-20Wavelan code rolled out. It works, but there are copyleft problems.Angelos D. Keromytis
1997-08-20In m_split(), restore m_pkthdr.len to original length if weTodd C. Miller
1997-08-20Fix for some stupid ne2000 clones that get into a weird state andTodd C. Miller
1997-08-19sun3 is back upkstailey
1997-08-19- add wavelan files in files.pcmciaAngelos D. Keromytis
1997-08-19Add wlp (wavelan) device.Angelos D. Keromytis
1997-08-19ifdef'ed out 3 functions that were not used and were causingAngelos D. Keromytis
1997-08-19SANYO CRD-254P has AQUIRK_NOCAPACITYTheo de Raadt
1997-08-19temporary work aroundkstailey
1997-08-19Add DP_CLR() macroTodd C. Miller
1997-08-19Theo doesn't like extra kernel options, so don't allowTodd C. Miller
1997-08-19Back out part of revision 1.16 where the tape was unmounted in stclose ondgregor
1997-08-18if no swap has been configured at boot time, swapon could not addNiklas Hallqvist
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller