espie
ecdb2b8203
In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.
Redefining it as a typedef is an error, as it prevents overloading
on e.g., int/wchar_t separately.
25 years ago
millert
a295eb1da2
/var/db/locate.database should be owned by root, not nobody. While
/usr/libexec/locate.updatedb does run as nobody the redirection is
done as root so the resulting file is owned by root.
sync log file owner/mode with what is is newsyslog.conf
25 years ago
ian
38efa700af
Synch path with main MAKEDEV (include /usr/sbin, so chown works).
25 years ago
niklas
1b2aafbd22
formatting
25 years ago
deraadt
815006066e
isakmpd is elsewhere; evanc@concer.to
25 years ago
millert
8ea805fe52
match /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[abcdefghijklmnop] when doing device checks; closes PR #750
25 years ago
espie
106f3281ec
Generate g2c.h at prereq stage.
Install it under /usr/include
25 years ago
millert
a291f3eb91
Fix cd/wcd aliases. Closes PR #981
25 years ago
millert
676f8aa08c
Add missing MLINKs
25 years ago
aaron
2f75ae5179
Typo in comment.
25 years ago
espie
7acebf4f57
Clean up memchr slightly to better match coming memrchr
(K&R-style type promotions are evil),
25 years ago
fgsch
fd619cd2fc
Allow identd to be used w/o inetd.
25 years ago
art
8fd2064dfa
Do not default to stacken.kth.se. The user should enter his own cell.
25 years ago
ericj
15d114722d
add man page for login_fbtab()
25 years ago
aaron
0ffab0433c
Tweaks; millert@
25 years ago
millert
59e4929dbc
calloc.c is back
25 years ago
millert
b3d4a938bb
calloc() needs to be separate from malloc in case a user wants to have
their own malloc() implementation.
25 years ago
aaron
cdda3b8eef
Merge calloc(3) man page into malloc.3; as suggested by millert@
25 years ago
millert
e924435af1
Move calloc() into malloc.c and only zero out the area if malloc()
didn't do so for us. By default, malloc() zeros out the space it
allocates but the programmer cannot rely on this as it is implementation-
specific (and configurable via /etc/malloc.conf)
25 years ago
art
16cfb0f4b1
Install man-page links for strtok_r.
25 years ago
art
907d9be25c
Document strtok_r.
25 years ago
art
a2031878fe
Implement strtok_r.
25 years ago
deraadt
7f49a943d9
extra entries; joe@nall.com
25 years ago
deraadt
322d2501b2
ssh startup fix; millert
25 years ago
aaron
1ba8c5de47
Fix typo; kwesterback@home.com
25 years ago
millert
182d4611f6
Fix misleading comment.
25 years ago
deraadt
bdece0b71b
talk about non-shared library ssh
25 years ago
deraadt
1deb2c5aa4
more
25 years ago
deraadt
1ba7923936
oops, got shared library part wrong
25 years ago
millert
2b37e10adf
Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files.
25 years ago
espie
23a11e3ade
Oops... CKSUM should hold cksum results, and be sorted on 3rd field
25 years ago
espie
665bde5a7a
Activate it on the amiga.
25 years ago
espie
b970a1f15c
Final framework for amiga tools.
25 years ago
turan
2721393568
remove etc now that ssh configs are moved back to /etc
25 years ago
maja
cfb7ad7c2a
add random in raminst -moj
25 years ago
deraadt
bba1f0e795
check for executability of ssh-keygen
25 years ago
deraadt
8d1747ba61
if sshd startup fails due to rsa not being there, start up
/usr/local/sbin/sshd instead, if it is there.
25 years ago
espie
fb14ddc268
- let cryptographic checksums refer to each other
- avoid .Xref to one's own manpage
25 years ago
millert
c5528dc2b0
Don't complain that /var/tmp/vi.recover is not owned by root
when it doesn't exist.
25 years ago
beck
049dca83c0
get httpd in WDIRS as well as the prereq dirs.
25 years ago
beck
32680871cc
add httpd to includes target so apache includes get grabbed.
25 years ago
brad
0a96446c48
add etc
25 years ago
deraadt
6b4056e763
put sbin:/usr/sbin in default path
25 years ago
millert
b01bfc6896
put back FTS_CHDIRROOT until next library major number crank
25 years ago
millert
afab65bb13
kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used
25 years ago
deraadt
a5b00c3034
silence the chmod
25 years ago
deraadt
5689bf1284
closer to the 2.6 story
25 years ago
maja
c46fc27834
simpleroot is now 40Mb instead of 32Mb. -moj
25 years ago
beck
a029bb8273
I'm such an asshole.
25 years ago
beck
b0d171f155
add apache xml include dir
25 years ago