summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-11-12*mountroot protos is in systm.h nowNiklas Hallqvist
1996-11-12add NetBIOS printing.Michael Shalayeff
1996-11-12Use table to map the BIOS bootdev to our name instead of picking outNiklas Hallqvist
certain characters out of the BIOS string
1996-11-12add NetBIOS printing.Michael Shalayeff
1996-11-12Fix bug with > 32 saved aliases. Don't overshadow global var withTodd C. Miller
local instantiation! (I didn't write that code, honest!)
1996-11-12Match fs type case-insensetively.Jason Downs
1996-11-12cdev_init_random -> cdev_random_initkstailey
1996-11-12config file for my Sun3/60Mkstailey
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-11removed bdev_decl(ss);kstailey
1996-11-11plug db descriptor leakNiklas Hallqvist
1996-11-11export vfs_opv_init*Michael Shalayeff
1996-11-11Back out last change.Todd C. Miller
1996-11-11Slight update.Jason Downs
1996-11-11Update support, from Thorsten.Jason Downs
1996-11-11remove junk '\'Michael Shalayeff
1996-11-11type castsMichael Shalayeff
1996-11-11compile_et belongs in usr.binThorsten Lockert
1996-11-11kill path refJason Downs
1996-11-11compile_et no longer needs to be treated specialThorsten Lockert
1996-11-11com_err/compile_et changesJason Downs
1996-11-11correct type castMichael Shalayeff
1996-11-11compile_et now resides in /usr/libexec.Jason Downs
1996-11-11Move libcom_err out of Kerberos, change include location.Jason Downs
1996-11-11com_err is moving out into the main treeJason Downs
1996-11-11Flush input and output in receipt of break (unless break is ignored)Thorsten Lockert
1996-11-11Add another CwThorsten Lockert
1996-11-11Fix User_Alias's in the runas list. Kind of kludgy, a better fixTodd C. Miller
will be in 1.5.3.
1996-11-10Revert.Jason Downs
1996-11-10Revert.Jason Downs
1996-11-10Move fd back.Jason Downs
1996-11-10Kill major number hack.Jason Downs
1996-11-10NetBSD changes from scottr:briggs
VT220-related emulation additions: - Add reset attribute sequences for bold, underline, and reverse - Add insert/delete line sequences - Recognize but ignore G0/G1 character set sequences Performance: - Speed up clear_line() when clearing the entire line Also, some stylistic changes for checking/setting scroll region bounds and in putc_getpars(). These changes make the ITE work properly with the 1.2 termcap file.
1996-11-10commentJason Downs
1996-11-10Repair setroot() to at least have a chance of working after Theo's changes.Jason Downs
1996-11-10Another change Theo missed, plus some stylistic changesJason Downs
1996-11-10Fix the fucking typo.Jason Downs
1996-11-09fix previous byte-order fix the correct waychuck
(from Zdenek Salvet <salvet@horn.ics.muni.cz>)
1996-11-09Proper break handlingThorsten Lockert
1996-11-09Break shall be handled as data == 0 and FE bit set; from TheoThorsten Lockert
1996-11-09By default, run telnetd with -k (no auto kludge)Jason Downs