itojun
0abe0bddb0
forgot to remove -lkafs. from rafal
2003-07-23 08:00:52 +00:00
lukem
49671e2e2b
* don't compile in support for st_birth #ifdef HOSTPROG
...
* remove %B (birth) from default format strings, since %B isn't available
#ifdef HOSTPROG, and it's not standard enough to be fussed about anyway
2003-07-23 07:23:23 +00:00
tshiozak
1c3ee5c3d3
change comment style: # -> //
2003-07-23 06:52:31 +00:00
itojun
44ca808ae1
include /usr/include/des.h, not openssl/des.h (as openssl will change API soon)
2003-07-23 06:49:14 +00:00
itojun
476d185fa0
avoid recursion on des.h inclusion
2003-07-23 06:10:26 +00:00
itojun
e9ce38e623
des_random_key() returns 1 on success
2003-07-23 05:57:01 +00:00
itojun
df738798b1
install des_modes(7) from libdes, not from libcrypto
2003-07-23 05:46:00 +00:00
itojun
80af8890f3
install des.3 from libdes, not from libcrypto.
...
(eventually libcrypto will switch to DES_xx)
2003-07-23 05:43:44 +00:00
itojun
b372c5a1f3
avoid arg name in prototype
2003-07-23 05:43:43 +00:00
itojun
98cf94c860
install des.3 from libdes, not from libcrypto.
...
(eventually libcrypto will switch to DES_xx)
2003-07-23 05:43:43 +00:00
itojun
75905560e6
go down to libdes
2003-07-23 05:27:38 +00:00
itojun
9f89c3577c
split libdes from libcrypto. libdes bumps shlib major.
...
(no dependency in libraries)
libdes provides des_xx functions based on openssl 0.9.6j.
2003-07-23 05:20:17 +00:00
itojun
8cf58d7c5b
DES code from openssl 0.9.6j
2003-07-23 04:57:33 +00:00
itojun
425dfd313c
style
2003-07-23 04:12:33 +00:00
itojun
e97c220e91
use bounded string op
2003-07-23 04:11:12 +00:00
itojun
8556dff80c
remove KRB4 and AFS support. sync w/ openssh main tree
2003-07-23 03:52:16 +00:00
itojun
a9503412ba
license clarification (UCB 3-clause, and progressmeter)
2003-07-23 03:51:27 +00:00
mrg
1da79fd671
initial import of GCC 3.3 sources. (this is the latest GCC 3.3.1
...
prerelease snapshot, 3.3.1-20030720, we will update to 3.3.1 when
it becomes available.)
2003-07-23 02:40:42 +00:00
itojun
ee7d78825a
comment typo, from markus@openbsd
2003-07-23 00:27:25 +00:00
nathanw
372bed6a1d
Add exit1 and cancel2.
2003-07-22 21:28:23 +00:00
nathanw
be42851d66
Test for pthread_exit() in the main thread with no other threads.
2003-07-22 21:27:58 +00:00
nathanw
dfd29b093b
Add a test that a cancellation registered while cancellation is enabled
...
is not honored while cancellation is disabled.
2003-07-22 21:26:13 +00:00
yamt
808b43aeb1
fix garbages printed with -h option.
...
- always clear linebuffer.
- don't use an uninitialized variable.
2003-07-22 14:22:09 +00:00
lukem
4b391b57bf
pass in -DHOSTPROG if a HOSTPROG
2003-07-22 13:58:49 +00:00
yamt
f5721758ca
move pv_head and page attributes into md part of vm_page structure
...
instead of having separate arrays for them.
(i.e. use __HAVE_VM_PAGE_MD instead of __HAVE_PMAP_PHYSSEG.)
2003-07-22 13:55:31 +00:00
lukem
c0a8541252
oops, typo in previous. should have been COPTS.sha.c. (this was not being compiled anyway, but...)
2003-07-22 12:50:46 +00:00
lukem
77c4c3827a
use COPTS.sha1.c=-O0 to turn off optimization for sha1.c
2003-07-22 12:39:24 +00:00
lukem
59efd8a9dd
remove unnecessary rules
2003-07-22 12:34:40 +00:00
lukem
3839e0f0c0
use CPPFLAGS.getpwent.c=... to set file-specific cpp flags
2003-07-22 12:25:57 +00:00
dsl
f8beccb8d0
Ask for sets when doing 'install more sets'
2003-07-22 12:18:39 +00:00
simonb
ea8d25e941
Use local APIC id to determine boot CPU.
...
Fixes PR kern/20690 from Jaromir Dolecek. Fix from fvdl.
2003-07-22 12:10:20 +00:00
simonb
4754215738
Clean up autoconfiguration output a little.
2003-07-22 11:59:55 +00:00
mrg
84813a0362
note SMP & xfree4 update.
2003-07-22 11:59:49 +00:00
mrg
3c0ab73024
note sparc port uses xf4 now
2003-07-22 11:50:45 +00:00
mrg
ad4196a2ab
switch sparc port to xfree 4 tree.
2003-07-22 11:48:59 +00:00
mrg
11569a7f9b
support XF4 on sparc. had to move parts of x{base,comp}4/mi into the
...
relevant ports as they do not apply to sparc (or other non-"hw/xfree86"
ports.)
2003-07-22 11:46:52 +00:00
dsl
92c7597c91
Specify username+password to ftp even when username is 'ftp'.
...
Only use 'ftp -a ...' when the username is ftp and the password is null.
Fixed PR install/13656
2003-07-22 11:45:16 +00:00
lukem
0b856bc2de
use CPPFLAGS.filename=... to add file-specific overrides
2003-07-22 11:29:53 +00:00
itojun
c8ebadb000
unifdef -U_IP_VHL
2003-07-22 11:18:24 +00:00
itojun
da7d7203a8
fix comments, style
2003-07-22 11:12:15 +00:00
itojun
8f4ef7c537
clear enc/auth key before freeing
2003-07-22 11:01:09 +00:00
itojun
0d84200c22
clear scheduled key before freeing, for safety
2003-07-22 08:54:27 +00:00
itojun
18a884bc94
oops, forgot to bump version string
2003-07-22 08:46:03 +00:00
dsl
bdd53bdf93
Output a messge before the 5 second delay while the network comes up.
...
Ask user before deleting set files (fixes PR/7190).
2003-07-22 08:30:10 +00:00
lukem
29c0479a2a
Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>:
...
COPTS.<fn> Additional flags to the compiler when creating the C objects
for <fn>.
CPUFLAGS.<fn> Additional flags to the compiler/assembler for <fn>.
CPPFLAGS.<fn> Additional flags to the C pre-processor for <fn>.
(For <fn>.[ly], "<fn>.c" must be used.)
2003-07-22 06:53:21 +00:00
briggs
ed5f36a260
Deal with case where __data_store == _edata.
2003-07-22 04:57:24 +00:00
lukem
e87b2970a6
improve documentation for bsd.files.mk and bsd.kernobj.mk
2003-07-22 04:23:28 +00:00
itojun
c7bb6b93fd
hmac-sha2 support
2003-07-22 03:42:18 +00:00
itojun
aa96314290
support hmac-sha2.
2003-07-22 03:41:28 +00:00
itojun
aada1051de
support hmac-sha2
2003-07-22 03:38:14 +00:00