simonb
837589f349
Fix up a few calls to usage().
1999-12-06 23:11:27 +00:00
simonb
e919f8db3f
Use FILES= to install example files instead of home-grown install rule.
...
Fix DPADD usage.
1999-12-06 22:52:18 +00:00
simonb
d193cbd060
Make this compile with WARNS=1.
1999-12-06 22:50:46 +00:00
simonb
faba922c92
Make ./etc/skel and ./usr/share/examples/usermgmt with mtree, and don't
...
create the directory in the user(8) Makefile.
1999-12-06 22:44:47 +00:00
simonb
a4bb8cea12
Make this compile with WARNS=1.
1999-12-06 22:29:02 +00:00
simonb
7506323401
Use LINKS+= not LINKS=.
1999-12-06 22:28:12 +00:00
jwise
eb3ec51871
Add Dean Huxley <dean@netbsd.org>
1999-12-06 21:53:06 +00:00
agc
7beb00d627
Fix typos.
1999-12-06 21:39:20 +00:00
agc
af1b2fe493
Add SVR4/Solaris-like useradd/usermod/userdel functionality, and
...
groupadd/groupmod/groupdel functionality, along with two front-end
utilities, user(8) and group(8).
Based on the addnerd package, but most of the interface has been
completely rewritten, and suggestions from simonb and mrg have been
incorporated.
1999-12-06 21:31:42 +00:00
augustss
8111aaeef9
Cosmetics and a couple of diagnostic messages.
1999-12-06 21:06:59 +00:00
abs
2d6fbd2789
Default to -z in savecore_flags
1999-12-06 20:38:13 +00:00
drochner
0893832078
update for changed struct wsdisplay_accessops:show_screen signature.
...
no functional changes
1999-12-06 19:25:56 +00:00
drochner
162086b1cd
do the screen switch asynchronously (via timeout(0)) if possible,
...
this hopefully helps for the (very rare) display corruption reported
in PR kern/8628
1999-12-06 18:54:50 +00:00
drochner
8996199a85
-allow the "show_screen" call to the display driver to complete
...
asynchronously, in the same style like the process attach/detach functions
-intercept the "cnpollc" call which originally went directly to the
keyboard driver and keep track whether the console is in "polling" state
(DDB!)
-pass a NULL callback to the screen switcher and the process attach/detach
functions if the console is "polling", to tell them that asynchronous
completion is forbidden
1999-12-06 18:52:23 +00:00
leo
c9457413cb
Implement an allocator for VA-space using fixed extent maps. It is now
...
possible to allocate VA-space before uvm is initialized.
1999-12-06 16:06:24 +00:00
leo
b6e2a143e4
Allocate the physical RAM from the extent map.
1999-12-06 15:34:42 +00:00
augustss
64343e22be
Back out one change that's not ready yet.
1999-12-06 15:00:12 +00:00
augustss
a1006f8ac5
Fix some typos, xrefs, etc.
1999-12-06 14:52:08 +00:00
augustss
d039bfb01b
Document powerhook functions.
1999-12-06 14:50:02 +00:00
msaitoh
31b6740b63
Add SCI interrupt mask/unmask code.
1999-12-06 14:10:49 +00:00
simonb
f3e001c3ac
Fix typo in 3max+ scc1 device declaration - console output on a serial
...
console 3max+ works again.
1999-12-06 11:52:36 +00:00
ad
801b079e37
If the vga driver isn't present in the kernel and PCDISPLAY_SOFTCURSOR
...
is set, then pcdisplay_cursor() should disable the hardware cursor first
time it is called.
1999-12-06 10:04:50 +00:00
mark
cd20e6eb44
Add fields found in new format ebsaboot structures.
1999-12-06 09:55:57 +00:00
tsubai
8395acb6c9
Insert '\n'.
1999-12-06 06:58:30 +00:00
tsubai
d87d33754e
Enable BUSERR interrupt before autoconfiguration.
1999-12-06 06:47:14 +00:00
jonb
d828de7083
fix name spelling... (at least it wasn't Jonathan, only mom calls
...
me that... 8-)
1999-12-06 04:35:30 +00:00
simonb
b48a6bbd79
Allow the "install diskimag" label to be any size < 16MB, not just 4MB.
1999-12-06 02:53:50 +00:00
deberg
fcab1efa6e
fix my name's spelling
1999-12-06 01:46:11 +00:00
itojun
4ba0077ac0
be more friendly with non-IPv6 kernel.
1999-12-06 01:26:26 +00:00
aidan
5375ac8703
Made login continue without kerberos when there is no krb5.conf present
...
(and KERBEROS5 is defined).
1999-12-05 23:39:11 +00:00
dmcmahill
4fd342eabe
add myself to developers list
1999-12-05 23:28:57 +00:00
lukem
ef03015b86
move version into separate file to reduce recompilation after version crank.
1999-12-05 22:54:35 +00:00
simonb
e57fa9afe4
After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well.
1999-12-05 22:53:53 +00:00
lukem
bcd625e612
crank version
1999-12-05 22:50:06 +00:00
lukem
e36391c2c9
* remove unnecessary freeaddrinfo(res), since res0 was changed to be
...
freed earlier in itojun's last commit. fixes [bin/8948].
* remove `const char *reason'; it was being assigned but not used.
1999-12-05 22:49:27 +00:00
jdolecek
5986e9b6ee
main(): g/c variable errs accidentaly introduced in last commit, rename
...
'i' to 'opt'
1999-12-05 22:22:05 +00:00
jdolecek
0e29a42af3
Change the formatting of output so that entries with host:user longer than
...
24 characters would be displayed correctly.
Fixes bin/8880 by Brian Stark <bstark@uswest.net>.
While here, convert code to use getopt(3) and do some const poisoning.
Also g/c variables uid and euid, they are no longer needed after
the split of ../common_source/common.c
1999-12-05 22:18:40 +00:00
jdolecek
b86257129c
put fatal() and a some of variables used independantly of other functions
...
in common.c into separate files - this slighly cuts down size of pac(1)
not that it's really significant, but every bit counts ....
1999-12-05 22:10:57 +00:00
tron
d5ed9dc998
Regen.
1999-12-05 21:26:36 +00:00
tron
c65011886d
Fix incorrect system call number.
1999-12-05 21:25:36 +00:00
tron
ea2517e20d
Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)
...
work. Fixes PR kern/8945 by Dave Sainty.
1999-12-05 21:24:28 +00:00
fvdl
5985528d02
Remove a few redundant splbio() calls (ACQUIRE_LOCK already does splbio())
1999-12-05 20:34:40 +00:00
danw
fa517eaed3
regenerate
1999-12-05 20:09:17 +00:00
danw
5a3161ddbc
add Epson EEN10B ethernet
1999-12-05 20:08:39 +00:00
thorpej
9eea13a674
Mark exactly 3 uses of the SCR_BO() macro as being bogus; these 3 uses
...
already involve byte swapping on big-endian systems due to bus_space_*().
However, the use is self-consistent, and the value is not interpreted
by the chip, so it probably does not matter. Leave them in for now; we
can always look at their removal later.
1999-12-05 19:40:18 +00:00
thorpej
8c1cbdbed5
Slight change to previous, to make it more obvious as to what's going on.
1999-12-05 19:33:13 +00:00
fredb
2cfe71bc9a
More fallout from CL* purge.
1999-12-05 18:54:34 +00:00
thorpej
d06db4b7da
I have the feeling that OpenBSD has never tried the 53c825a, 53c875, 53c875j,
...
53c885, 53c895, or 53c896 on big-endian systems.
1999-12-05 18:40:46 +00:00
fredb
d37aed91fb
More CL* fallout.
1999-12-05 18:36:25 +00:00
fredb
f3ac07c89e
Fix CL* purge fallout.
1999-12-05 18:33:28 +00:00