millert
671dc74fb7
make getopt_long and getopt_long_only protos match getopt.h
22 years ago
kjc
eea9266fbf
redo "make allarchs".
22 years ago
kjc
a9ec235730
replace MAKEDEVs by auto-generated ones.
22 years ago
kjc
b117d3d9f1
remove altq entries. I should have done these before MAKEDEV.
pointed out by todd@
22 years ago
kjc
3fb0951351
remove altq entries. altq is now handled through pf.
ok, deraadt@
22 years ago
millert
26eca9994a
Add "RETURN VALUES" sections
22 years ago
millert
6f124adcac
.Xr getopt_long
22 years ago
miod
2a81a3c366
Intall getopt.h in /usr/include as well.
22 years ago
millert
ab0180d5e4
Whoops, add missing #ifdef REPLACE_GETOPT
22 years ago
millert
da213272c0
fix typo
22 years ago
millert
52c5998342
GNU-like getopt_long() from NetBSD with changes by me to support
getopt_long_only(). At some point this should replace the BSD
getopt(3) but we are not there yet.
While I am here add protection from the multiple getopt() definitions
due to conflicting standards.
22 years ago
miod
d0d1ec3e7f
Compile wsmoused on alpha, as it can be used on vga displays.
22 years ago
millert
47c7c08921
Crank all library major numbers. Needed due to the fact that we
now build libraries with propolice enabled. Without this, existing
binaries (such as ports/packages) that link with any system library
other than libc will fail with an undefined symbol of "___guard"
(__guard on ELF).
Pointed out by markus@ and discussed with deraadt@
22 years ago
millert
5a1579637f
Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.
22 years ago
millert
e1428f6838
Add prototype for atoll(3). I must have forgotten to commit this bit
when I committed atoll(3).
22 years ago
tdeval
2a55c1e776
Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update.
22 years ago
cloder
852a863c23
Warn if atexit(3) fails. Change some tabs to spaces. Use
STDERR_FILENO instead of 2.
OK millert@
22 years ago
millert
1670acafb5
Add HISTORY section
22 years ago
pb
2db7b27853
make the example parseable (quotes around macros)
from sam smith, thx
henning@ ok
22 years ago
deraadt
c71faa77df
no more share/altq
22 years ago
deraadt
63e9de9a0b
no more altqd use
22 years ago
henning
a8d1fb08ab
add /usr/share/pf
ok millert@
22 years ago
marc
6e5db42ace
shadow -> _shadow
22 years ago
millert
960d88e161
To avoid possible conflict with pre-existing groups, change
shadow -> _shadow, tokenadm -> _token, and also add _radius.
22 years ago
millert
ad02abc48f
Add a new group, "tokenadm" and make login_token setgid tokenadm instead
of setuid root. deraadt@ OK
22 years ago
millert
dff81d5bde
Add a "shadow" group and make the shadow passwd db readable by that
group. This changes getpw* to always try the shadow db first and
then fall back to the db w/o password hashes. In the future,
/usr/libexec/auth/login_passwd (and others) will be setgid shadow
instead of setuid root. OK deraadt@
If you track -current you should do the following:
o add group shadow to /etc/group
o chgrp shadow /etc/spwd.db
o chmod 640 /etc/spwd.db
o rebuild and install src/usr.sbin/pwd_mkdb
You do not need to rebuild libc yet, but it would't hurt to do so.
22 years ago
millert
73ff679f9f
.Xr atoll(3) and add missing .Xr of atol(3) in atoll(3) man page.
22 years ago
millert
811f857cf2
Take advantage of the libc minor bump and add atoll(3)
22 years ago
marc
e44f851320
Add strerror_r and functions versions of getchar_unlocked and
22 years ago
marc
066faed74e
add prototype for strerror_r
22 years ago
ian
855d71f721
Use macros in sample file, ok dhartmei@
22 years ago
camield
6c632a41ba
Allow host to do dns lookups in the initial ruleset. This way, pfctl
can properly boot rulesets with dns addresses in it.
22 years ago
mickey
5c425e59f4
regen
22 years ago
mickey
0bf57b77ac
add bktr and radio
22 years ago
pvalchev
32d53bd6da
Install /var/log/message 644 since the beginning and change back
newsyslog.conf to reflect that. More people seem to prefer that,
and it can be easily changed if you like it another way.
millert, fgs and others verbally agree
22 years ago
pvalchev
f104ff962c
/var/log/messages is mode 640 not 644 by default; root@shopip.com
22 years ago
millert
84cb9b058c
Add ldap; Jedi/Sector One
22 years ago
marc
eefd3d97b6
thread safe libc -- 2nd try. OK miod@, millert@
22 years ago
henning
89befb4fb6
Updated from ftp.internic.net
The J root server changed IPs.
ok millert@
22 years ago
miod
4e6e9050bd
Allocate by default 6 virtual consoles on alpha, as on i386, rather than
only one.
X11 is configured here to start on ttyC5, like on i386 again. This requires
alpha-specific changes to the X servers, that went in the tree before 3.2
was released.
On tga-compatible boards, there are no virtual consoles available, and these
changes will have no effect.
22 years ago
marc
c04a9bb9fc
sync uucp/uucp owner/group with that validated in special.
22 years ago
marc
2b7dd8d384
back out previous patch.. there are still some vax/m68k issues
22 years ago
marc
80b718f7ee
libc changes for thread safety. Tested on:
22 years ago
miod
e789ada4e7
Change kernel set to shorter names on mac68k; supposed to make krw's
next changes easier.
22 years ago
millert
270b51d658
Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD
functions.
22 years ago
pvalchev
db16fcd4ce
Add silc from IANA; ok millert
22 years ago
millert
9a61bb23a6
NULL is now 0L so it is the same size as a pointer.
OK mickey@ and discussed with deraadt@
22 years ago
mickey
bd3ba99bfe
ksyms is majopr 25 not 29
22 years ago
todd
9d4be6b42f
sync
22 years ago
todd
7bf7b2308c
move md things into md files (pass 1) as discussed a long time ago
ok miod@
22 years ago