deraadt
|
ac6a8b1e68
|
change pmap_set() protocol to u_int, similar to solaris; ref: casper
|
26 years ago |
mickey
|
a2141fd380
|
define hppa as an ieee
|
26 years ago |
millert
|
84aae89afc
|
When running kvm_mkdb, don't specify /bsd so we can use /dev/ksyms if it exists and is configured
|
26 years ago |
deraadt
|
3b6b879003
|
rm before mknod
|
26 years ago |
marc
|
8c654407ec
|
put back recent change (apmd flags) that was accidently removed
|
26 years ago |
downsj
|
fa0c2db835
|
You can't use -interface default when there's no default gateway
set (yet). Use -interface $hostname if mygate doesn't exist so that
this actually works on routers.
|
26 years ago |
millert
|
f3bc659222
|
remove ksyms in std entry like other std things
|
26 years ago |
millert
|
c318ff04ed
|
Add support for /dev/ksyms to arch-specific files
|
26 years ago |
kstailey
|
158a244771
|
add sd example and update rdroot
|
26 years ago |
kstailey
|
8e849d7420
|
S/;/:/
|
26 years ago |
deraadt
|
d8b311de10
|
doc UA faulting code
|
26 years ago |
deraadt
|
661c1a8e61
|
for new functions, fix BE & UA cases. LE UA case is still busted
|
26 years ago |
form
|
7bbdd756e9
|
add dhcpd.* to makefile
|
26 years ago |
pjanzen
|
4049e8158f
|
commas
|
26 years ago |
deraadt
|
a90434c34f
|
make errors unsigned
|
26 years ago |
form
|
75a9ccf047
|
dhcpd: start from rc, controlled by rc.conf; sample config files
|
26 years ago |
marc
|
18614ce6b6
|
allow flags to be passed to apmd at millert's request
|
26 years ago |
marc
|
c3c3d47478
|
start apmd in rc, controlled by rc.conf
|
26 years ago |
millert
|
403b58da2c
|
add _PATH_KSYMS
|
26 years ago |
millert
|
646731011d
|
don't include FIFOs in check for set[ug]id files and devices; andrew@nfr.net
|
26 years ago |
art
|
2d606d8952
|
remove bogus ifdef PERL5
|
26 years ago |
deraadt
|
88d3e4de8e
|
document the common misuse of realloc
|
26 years ago |
millert
|
34b5a6ea60
|
Don't prune dirs in /var/tmp on first pass; problem noted by m4@umn.edu
|
26 years ago |
niklas
|
09df05bd48
|
Make code ANSI/ISO C conformant. Formerly undefined constructs were used
making load/store architectures (like mips&alpha) fail whn compiled with
gcc -O2.
|
26 years ago |
kstailey
|
45be2acf41
|
update aliases for pseudo accounts
|
26 years ago |
kstailey
|
1408ed0683
|
no more ingres or games accounts
|
26 years ago |
niklas
|
775584f322
|
Temporary fix for a GCC aliasing bug/misfeature that hits here
|
26 years ago |
deraadt
|
adc6a7d8a8
|
no more ingres account; kstailey
|
26 years ago |
provos
|
9124668bb4
|
add ECB and CBC encryption for octet streams
|
26 years ago |
provos
|
b39d3aea3c
|
fix base64 encoding, this problem was reported by
Solar Designer <solar@false.com> some time ago.
|
26 years ago |
millert
|
68f9effca8
|
Don't enumerate every arch in the #if since all OpenBSD platforms use the same values for malloc_pageshift and malloc_minsize except for sparc
|
26 years ago |
millert
|
d854eef346
|
Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace() since it trims from both ends, not just the rear.
|
26 years ago |
angelos
|
4d9816a6b1
|
They're not sipp-esp and sipp-ah, just esp and ah
|
26 years ago |
millert
|
49578c9b1e
|
update /var/named/etc/localtime when /etc/localtime changes
|
26 years ago |
millert
|
e06e876ff3
|
/var/named/etc
|
26 years ago |
art
|
c2f62299dc
|
remove unused kerberos entries
|
26 years ago |
millert
|
b1b9784c54
|
curses.h frontend
|
26 years ago |
mickey
|
3afb0a5e22
|
add bktr* and tuner* devices
|
26 years ago |
marc
|
9e609e6f5a
|
make cua{a,b,c,d} nodes when generating standard devs
|
26 years ago |
provos
|
8de558a493
|
s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include
header files from the correct path.
|
26 years ago |
provos
|
f4846928f6
|
Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.
Man pages will come soon, I hope.
|
26 years ago |
deraadt
|
c958a69090
|
make /var/backups mode 700 by default; form
|
26 years ago |
rahnds
|
068d519d3c
|
include ofwboot as one of the release files.
|
26 years ago |
rahnds
|
bbc1e2be67
|
Create device nodes for powerpc port, device existed previously, just devnodes
were missing
|
26 years ago |
espie
|
f5882f1bac
|
. is a regex.
|
26 years ago |
deraadt
|
106cbde93f
|
change to lite2 getenv(); getenv(NULL) now returns NULL
|
26 years ago |
millert
|
5bc0b9f5dc
|
pw_uid is uid_t, pw_gid is gid_t
|
26 years ago |
deraadt
|
d45ce2418c
|
quiet that dd
|
26 years ago |
deraadt
|
104c0def80
|
run fingerd -m by default
|
26 years ago |
millert
|
d590bda49e
|
Create /var/named/dev/null if it is not there and we are running named chroot'd. It would be cleaner to simply do this at install time but this way people who are tracking sources get the correct behavior too.
|
26 years ago |