christos
dc9378460c
Make sure we disarm the persist timer before we arm the rexmit
...
timer, otherwise there is a tiny window where both timers are
active, and this is not correct according to the comments in the
code. I believe that this is the cause of the to_ticks <= 0 assertion
failure in callout_schedule() that I've been getting.
2004-03-30 19:58:14 +00:00
christos
99319b80db
Give a 60 day leeway instead of a week when judging if the dumptime is valid.
...
7 days is too short when you are debugging time problems.
2004-03-30 19:52:02 +00:00
mellon
65489ae9e4
Add omapi key.
2004-03-30 19:41:35 +00:00
mellon
15943a0402
If an omapi key is configured, use it.
2004-03-30 19:40:58 +00:00
mellon
40a59b47b4
Add support for OMAPI KEY configuration.
2004-03-30 19:39:39 +00:00
wiz
700791bc6c
Fix date in previous (shouldn't the entry just be removed?).
2004-03-30 16:46:58 +00:00
kochi
3f81329e9c
ECDT support is complete.
2004-03-30 15:51:53 +00:00
kochi
bd130aba8f
Add ACPI ECDT (Embedded Controller Description Table) support.
...
This will enable usage of EC in early stage of ACPI initialization.
2004-03-30 15:18:55 +00:00
tv
fd77b8c8a1
20040330: changes for Interix; in particular, pkg_add(8) no longer sets
...
umask explicitly.
2004-03-30 15:16:17 +00:00
oster
87d110abfa
If we bail out due to an error, we need 'unreserve' the space that
...
we'd reserved earlier.
Approved by: yamt
2004-03-30 14:50:46 +00:00
he
62255c586a
Catch up with the removal of gawk, so that the miniroot builds again.
2004-03-30 13:38:20 +00:00
wiz
029ff5c848
Some wording improvements and other minor fixes from OpenBSD.
2004-03-30 13:28:13 +00:00
yamt
4959ed5f9d
bump to 2.0B. (uvm_map alignment change)
2004-03-30 13:00:13 +00:00
yamt
dabac1bc03
uvm_map_findspace: don't return unaligned address if alignment is specified.
...
discussed on tech-kern@.
2004-03-30 12:59:09 +00:00
minoura
4061afd6fd
Johann Sebastian Bach I mentioned in the previous commit seems
...
wrong. Remove it, and put a part to the correct entry.
2004-03-30 12:33:50 +00:00
mrg
ff930808e7
backout previous. fix the bug it inspired instead. we will want this
...
version of the code when doing file-type detection.
2004-03-30 11:43:32 +00:00
mrg
7149a52947
factor out filetype checking code
2004-03-30 11:42:04 +00:00
kochi
bd173d33bf
Fix 16bit-wide access to PCI configuration space.
2004-03-30 11:12:32 +00:00
pooka
194e44db4c
Put some more wchar bandaid here for NetBSD 1.5
...
XXX: need to get a pullup for this when it's properly fixed
2004-03-30 10:12:33 +00:00
mrg
d4e27c8dfb
use off_t instead of ssize_t in a few places.
...
fix "gzip -l" in -DSMALL (it wasn't doing a stat(2)).
2004-03-30 09:42:58 +00:00
heas
750bcbd1bb
The bug that this test was intended to check is rather volatile. In testing
...
the test :), I could not derive a data set that failed reliably. So, I'm
removing it.
2004-03-30 09:33:55 +00:00
mrg
70da2f0f10
patch from tron@ to convert to using public bz interfaces. simonb says
...
no reason not to and this fixes PR#24964.
2004-03-30 09:15:07 +00:00
jmc
4bcd62da74
Rename Banner.uue to banner.uue so it doesn't lose on .PATH lookups
2004-03-30 06:08:58 +00:00
oki
1ced25841d
fixed mbuf leak if up pppoe but not connected an ether i/f.
2004-03-30 06:00:13 +00:00
martti
e184fcd83e
s/ip-filter/ipf/
2004-03-30 05:29:27 +00:00
martti
15b33d24ec
Added martti to ipf
2004-03-30 05:28:54 +00:00
simonb
5e2a252f60
Remove some bogus config goop that should never have been here.
2004-03-30 00:54:34 +00:00
simonb
f05568af64
Make the "cond" variable an unsigned variable. Stops sign extension
...
problems when we shift it left and right while creating the new value
for the condition register.
Fixes problems reported by Juergen Hannken-Illjes in toolchain/24938.
2004-03-30 00:04:37 +00:00
jmc
e971cb7b6d
Add -I. to CPPFLAGS or else the generated .c files lose
2004-03-29 23:28:11 +00:00
jmc
eca50dd4bd
Also pull in bsd.obj.mk for something which is just using files to install a
...
uuencoded file
2004-03-29 22:26:21 +00:00
grant
27afed38cd
I should take at least some of the credit^wblame for the bulk build
...
stuff and bootstrap. s/Pkgsrc/pkgsrc/
2004-03-29 22:08:01 +00:00
christos
b1b156ce46
include <bsd.sys.mk> because uue files need TOOL_UUDECODE and in the
...
USETOOLS=no case this never gets defined.
2004-03-29 21:44:07 +00:00
christos
a97d60211a
fix undefined variable.
2004-03-29 21:43:28 +00:00
tv
45669ab694
Changes to make these work on Interix: remove nonroot warnings if on
...
Interix, and remove absolute setting of umask in pkg_add.
2004-03-29 21:41:39 +00:00
wiz
6600056385
Add README detailing where current versions of the files
...
previously in this dir can be found; requested by perry.
2004-03-29 21:36:45 +00:00
cl
8d527119fd
update comment to match reality: sparc64 uses mi_userret
2004-03-29 21:15:03 +00:00
jdc
a775b2011b
Note in the BUGS section that some termcap entries don't have
...
reset capabilities, so use init instead.
Part of the fix for PR misc/11052
2004-03-29 20:56:24 +00:00
jdc
4a6f199f47
Move the attribute end escape sequence to the start of the xterm
...
initialisation sequence capability.
Part of the fix for PR misc/11052
2004-03-29 20:52:38 +00:00
hubertf
6162c9b1a1
Properly handle -d 1000, OK'd by jsm
2004-03-29 20:30:03 +00:00
wiz
a1752f5297
Remove files that do not get installed any longer, to avoid
...
further confusion.
The corresponding files now live in gnu/dist/groff/tmac (still
BSD licensed!), but the only files that should be changed are in
gnu/usr.bin/groff/tmac, see also
http://www.netbsd.org/developers/releng/release-process.html
2004-03-29 17:08:25 +00:00
bouyer
674778a808
Some more minor fixes in text.
2004-03-29 16:08:20 +00:00
jwise
bffc53d606
Fix grammar in error message.
2004-03-29 15:57:28 +00:00
perry
55b6a027e7
Add 3.0 as well. (Hi Wiz!)
2004-03-29 13:59:47 +00:00
minoura
8d4ece79fc
- AFAIK, Samuel Barber and Edward Elgar are composers; move them to
...
calendar.music, complementing Barber's birthday.
- Remove duplicating Beethoven's birthday.
(some materials say it's 12/16, some say 12/17, and some christened on
12/17... I do not know which is correct)
- BTW, who is Johann Sebastian Bach born on 05/22, 1665?
2004-03-29 13:24:24 +00:00
wiz
f343a3e8ab
Use pid_t for pids. From Jeff Ito in PR 24854.
2004-03-29 11:52:39 +00:00
wiz
f85aad9f0f
Change default to 2.0, and add 2.1.
2004-03-29 11:02:47 +00:00
wiz
1612675940
s/compress/gzip/, our compress is not the backend for gzip.
...
Noted by hubertf.
2004-03-29 09:59:42 +00:00
tron
79dac9a13b
Remove generated sources files "__gcc_bcmp.c", "_bb.c" and "_eprintf.c"
...
in "cleandir" target.
2004-03-29 09:32:49 +00:00
aymeric
83d29714cc
delay(): use =&r instead of =r for a temporary register as suggested in
...
PR #24830 . The bad reuse of the register was actually triggered by using
no optimization at all.
pmap_subr.c is the only file that still requires at least -O to compile
into working code (the proper fix would be to write almost all of
pmap_zero_page() in assembly). The rest of a macppc kernel requires only
-finline now.
2004-03-29 08:06:12 +00:00
snj
e2462f3ddb
It's "its".
2004-03-29 07:59:39 +00:00