Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Sync with tzdata96b | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Remove u.s. naval observatory data, as it serves no real purpose. | |||
1996-02-22 | From 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-22 | From NetBSD: | Niklas Hallqvist | |
Fix typo, from John Kohl. Closes PR 2066. | |||
1996-02-22 | From 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-22 | From NetBSD: | Niklas Hallqvist | |
Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704. | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
support $TAPE. | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Removed extraneous text; From Mike Long <mike.long@analog.com> | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Note that fsdb arrived with NetBSD 1.1 | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
support $TAPE. update manual to reflect reality (#1937 from Matthew Green). | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
add -Dunix to CFLAGS | |||
1996-02-22 | From 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-22 | From 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-22 | From NetBSD: | Niklas Hallqvist | |
Fixed Typo. Closes PR 2001 from Thorsten Frueauf <frueauf@ira.uka.de> Keep them coming! | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Spelling correction | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Fix dangling 'The'; From Mike Long <mike.long@analog.com> | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
fix pr/1226 from David Gluss: allow rdate to use adjtime(2) | |||
1996-02-22 | From 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-21 | made cleandir to remove non-source files | Niklas Hallqvist | |
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-02-21 | fixed bug in debugging code, so it'll compiles now w/o TUN_DEBUG | Michael Shalayeff | |
enabled. | |||
1996-02-21 | elliminate unneccessary printf in dos2unix time conversion, | Michael Shalayeff | |
coze for Windoze 95 fs it is ok. | |||
1996-02-21 | Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Lite | Michael Shalayeff | |
and gated wants it to there ;) | |||
1996-02-21 | sync with sparc: | chuck | |
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | |||
1996-02-21 | minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | chuck | |
1996-02-21 | From NetBSD: | Niklas Hallqvist | |
Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance | |||
1996-02-21 | When adding two longwords and wanting a quad result, a missing | Niklas Hallqvist | |
constraint could clobber the inputs before performing the operation. | |||
1996-02-21 | From NetBSD: Add script used to make the 1.1 source distribution | Niklas Hallqvist | |
1996-02-20 | Never claim interrupt if device runs without interrupts enabled | Thorsten Lockert | |
1996-02-20 | bug fixes, speedups. multiple AFs support. | Michael Shalayeff | |
bpf fixes. | |||
1996-02-20 | Fix #include. (param.h -> sys/param.h). | briggs | |
1996-02-20 | netbsd-current import & 'boot' cmd addition. | Michael Shalayeff | |
1996-02-20 | Fix disk_unbusy panic (from NetBSD) | hannken | |
1996-02-20 | Fixed typo introduced in last change | Niklas Hallqvist | |
1996-02-20 | A 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-20 | Makefile generates assym.h instead of assym.s, now. | briggs | |
1996-02-20 | netbsd -> bsd in the config files | briggs | |
Bring in a number of changes from NetBSD in Makefile.mac68k (standardized amongst most ports). | |||
1996-02-20 | A couple of things from NetBSD: | briggs | |
- Don't special-case conf.c - Add sbc driver. (M.I. 5380 driver) | |||
1996-02-20 | Not ready for LOCORE -> _LOCORE. | briggs | |
1996-02-20 | The 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-20 | Bring in from NetBSD. | briggs | |
1996-02-20 | Sync. w/ NetBSD: include sys/dkio.h. | briggs | |
1996-02-20 | Merge 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-20 | Support getting interrupts per device on the i386 platform, similar to | Thorsten Lockert | |
implementation on pc532 | |||
1996-02-20 | Define SONIC device for testing. Same for ss su and uk SCSI devs. | briggs | |
1996-02-20 | Move VIA_Initialize() back to where it works. | briggs | |
1996-02-20 | Define HZ to be 60. | briggs | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten 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-20 | Sync. w/ NetBSD | briggs | |
1996-02-20 | Name saved dump and kernel "bsd*", not "netbsd*" | Thorsten Lockert | |