summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-13* Fix from Bill Studenmund <wrstuden@loki.stanford.edu> for transmissionbriggs
lockups. Changes from NetBSD: - Add a ZS_CONSOLE_ABORT option to enable a serial console break to force a drop to the system debugger. WARNING: this used to be the default behavior! Modify custom kernel configs accordingly. - Check for ZS_HWFLAG_CONABRT in zs_abort(), and don't abort if it's not set. - ttystop function returns void.
1996-10-13Add some more offsets, from Erik.Jason Downs
1996-10-13Update to reflect driver changes.Jason Downs
1996-10-13Clean up ioctl and flush the input buffer.Jason Downs
1996-10-13Make sure new mm macros get installed as tmac.m NOT tmac. !etheisen
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1.
1996-10-13pms driver now uses minor numbers.Jason Downs
1996-10-13uucp at 66, sighTheo de Raadt
1996-10-12on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous ↵Theo de Raadt
people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manual
1996-10-12clean betterNiklas Hallqvist
1996-10-12clean betterNiklas Hallqvist
1996-10-12Fix typo in ttyB caseNiklas Hallqvist
1996-10-12Final touchesNiklas Hallqvist
1996-10-12su.c: minor cleanup, some from FreeBSDTodd C. Miller
su.1: Examples from FreeBSD + minor nits fixed.
1996-10-12correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.noTheo de Raadt
1996-10-12Back out my sprintf -> snprintf changes where they don't make sense andTodd C. Miller
use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense.
1996-10-12del tmpdir correctly; pr#29; kstailey@dol-esa.govTheo de Raadt
1996-10-12Fix suage string to match man page. NetBSD PR #2837Todd C. Miller
1996-10-12Argh, fix a stupid typoNiklas Hallqvist
1996-10-12Correct sys_pipe's 3rd arg type, alpha needs itNiklas Hallqvist
1996-10-12HOSTCC for maketab; from daleTheo de Raadt
1996-10-12+SYSVSEM/MSG support; netbsd pr#2825, hwr@pilhuhn.deTheo de Raadt
1996-10-12use my eeprom.h with sun-alike definitionsTheo de Raadt
1996-10-12Note changed partition IDThorsten Lockert
1996-10-12Warn about changed all-disk partition and updating boot blocksThorsten Lockert
1996-10-12Stop if the sum of unreachables and timeouts are >= number of probes, butThorsten Lockert
only if we have at least one unreachable
1996-10-12Warn when <malloc.h> is included, recommending <stdlib.h>Thorsten Lockert
1996-10-12Make mvcur() a weak symbol where supportedThorsten Lockert
1996-10-12From Kirk McKusick:Thorsten Lockert
If a directory somehow develops a hole (that is a block pointer that has a value of zero), fsck would give the filesystem a clean bill of health, but the kernel would panic when accessing the directory with the hole. Fsck now checks for holes in directories. If found in preen mode, fsck fails. In manual mode, it can be directed to shorten the directory to the beginning of the hole. A more complete solution would be to allocate a block to fill the hole. However, this is a lot more work for a `cannot happen' error, so the extra effort seems unwarranted.
1996-10-12build kernel nicelyTheo de Raadt
1996-10-12permit ufs filesystem type tooTheo de Raadt
1996-10-12build differentlyTheo de Raadt
1996-10-12ho humTheo de Raadt
1996-10-12first cut, copied from sun3 stuffTheo de Raadt
1996-10-12i added a fair bit to thisTheo de Raadt
1996-10-12use HOSTCC; from daleTheo de Raadt
1996-10-12use HOSTCC; from daleTheo de Raadt
1996-10-12Support LUNs. My God...Jason Downs
1996-10-12clean kernel tooTheo de Raadt
1996-10-12missing quote; neetbsd pr#2832, mike.long@analog.comTheo de Raadt
1996-10-12correct diag messagesTheo de Raadt
1996-10-11sync + our changesTheo de Raadt
1996-10-10fix a few errorsTheo de Raadt
1996-10-10fix gzip problemsTheo de Raadt
1996-10-10copy sparc stuff, to be munged into shapeTheo de Raadt
1996-10-10Fix searching for shell quoting characters. From wosch@freebsd.michaels
1996-10-10This is OpenBSDNiklas Hallqvist
1996-10-10Sync with realityNiklas Hallqvist
1996-10-10Sync with realityNiklas Hallqvist
1996-10-10Enlarge minirootNiklas Hallqvist