deraadt [Thu, 5 Dec 1996 17:16:05 +0000 (17:16 +0000)]
remove duplicate code; nice readdisklabel warning messages
kstailey [Thu, 5 Dec 1996 16:25:08 +0000 (16:25 +0000)]
fix locking on devices to work on diskless workstations
deraadt [Thu, 5 Dec 1996 15:00:40 +0000 (15:00 +0000)]
typo
deraadt [Thu, 5 Dec 1996 14:27:50 +0000 (14:27 +0000)]
do setroot() based on wd.h/NWD and fd.h/NFD
deraadt [Thu, 5 Dec 1996 13:40:28 +0000 (13:40 +0000)]
pack cd9660 volume id into disklabel struct; very pretty result
deraadt [Thu, 5 Dec 1996 13:22:10 +0000 (13:22 +0000)]
call iso_disklabelspoof() if neccessary
deraadt [Thu, 5 Dec 1996 13:18:12 +0000 (13:18 +0000)]
bring back floppy partitions. but now they are at theold major, and max 2
deraadt [Thu, 5 Dec 1996 13:13:21 +0000 (13:13 +0000)]
bring back partitions
deraadt [Thu, 5 Dec 1996 13:12:11 +0000 (13:12 +0000)]
if block size is > 2048, set it to 2048. atapi drives that lie!
deraadt [Thu, 5 Dec 1996 13:10:24 +0000 (13:10 +0000)]
call readdisklabel() in the same fashion as sd.c does
deraadt [Thu, 5 Dec 1996 13:09:35 +0000 (13:09 +0000)]
call iso_disklabelspoof() as needed...
deraadt [Thu, 5 Dec 1996 13:08:47 +0000 (13:08 +0000)]
proto iso_disklabelspoof() inside an #ifdef (no nicer place)
deraadt [Thu, 5 Dec 1996 13:08:11 +0000 (13:08 +0000)]
provide iso_disklabelspoof()
deraadt [Thu, 5 Dec 1996 08:13:08 +0000 (08:13 +0000)]
inverted logic
millert [Thu, 5 Dec 1996 06:04:36 +0000 (06:04 +0000)]
FreeBSD calendar(1) + OpenBSD changes.
deraadt [Thu, 5 Dec 1996 05:37:10 +0000 (05:37 +0000)]
4.4lite2, safely uses malloc, with freebsd fixes too
tholo [Thu, 5 Dec 1996 04:40:26 +0000 (04:40 +0000)]
Implement a few more escape sequences that BSD/OS has defined for pccons;
fixes NetBSD PR 2947. Note that some of the new sequences are accepted but
ignored
chuck [Wed, 4 Dec 1996 23:02:13 +0000 (23:02 +0000)]
change open of /dev/tty to "r+" rather than "w+". if /dev/tty is
missing there is no point creating a plain text file to replace it.
(related to a problem jkatz had)
downsj [Wed, 4 Dec 1996 21:29:29 +0000 (21:29 +0000)]
fix
downsj [Wed, 4 Dec 1996 21:25:33 +0000 (21:25 +0000)]
sanitize return value. NULL on failure, always.
millert [Wed, 4 Dec 1996 17:46:07 +0000 (17:46 +0000)]
use TCSADRAIN instead of TCSANOW, to avoid dropping characters.
Fix from NetBSD (christos), reported by Chris Torek.
deraadt [Wed, 4 Dec 1996 11:54:01 +0000 (11:54 +0000)]
DESTDIR fixing
deraadt [Wed, 4 Dec 1996 10:26:36 +0000 (10:26 +0000)]
rearrange argv[0] code
deraadt [Wed, 4 Dec 1996 10:25:57 +0000 (10:25 +0000)]
vfork bye bye
deraadt [Wed, 4 Dec 1996 10:04:44 +0000 (10:04 +0000)]
roundup error; netbsd pr#2944, augustss@cs.chalmers.se
deraadt [Wed, 4 Dec 1996 09:40:41 +0000 (09:40 +0000)]
nice argv[0], please do not bite me
deraadt [Wed, 4 Dec 1996 09:06:00 +0000 (09:06 +0000)]
security holes: seek and ye shall find
deraadt [Wed, 4 Dec 1996 08:52:18 +0000 (08:52 +0000)]
fix usage
deraadt [Wed, 4 Dec 1996 08:49:05 +0000 (08:49 +0000)]
fix a typo
deraadt [Wed, 4 Dec 1996 08:39:31 +0000 (08:39 +0000)]
cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming scheme requires
deraadt [Wed, 4 Dec 1996 08:38:58 +0000 (08:38 +0000)]
first cut at "newfs -t fstype device". this is very neat
deraadt [Wed, 4 Dec 1996 08:33:58 +0000 (08:33 +0000)]
do not freak out if we see a -t argument
niklas [Wed, 4 Dec 1996 08:21:00 +0000 (08:21 +0000)]
Add support for BSD/OS
millert [Wed, 4 Dec 1996 04:11:44 +0000 (04:11 +0000)]
Take advantage of new "-u" flag in login(1).
millert [Wed, 4 Dec 1996 04:04:41 +0000 (04:04 +0000)]
Implement -u (remote user) option for login (only root may use it).
We now store remote user in failedlogin struct too.
Also add REMOTEHOST and REMOTEUSER environmental vars.
deraadt [Wed, 4 Dec 1996 02:31:56 +0000 (02:31 +0000)]
fix big endian; Encode/Decode
deraadt [Wed, 4 Dec 1996 02:14:27 +0000 (02:14 +0000)]
formatting error
deraadt [Wed, 4 Dec 1996 02:02:23 +0000 (02:02 +0000)]
indent
deraadt [Wed, 4 Dec 1996 01:56:09 +0000 (01:56 +0000)]
add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.uk
deraadt [Wed, 4 Dec 1996 01:41:51 +0000 (01:41 +0000)]
64 bit patches, tih@nhh.no
deraadt [Wed, 4 Dec 1996 01:31:10 +0000 (01:31 +0000)]
use readlabelfs() if possible
niklas [Tue, 3 Dec 1996 11:28:32 +0000 (11:28 +0000)]
Missing OpenBSD pieces, DOH!
deraadt [Tue, 3 Dec 1996 11:08:28 +0000 (11:08 +0000)]
clr TS_WOPEN if bailing on cua opens
deraadt [Tue, 3 Dec 1996 08:25:22 +0000 (08:25 +0000)]
/usr/share/misc/termcap
deraadt [Tue, 3 Dec 1996 08:20:03 +0000 (08:20 +0000)]
never bitch about first failure
deraadt [Tue, 3 Dec 1996 08:08:00 +0000 (08:08 +0000)]
clear sense buffer for mode sense 4, dms@celtech.com
niklas [Tue, 3 Dec 1996 07:48:23 +0000 (07:48 +0000)]
DOH, com moved to ic
kstailey [Tue, 3 Dec 1996 07:36:29 +0000 (07:36 +0000)]
partial merge with NetBSD
deraadt [Tue, 3 Dec 1996 07:34:36 +0000 (07:34 +0000)]
cleanup debug; pointed out by darcy@druid.com
kstailey [Tue, 3 Dec 1996 05:28:21 +0000 (05:28 +0000)]
void cystop() -> int cystop()
kstailey [Tue, 3 Dec 1996 05:21:46 +0000 (05:21 +0000)]
void zsstop() -> int zsstop()
kstailey [Tue, 3 Dec 1996 05:16:36 +0000 (05:16 +0000)]
well it used to.
kstailey [Tue, 3 Dec 1996 05:09:04 +0000 (05:09 +0000)]
dev_type_stop() returns void not int
deraadt [Tue, 3 Dec 1996 03:07:16 +0000 (03:07 +0000)]
-A for anon only; from freebsd
deraadt [Tue, 3 Dec 1996 02:31:57 +0000 (02:31 +0000)]
comreg/var moved, niklas
deraadt [Tue, 3 Dec 1996 01:33:47 +0000 (01:33 +0000)]
handle "/*" path parsing correctly; netbsd pr#2970, darcey@druid.com
deraadt [Tue, 3 Dec 1996 01:30:56 +0000 (01:30 +0000)]
pull types.h for xpg
deraadt [Tue, 3 Dec 1996 01:29:54 +0000 (01:29 +0000)]
\r and \n must be distinguished in some cases (telnet); netbsd pr#2969;
darcy@druid.com
downsj [Tue, 3 Dec 1996 01:07:54 +0000 (01:07 +0000)]
inc
downsj [Tue, 3 Dec 1996 01:06:50 +0000 (01:06 +0000)]
Add readlabelfs()'s table, a shorter form of fstypenames.
downsj [Tue, 3 Dec 1996 01:05:35 +0000 (01:05 +0000)]
Add readlabelfs().
downsj [Tue, 3 Dec 1996 01:04:43 +0000 (01:04 +0000)]
readlabelfs() moves to libutil, and return value changes.
deraadt [Tue, 3 Dec 1996 00:28:39 +0000 (00:28 +0000)]
s/host/domain/
deraadt [Tue, 3 Dec 1996 00:25:52 +0000 (00:25 +0000)]
O_TRUNC when needed; freebsd pr#2112
deraadt [Mon, 2 Dec 1996 21:14:16 +0000 (21:14 +0000)]
bail nice
kstailey [Mon, 2 Dec 1996 14:20:41 +0000 (14:20 +0000)]
increase default data limit to size needed for make build
millert [Sun, 1 Dec 1996 05:27:22 +0000 (05:27 +0000)]
Correct the connecthelp info. This is really ftp, not tftp.
From NetBSD (fvdl).
millert [Sun, 1 Dec 1996 05:25:55 +0000 (05:25 +0000)]
Fix byte-order bug in net number comparison (NetBSD).
From Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>, NetBSD PR #2961.
millert [Sun, 1 Dec 1996 05:09:51 +0000 (05:09 +0000)]
Parser fix from NetBSD (christos)
- ! was only recognized in the beginning of pipelines. Now we
are recognizing it everywhere like ksh, so the following works.
! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi
downsj [Sat, 30 Nov 1996 23:54:35 +0000 (23:54 +0000)]
Install ksh as sh too.
niklas [Sat, 30 Nov 1996 23:13:41 +0000 (23:13 +0000)]
A stab at controlling SUBDIRS per arch, still problematic, but works
as commentary for the moment
downsj [Sat, 30 Nov 1996 23:04:38 +0000 (23:04 +0000)]
sync
millert [Sat, 30 Nov 1996 21:54:53 +0000 (21:54 +0000)]
fix order of #if defined's so it compiles
millert [Sat, 30 Nov 1996 21:08:48 +0000 (21:08 +0000)]
Sync with NetBSD:
- Merge in FreeBSD and Lite2 changes.
- Fix bug where a non-archive target with a .a suffix would always
be considered to be out of date, since it does not have a TOC.
- Fix NetBSD PR #2930: declare missing variable.
millert [Sat, 30 Nov 1996 18:12:51 +0000 (18:12 +0000)]
filesystem is named "ffs" not "ufs".
millert [Sat, 30 Nov 1996 17:50:58 +0000 (17:50 +0000)]
Merged our changes back into 4.4BSD version.
Can't do "find -ls" since we need to store the date in an absolute format
(ls -T). Use "find -print0" | xargs -0 instead.
michaels [Sat, 30 Nov 1996 16:40:22 +0000 (16:40 +0000)]
install locate.rc, noted by millert.
niklas [Sat, 30 Nov 1996 13:39:20 +0000 (13:39 +0000)]
Com driver moved, still somewhat ISA-dependent though, but it will
improve. Pica and PCMCIA-dependent stuff factored out.
downsj [Sat, 30 Nov 1996 11:54:32 +0000 (11:54 +0000)]
bus changes
downsj [Sat, 30 Nov 1996 09:34:42 +0000 (09:34 +0000)]
sync
niklas [Sat, 30 Nov 1996 00:53:34 +0000 (00:53 +0000)]
Cleaned up. lpt is MI now.
niklas [Fri, 29 Nov 1996 23:51:13 +0000 (23:51 +0000)]
Missed in last bus.h commit
imp [Fri, 29 Nov 1996 22:59:42 +0000 (22:59 +0000)]
Another explicit include of machine/endian.h blowing up
niklas [Fri, 29 Nov 1996 22:54:50 +0000 (22:54 +0000)]
Missing pieces of new bus.h that CVS lost behind my back
imp [Fri, 29 Nov 1996 16:51:02 +0000 (16:51 +0000)]
use types.h rather than machine/endian.h. Latest htonl changes need that
mickey [Fri, 29 Nov 1996 06:51:49 +0000 (06:51 +0000)]
note 1024 limit on text+data.
kstailey [Fri, 29 Nov 1996 04:53:38 +0000 (04:53 +0000)]
back out bitmask_snprintf()
niklas [Thu, 28 Nov 1996 23:27:36 +0000 (23:27 +0000)]
Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.
niklas [Thu, 28 Nov 1996 23:10:28 +0000 (23:10 +0000)]
Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.
niklas [Thu, 28 Nov 1996 20:12:30 +0000 (20:12 +0000)]
Various configuration changes
niklas [Thu, 28 Nov 1996 20:09:29 +0000 (20:09 +0000)]
Fix a vararg proto
imp [Thu, 28 Nov 1996 19:25:24 +0000 (19:25 +0000)]
Add special case code for the rPC44. The DMA buffers on this machine
are not cache coherent, so for the moment use uncached addresses for
all buffer access. In the future, more specific cache flushing should
be done.
rPC44 now boots into multi user off SCSI disk or the network, builds
its own kernel and seems to be making its way toward finishing a make
build.
Correct -Wall complaint when BTDEBUG defined while I'm here.
niklas [Thu, 28 Nov 1996 19:01:49 +0000 (19:01 +0000)]
Actually draw the hanging. Remove some statics. Fix a bug in
case handling. Still less than 1 K! Most stuff from Andreas Gunnarsson,
<zzlevo@dd.chalmers.se>
niklas [Thu, 28 Nov 1996 13:20:36 +0000 (13:20 +0000)]
Make SCSI debugging more dynamic, more targets and luns can be
debugged simultaneously and which ones, as well as the verbosity, can be
determined at runtime.
niklas [Thu, 28 Nov 1996 13:17:53 +0000 (13:17 +0000)]
Sync to NetBSD 961107
downsj [Thu, 28 Nov 1996 08:23:38 +0000 (08:23 +0000)]
Pull in laptop changes from cgd, a couple from me, and a few slight formatting
nits.
millert [Wed, 27 Nov 1996 22:00:45 +0000 (22:00 +0000)]
Fix file descriptor leak on error. Noticed by bitblt.
niklas [Wed, 27 Nov 1996 19:54:45 +0000 (19:54 +0000)]
Make compilable in our env. Involved disabling ELF support,
reordering includes (due to -Wstrict-prototypes) and other -Wall goo
niklas [Wed, 27 Nov 1996 19:52:23 +0000 (19:52 +0000)]
Make typesafe and 64bit cleaner
niklas [Wed, 27 Nov 1996 19:51:39 +0000 (19:51 +0000)]
short and long are now u_int16_t and u_int32_t