snj
be288643d0
Drop 3rd and 4th clauses, as the copyright holder (Michael Shalayeff) did
...
in OpenBSD revision 1.2.
2009-11-03 01:19:35 +00:00
snj
9251f9d10e
Drop 3rd and 4th clauses, as the copyright holder (Michael Shalayeff) did
...
in OpenBSD revision 1.5.
2009-11-03 01:13:38 +00:00
christos
6cd198d078
Handle RFC 5227 ARP probes properly, don't drop 0.0.0.0 source packets
...
silently. (Patrik Lahti <plahti at qnx dot com>)
2009-11-03 00:57:42 +00:00
dyoung
cef5c322c2
Always respect MKBINUTILS=no, MKGCC=no, and MKGDB=no by filtering
...
entries binutils=N, gcc=N, or gdb=N from the set list.
2009-11-03 00:38:56 +00:00
dyoung
fa8b0147c6
s/u_quad_t/uint64_t/.
2009-11-03 00:30:31 +00:00
dyoung
bb960ead7a
s/u_quad_t/uint64_t/
2009-11-03 00:30:11 +00:00
dyoung
648f423c6f
Make lockdebug_lock_print(NULL, ...) dump all locks. Now, in ddb,
...
'show lock 0x0' dumps all of the locks.
XXX I still need to fix 'show all lock'.
2009-11-03 00:29:11 +00:00
dyoung
fe26b18dc7
Alphabetize.
2009-11-03 00:24:05 +00:00
dyoung
f34952afbf
Make the set list reflect that ncdcs is not installed if MKBINUTILS=no.
2009-11-02 22:16:29 +00:00
christos
e641795b86
adjust to dbcool_chipset.
2009-11-02 21:38:07 +00:00
christos
2365d83de9
don't pull a 1.5K softc on the stack to do a chip ident. Idea from mrg.
2009-11-02 21:37:44 +00:00
christos
78155b36be
if we have variable trailing context rules, enable the find_rule label.
2009-11-02 20:52:39 +00:00
stacktic
da8c43524c
Make sure fts_statp is NULL when FTS_NOSTAT is set
2009-11-02 17:17:34 +00:00
plunky
3b1c581042
remove libevent (uses ATF tests now)
2009-11-02 15:44:12 +00:00
stacktic
8acc973dc4
Fixed NetBSD.dist target
2009-11-02 10:23:40 +00:00
plunky
b2965573f9
add ATF tests for libevent
2009-11-02 10:15:45 +00:00
plunky
212bd4a35c
remove old libevent sources
2009-11-02 10:14:28 +00:00
plunky
c75313ecdf
switch build to use libevent-1.4.12-stable from external
2009-11-02 10:13:19 +00:00
plunky
cfe3e08bfc
add external framework for libevent
2009-11-02 10:03:56 +00:00
plunky
6448a78c94
libevent 1.4.12-stable
2009-11-02 10:00:52 +00:00
dyoung
9b166e5b23
Mention that 'build.sh -u' may also break while building lex.
2009-11-02 01:11:31 +00:00
dyoung
4dd9f36d7a
Mention that build.sh -u may get hung up building yacc.
2009-11-02 01:09:21 +00:00
joerg
f79d98372f
Use proper column markup.
2009-11-02 00:50:29 +00:00
christos
4d3e7c5df2
remove ancient ifdefs (Aleksej Saushev)
2009-11-02 00:47:09 +00:00
joerg
68825f5128
Fix markup. Fix backslashes to surive roff.
2009-11-02 00:40:23 +00:00
joerg
13ed0794d0
Escape literal backslashes.
2009-11-02 00:35:32 +00:00
joerg
d1a4d78e86
Drop undefined macros.
2009-11-02 00:33:34 +00:00
joerg
02c40990a1
Drop ".i0", it is an undefined macro.
2009-11-02 00:29:04 +00:00
dsl
905b39a994
Move calls to __restore_termios() into the failing path of the functions
...
that fail - instead of in most of the callers.
All rather pointless if tcsetattr() fails to set the mode we want we
are very unlikely to be able to restore any later on.
2009-11-01 22:11:27 +00:00
dsl
57843c1579
Correctly count number of chars output so that help isn't blank if the
...
terminal is too narrow.
Not ideal since the last command isn't shown on 80 column terminals.
2009-11-01 22:08:14 +00:00
rmind
b9a294cf04
- Move inittimeleft() and gettimeleft() to subr_time.c, where they belong.
...
- Move abstimeout2timo() there too and export. Use it in lwp_park().
2009-11-01 21:46:09 +00:00
rmind
1ceff942e5
Move common logic in selcommon() and pollcommon() into sel_do_scan().
...
Avoids code duplication. XXX: pollsock() should be converted too, except
it's a bit ugly.
2009-11-01 21:14:21 +00:00
rmind
2b261c7e05
rnd_sample_allocate_isr: pass correct flag to pool_get().
...
Should fix PR/39325.
2009-11-01 21:08:32 +00:00
rmind
1ff7612225
do_sys_wait: clear rusage, instead of returning garbage. Patch from
...
dholland@ via PR/40717, with minor change by me.
2009-11-01 21:05:30 +00:00
rmind
5ccbe1e208
orphanpg: remove no longer user variable.
2009-11-01 20:59:24 +00:00
rmind
020f4d61ea
- Fix comment: proclist_mutex was merged with proclist_lock a long time ago.
...
- Remove unused alllwp_mutex declaration.
2009-11-01 20:57:34 +00:00
joerg
fa47d7aeec
Fix markup.
2009-11-01 20:25:57 +00:00
jakllsch
87dcea5d47
Use documentation prefix.
...
Drop trailing whitespace.
Remove repeated word.
Bump date.
2009-11-01 15:19:19 +00:00
jakllsch
691255789a
Use documentation prefix.
2009-11-01 15:17:59 +00:00
uebayasi
280c33f72b
EHCI_NULL is already little-endian. No htole32() needed. Pointed out by
...
Tsubai Masanari.
2009-11-01 13:26:50 +00:00
uebayasi
55c6ab5c75
Consistently call amap / uobj layers as upper / lower, because UVM has only
...
those two layers by design. Approved by Chuck Cranor some time ago.
2009-11-01 11:16:32 +00:00
uebayasi
ecc465882d
Fix some whitespaces.
2009-11-01 07:23:13 +00:00
uebayasi
38f40b7b62
Update referencial URLs.
2009-11-01 06:36:44 +00:00
snj
da4ab91bcb
Bradley A. Grantham's ad clause is no more.
2009-11-01 01:55:39 +00:00
snj
cf5c962817
Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
2009-11-01 01:51:35 +00:00
joerg
56439201f7
Don't depend on /usr/lib/libz.a for host tools.
2009-11-01 00:12:00 +00:00
joerg
452f3eb70c
Do not depend on the existance of /usr/lib/libm.a for the host tool case.
2009-10-31 23:36:29 +00:00
joerg
c2ab44f7a7
Always define _PATH_DIVNAME to the Unix version. Drop UNIQUE.
...
Fixes build on Mac OS X.
2009-10-31 23:25:04 +00:00
kardel
b72bd6b4a3
add ./usr/share/i18n/esdb/EBCDIC/EBCDIC-US.esdb - Hi tnozaki
2009-10-31 22:56:38 +00:00
christos
53a85f7e1b
add -DROUTEINFO
2009-10-31 22:32:51 +00:00