summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-24From NetBSD:Niklas Hallqvist
Fix #includes.
1996-02-24remove some trailing whitespaceNiklas Hallqvist
1996-02-24From NetBSD:Niklas Hallqvist
LOCORE -> _LOCORE assym.s -> assym.h (Some ports did this already.) Use `-traditional-cpp' when building .s and .S files. Clone these, and fix many bugs. Fix mkdep problems due to missing flags.
1996-02-24From NetBSD: vm prototype changesNiklas Hallqvist
1996-02-24From NetBSD: Don't define _KERNEL here.Niklas Hallqvist
1996-02-24bumbed to 12.4 for binddm
1996-02-24Add forward decls.Niklas Hallqvist
Fix vop_link, vop_symlink, and vop_remove semantics in several ways: * Change the argument names to vop_link so they actually make sense. * Implement vop_link and vop_symlink for all file systems, so they do proper cleanup. * Require the file system to decide whether or not linking and unlinking of directories is allowed, and disable it for all current file systems. Adosfs prototyping changes. Compiler warning police.
1996-02-24From NetBSD: Fix embarassing typoNiklas Hallqvist
1996-02-24From NetBSD: Fixed SEE ALSO section. Closes PR # 2049 (from Mike LongNiklas Hallqvist
<mike.long@analog.com>)
1996-02-24From NetBSD: Add explicit return typeNiklas Hallqvist
1996-02-23Implement an -m option used for replacing /usr/share/mk with aNiklas Hallqvist
custom search path, like $DESTDIR/usr/share/mk
1996-02-23sendmail 8.7.4dm
1996-02-23From NetBSD:Niklas Hallqvist
since we're going to use the mem*() functions, we need them prototyped so that the return types work right on the Alpha.
1996-02-23From NetBSD:Niklas Hallqvist
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling.
1996-02-23From NetBSD:Niklas Hallqvist
Don't rely on select() not to modify the timeval argument. Also, simplify the code by passing in NULL rather than an empty fd_set to indicate no file descriptors.
1996-02-23Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322.Niklas Hallqvist
Eliminate the use of char variables for holding booleans. Compress struct ww somewhat. Make ww_index and related variables explicitly unsigned.
1996-02-22From NetBSD:Niklas Hallqvist
Support SVR4 style archives. Fix pr/1421 (from Matthew Green) and pr/1997 (from Jeff Thieleke). In ParseDoInclude(), make a temporary copy of the current file name while searching for ""-type include files, since the current file name might not be a writeable string.
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