summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-01-07from netbsd:Theo de Raadt
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually.
1996-01-07from netbsd:Theo de Raadt
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually.
1996-01-07from netbsd:Theo de Raadt
Move the obviously machine-dependent HP-UX compat code to hpux_machdep.{c,h}. A fair bit of this, the m68k core dump and exec goo, can probably be made into a generic m68k hpux module, eventually.
1996-01-07update from netbsdTheo de Raadt
1996-01-07from leo:Theo de Raadt
Add an nvram-driver. This driver makes it possible to read/write the configuration info stored in the nvram on the mc146818
1996-01-07from netbsd; Keep more debugging history (Paul Goyette). Synced with mac68k ↵Theo de Raadt
version
1996-01-07pass a useful environment to ip-up/ip-down scripts; this is not aTheo de Raadt
security problem different fix than from banshee@gabriella.resort.com; netbsd pr#1866
1996-01-07more traditional semantics. if wheel group has no listed users, anyoneTheo de Raadt
can su to root. default wheel group lists "root" as a user, thus defaulting to a secure envirment. from arnej@pvv.unit.no; netbsd pr#1894
1996-01-07diff(1) invokes pr(1) with invalid option "-f";Theo de Raadt
from earle@netbsd4me.jpl.nasa.gov; netbsd pr#1896
1996-01-07created devices for the IP filter log on all architecturesdm
1996-01-07typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905Theo de Raadt
1996-01-07date formatting glitch; from kashmir@umiacs.UMD.EDU; netbsd pr#1906Theo de Raadt
1996-01-07accept either ffs or ufs for filesystem nameTheo de Raadt
1996-01-07from beurton@fnet.fr: Darren Reed's IP filterdm
1996-01-06/bsd and OpenBSD got changed back to /netbsd and NetBSD in thedm
timing patch. I switched them back.
1996-01-06from netbsd; some U tagsTheo de Raadt
1996-01-06from 4.4lite2; additional data from SIOCGIFCONF is at least sockaddr sizedTheo de Raadt
1996-01-06from netbsd; add a way to build kbd and mouse devicesTheo de Raadt
1996-01-06from netbsd:Theo de Raadt
Implement vhangup(); more or less as suggested in PR#1560 (matthew green). I'm vrele'ing s_ttyvp here too, so sys_exit() won't have to go over it again.
1996-01-06update from jtk@kolvir.arlington.ma.us; netbsd pr#1650Theo de Raadt
1996-01-06from netbsd; Added support for sysi86 and eaccess syscallsTheo de Raadt
1996-01-06from freebsd: rename some fields.Theo de Raadt
note: the use of unions and structures in here is bad; the use of bitfields is even worse. the interface defined here desperately needs a cleanup.
1996-01-06the modern world defaults to 8n1Theo de Raadt
1996-01-06one more inet_ntoa() improvementTheo de Raadt
1996-01-06from jtk@kolvir.arlington.ma.us:Theo de Raadt
numerous stability fixes related to locking.
1996-01-06one tests code before one commits it. initialize ttymalloc'd struct properly.Theo de Raadt
also with mrg: use B1200 instead of 1200.
1996-01-06by mrg and myself on irc: fix a ttymalloc() memory leak, TIOCM* botchTheo de Raadt
1996-01-06Makefile.yp is /var/yp/MakefileTheo de Raadt
1996-01-06resurrect Makefile.ypTheo de Raadt
1996-01-05Add support for ostart and ostopNiklas Hallqvist
1996-01-05fix, and handle openbsd case tooTheo de Raadt
1996-01-05from tls; contrary to unpopular opinion, "help" is a perfectly valid hostnameTheo de Raadt
1996-01-05from netbsd; make get_myaddress() return failure if it is unable toTheo de Raadt
determine address, make other code understand this failure.
1996-01-05ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵Theo de Raadt
pr#1784
1996-01-05from netbsd: LEINTR_UNIT goes awayTheo de Raadt
1996-01-05from netbsd:Theo de Raadt
Commit trivial changes from Mach MK84 to force sup'ables source to be updated: Drop spurious interrupts in asc_intr(). Read back the pending SCSI command so asc_intr() can add it to the asc SCSI log.
1996-01-05from netbsd:Theo de Raadt
Rewrite (a copy of) the emul-sunos termio/termios emulation code to emulate Ultrix termio/termios instead. Ultrix termio c_cc has separate VMIM/VTIME attributes, and the Ultrix termios c_cc is a strict superset of Ultrix termio c_cc. The termios-only c_cc indices are all changed, relative to SunOS.
1996-01-05from netbsd:Theo de Raadt
Add the last revision previous to the switch to the MI LANCE code of hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver for the hp300 needs it.
1996-01-05from netbsd; wrap leintr() to support fake LAN lightsTheo de Raadt
1996-01-05sync with 4.4lite2 version, as well as netbsd changes merged by perry.Theo de Raadt
retain openbsd changes too.
1996-01-05update from netbsdTheo de Raadt
1996-01-05from netbsd:Theo de Raadt
Add sigcode and esigcode to emul_ultrix, so that signal trampoline code is set up for emul_ultrix processes.
1996-01-05from leo:Theo de Raadt
Allow selection of Falcon (videl) video modes other than the mode selected on startup (Thomas Gerner).
1996-01-05from ragge: Don't include de.h; it doesn't exist anymoreTheo de Raadt
1996-01-05from ragge:Theo de Raadt
An '&' missing in splx macro; causing that sometimes didn't the interrupt level get set.
1996-01-05from ragge: do not declare _mcount as static, gcc will optimize it away thenTheo de Raadt
1996-01-05from netbsd: force unsigned with a UTheo de Raadt
1996-01-05from netbsd; = not ==Theo de Raadt
1996-01-05from netbsd:Theo de Raadt
Re-work the serial console support a bit; it doesn't depend on statically allocated softc's now.
1996-01-05from netbsd:Theo de Raadt
XXX TEMPORARY STOP-GAP MEASURE! A 12-bit command modifier was being squished into an 8-bit position in a command stream! Which one is wrong? Changed the constant from 0x140 to 0x40, which is what ended up happening anyhow. This exists in the old Utah sources, too! How long has this bug existed?!