summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-22From NetBSD:Niklas Hallqvist
Sync with tzdata96b
1996-02-22From NetBSD:Niklas Hallqvist
Remove u.s. naval observatory data, as it serves no real purpose.
1996-02-22From NetBSD:Niklas Hallqvist
Allow override of nroff program, requested by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> in PR #1741. Use ksh-style substring parameter expansion expressions instead of calling expr when constructing manpage directory and file names. Much, much faster.
1996-02-22From NetBSD:Niklas Hallqvist
Fix typo, from John Kohl. Closes PR 2066.
1996-02-22From NetBSD:Niklas Hallqvist
Add /dev/rst* to FILES section. (Matches mt man page.) Change default tape name in documentation from /dev/rmt? to /dev/rmt8 to match pathnames.h. (pr #601 from James Jegers)
1996-02-22From NetBSD:Niklas Hallqvist
Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704.
1996-02-22From NetBSD:Niklas Hallqvist
support $TAPE.
1996-02-22From NetBSD:Niklas Hallqvist
Removed extraneous text; From Mike Long <mike.long@analog.com>
1996-02-22From NetBSD:Niklas Hallqvist
Note that fsdb arrived with NetBSD 1.1
1996-02-22From NetBSD:Niklas Hallqvist
support $TAPE. update manual to reflect reality (#1937 from Matthew Green).
1996-02-22From NetBSD:Niklas Hallqvist
add -Dunix to CFLAGS
1996-02-22From NetBSD:Niklas Hallqvist
Make sure that the user name cannot ever be interpreted as an option to login(8). Note: This does *not* fix any security holes.
1996-02-22From NetBSD:Niklas Hallqvist
Added explicit dependencies on yacc generated files. From Luke Mewburn <lukem@supp.cpr.itg.telecom.com.au>. Fixes PR #2032.
1996-02-22From NetBSD:Niklas Hallqvist
Fixed Typo. Closes PR 2001 from Thorsten Frueauf <frueauf@ira.uka.de> Keep them coming!
1996-02-22From NetBSD:Niklas Hallqvist
Spelling correction
1996-02-22From NetBSD:Niklas Hallqvist
Fix dangling 'The'; From Mike Long <mike.long@analog.com>
1996-02-22From NetBSD:Niklas Hallqvist
fix pr/1226 from David Gluss: allow rdate to use adjtime(2)
1996-02-22From NetBSD:Niklas Hallqvist
Be explicit about the fact that ip-up and ip-down are executed with a null environment. Closes PR #1866 by John M Vinopal.
1996-02-21made cleandir to remove non-source filesNiklas Hallqvist
1996-02-21move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkmMichael Shalayeff
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ???
1996-02-21fixed bug in debugging code, so it'll compiles now w/o TUN_DEBUGMichael Shalayeff
enabled.
1996-02-21elliminate unneccessary printf in dos2unix time conversion,Michael Shalayeff
coze for Windoze 95 fs it is ok.
1996-02-21Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-LiteMichael Shalayeff
and gated wants it to there ;)
1996-02-21sync with sparc:chuck
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c
1996-02-21minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.cchuck
1996-02-21From NetBSD:Niklas Hallqvist
Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance
1996-02-21When adding two longwords and wanting a quad result, a missingNiklas Hallqvist
constraint could clobber the inputs before performing the operation.
1996-02-21From NetBSD: Add script used to make the 1.1 source distributionNiklas Hallqvist
1996-02-20Never claim interrupt if device runs without interrupts enabledThorsten Lockert
1996-02-20bug fixes, speedups. multiple AFs support.Michael Shalayeff
bpf fixes.
1996-02-20Fix #include. (param.h -> sys/param.h).briggs
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1996-02-20Fix disk_unbusy panic (from NetBSD)hannken
1996-02-20Fixed typo introduced in last changeNiklas Hallqvist
1996-02-20A few more things from NetBSD:briggs
- Move spl stuff from param.h to psl.h. Prototype delay() in param.h. - param.h: Fix #includes. - param.h: Move splimp to 2 and spltty to 1.
1996-02-20Makefile generates assym.h instead of assym.s, now.briggs
1996-02-20netbsd -> bsd in the config filesbriggs
Bring in a number of changes from NetBSD in Makefile.mac68k (standardized amongst most ports).
1996-02-20A couple of things from NetBSD:briggs
- Don't special-case conf.c - Add sbc driver. (M.I. 5380 driver)
1996-02-20Not ready for LOCORE -> _LOCORE.briggs
1996-02-20The bitfields are ugly, but as they are basically a published interface,briggs
it will be painful to change them. (IMO) Bring in from NetBSD: Bitfields are usually implemented in natural bit order. Pointed out by Masaru Oki <oki@yk.rim.or.jp> in NetBSD PR#2091.
1996-02-20Bring in from NetBSD.briggs
1996-02-20Sync. w/ NetBSD: include sys/dkio.h.briggs
1996-02-20Merge in changes from NetBSD:briggs
- Filesystem prototype changes - LOCORE -> _LOCORE - Move disk-specific ioctls out of <sys/disklabel.h> and into <sys/dkio.h>. <sys/dkio.h> is in turn included by <sys/ioctl.h>, much like how <sys/filio.h> and <sys/sockio.h> are handled. This minimizes changes to existing sources which use the disk ioctls. Define DIOCLOCK which is used to lock and unlock the pack.
1996-02-20Support getting interrupts per device on the i386 platform, similar toThorsten Lockert
implementation on pc532
1996-02-20Define SONIC device for testing. Same for ss su and uk SCSI devs.briggs
1996-02-20Move VIA_Initialize() back to where it works.briggs
1996-02-20Define HZ to be 60.briggs
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
1996-02-20Sync. w/ NetBSDbriggs
1996-02-20Name saved dump and kernel "bsd*", not "netbsd*"Thorsten Lockert