Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-07 | from 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-07 | from 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-07 | from 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-07 | update from netbsd | Theo de Raadt | |
1996-01-07 | from 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-07 | from netbsd; Keep more debugging history (Paul Goyette). Synced with mac68k ↵ | Theo de Raadt | |
version | |||
1996-01-07 | pass a useful environment to ip-up/ip-down scripts; this is not a | Theo de Raadt | |
security problem different fix than from banshee@gabriella.resort.com; netbsd pr#1866 | |||
1996-01-07 | more traditional semantics. if wheel group has no listed users, anyone | Theo 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-07 | diff(1) invokes pr(1) with invalid option "-f"; | Theo de Raadt | |
from earle@netbsd4me.jpl.nasa.gov; netbsd pr#1896 | |||
1996-01-07 | created devices for the IP filter log on all architectures | dm | |
1996-01-07 | typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905 | Theo de Raadt | |
1996-01-07 | date formatting glitch; from kashmir@umiacs.UMD.EDU; netbsd pr#1906 | Theo de Raadt | |
1996-01-07 | accept either ffs or ufs for filesystem name | Theo de Raadt | |
1996-01-07 | from beurton@fnet.fr: Darren Reed's IP filter | dm | |
1996-01-06 | /bsd and OpenBSD got changed back to /netbsd and NetBSD in the | dm | |
timing patch. I switched them back. | |||
1996-01-06 | from netbsd; some U tags | Theo de Raadt | |
1996-01-06 | from 4.4lite2; additional data from SIOCGIFCONF is at least sockaddr sized | Theo de Raadt | |
1996-01-06 | from netbsd; add a way to build kbd and mouse devices | Theo de Raadt | |
1996-01-06 | from 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-06 | update from jtk@kolvir.arlington.ma.us; netbsd pr#1650 | Theo de Raadt | |
1996-01-06 | from netbsd; Added support for sysi86 and eaccess syscalls | Theo de Raadt | |
1996-01-06 | from 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-06 | the modern world defaults to 8n1 | Theo de Raadt | |
1996-01-06 | one more inet_ntoa() improvement | Theo de Raadt | |
1996-01-06 | from jtk@kolvir.arlington.ma.us: | Theo de Raadt | |
numerous stability fixes related to locking. | |||
1996-01-06 | one tests code before one commits it. initialize ttymalloc'd struct properly. | Theo de Raadt | |
also with mrg: use B1200 instead of 1200. | |||
1996-01-06 | by mrg and myself on irc: fix a ttymalloc() memory leak, TIOCM* botch | Theo de Raadt | |
1996-01-06 | Makefile.yp is /var/yp/Makefile | Theo de Raadt | |
1996-01-06 | resurrect Makefile.yp | Theo de Raadt | |
1996-01-05 | Add support for ostart and ostop | Niklas Hallqvist | |
1996-01-05 | fix, and handle openbsd case too | Theo de Raadt | |
1996-01-05 | from tls; contrary to unpopular opinion, "help" is a perfectly valid hostname | Theo de Raadt | |
1996-01-05 | from netbsd; make get_myaddress() return failure if it is unable to | Theo de Raadt | |
determine address, make other code understand this failure. | |||
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1996-01-05 | from netbsd: LEINTR_UNIT goes away | Theo de Raadt | |
1996-01-05 | from 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-05 | from 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-05 | from 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-05 | from netbsd; wrap leintr() to support fake LAN lights | Theo de Raadt | |
1996-01-05 | sync with 4.4lite2 version, as well as netbsd changes merged by perry. | Theo de Raadt | |
retain openbsd changes too. | |||
1996-01-05 | update from netbsd | Theo de Raadt | |
1996-01-05 | from 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-05 | from leo: | Theo de Raadt | |
Allow selection of Falcon (videl) video modes other than the mode selected on startup (Thomas Gerner). | |||
1996-01-05 | from ragge: Don't include de.h; it doesn't exist anymore | Theo de Raadt | |
1996-01-05 | from ragge: | Theo de Raadt | |
An '&' missing in splx macro; causing that sometimes didn't the interrupt level get set. | |||
1996-01-05 | from ragge: do not declare _mcount as static, gcc will optimize it away then | Theo de Raadt | |
1996-01-05 | from netbsd: force unsigned with a U | Theo de Raadt | |
1996-01-05 | from netbsd; = not == | Theo de Raadt | |
1996-01-05 | from netbsd: | Theo de Raadt | |
Re-work the serial console support a bit; it doesn't depend on statically allocated softc's now. | |||
1996-01-05 | from 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?! |