christos
6dbb5081d5
RP/21088: Jesse Off: Return ENOBUFS instead of EINVAL when sbappend fails.
2003-04-10 18:55:11 +00:00
lha
3b2f334644
Check that child process doesn't get threads, also make sure sleep
...
works in child. ok by nathanw
2003-04-10 18:50:05 +00:00
wiz
550ed62a35
Add a comma after e.g.
2003-04-10 18:32:34 +00:00
atatat
6c903bbeb1
Document the new MAP_ALIGNED() flag/macro, be more specific about what
...
values for fd are acceptable when using MAP_ANON, and add a short
paragraph describing (in short) the relationship between mmap()
allocations and the break.
Addresses PR kern/7935 and PR lib/20803.
2003-04-10 18:22:47 +00:00
thorpej
a5bb7e6494
Group things in this file a bit more logically.
2003-04-10 18:04:20 +00:00
thorpej
6a324a98cb
* Add ADI_BRH to the list of kernel sets.
...
* Add "ld" to the list of acceptable disk names.
2003-04-10 17:05:25 +00:00
grant
0d1c753f77
note improved pkg_install bzip2 support.
2003-04-10 17:03:23 +00:00
grant
dc7d730383
allow bzip2 support to work on earlier systems where tar has no -j
...
option, including NetBSD 1.5 and 1.6. noted by wiz.
also handle tar.gz, tar.bz2 and .tar filenames, and bomb with a useful
error if we don't know to handle a file.
2003-04-10 16:25:25 +00:00
grant
ef79ced85d
improve error when there's not enough space to unpack in PKG_TMPDIR.
2003-04-10 16:12:38 +00:00
scw
201693cb1b
Re-read L2CR after enabling the L2 cache to avoid returning without
...
printing the cache details.
2003-04-10 16:07:15 +00:00
he
ca16636def
Match the "extra" spaces emitted in the load map by the new binutils,
...
but also match what the old binutils emitted as well.
2003-04-10 15:36:54 +00:00
scw
dd3614f13a
When attaching, make sure the "Reject Broadcast Mode", "Promiscuous Mode"
...
and "Pass Bad Frames" bits in the EPCR register are clear.
This works around a problem where firmware sets RBM for some reason before
handing control to the NetBSD kernel.
2003-04-10 15:23:19 +00:00
he
3ace5bb166
Expand the miniroot by 256KB, so that this builds again.
2003-04-10 15:01:52 +00:00
dsl
cff85b34d5
Fix prototypes of null_read and null_write, change to return errno values.
...
This code can't actually be used anywhere! I don't think its obvious use
would compile!
2003-04-10 14:44:05 +00:00
dsl
4a16b1cc1d
Add FS_DEF() and FS_OPS() defines to save typing (and errors) elsewhere.
...
Kill __P() and argument names in prototypes.
(approved by christos)
2003-04-10 14:39:46 +00:00
jdolecek
d70973544d
use setproctitle() instead of uppercasing ProgramName
...
this makes the ps display nicer, and also avoids uppercasing the cron program
name in logs
idea from FreeBSD
2003-04-10 14:14:15 +00:00
jmmv
103c8a5c49
And use basename $0 to get program's name...
2003-04-10 09:21:19 +00:00
jmmv
013854bde3
Implement the `-f' command line option to specify which acronyms database
...
to use. Overrides ACRONYMDB's value, if given.
2003-04-10 09:18:24 +00:00
kleink
8ecd984927
Since we mention __assert13, add __unsetenv13 here as well.
2003-04-10 08:12:29 +00:00
erh
52bbca5b58
Make sure the directory is still mounted before looking things up in it.
...
Fixes PR kern/5683.
2003-04-10 07:26:52 +00:00
wiz
2db352f405
Update german translation for ERANGE.
2003-04-10 07:26:48 +00:00
jdolecek
9865cb9229
update ERANGE czech string according to the english ERANGE update
2003-04-10 07:20:52 +00:00
grant
900b115e8d
some mdoc fixes.
2003-04-10 06:07:40 +00:00
elric
8105111443
If reading an old style parameters file then default a missing
...
keygen_iteration to 128. This will not default the iteration count
on a new style parameter file as it is an error in the new style
to fail to specify the iteration count.
Addresses PR: bin/21056
2003-04-10 05:45:29 +00:00
grant
4253e0d3e1
pass -j to tar to read bzip2 binary pkgs.
...
bump PKGTOOLS_VERSION to 20030410.
2003-04-10 05:08:55 +00:00
lukem
04a792a536
fix typo introduced in previous (print "addr=" instead of "ddr=")
2003-04-10 04:40:38 +00:00
thorpej
43fde6c499
Fix building of gzimg's (feh, last test build was done from the wrong
...
source tree).
2003-04-10 04:35:23 +00:00
simonb
761de7345c
'#if 0' out a variable that is currently only used in other '#if 0'd out
...
code.
2003-04-10 04:15:38 +00:00
simonb
40149dc0bb
Remove an assigned-to but unused variable.
2003-04-10 04:11:50 +00:00
simonb
430903deae
rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only in
...
rf_stripelocks.c - make them static functions.
2003-04-10 04:10:17 +00:00
simonb
d0f1ac2965
Remove an assigned-to but unused variable.
2003-04-10 03:36:02 +00:00
thorpej
b5154d96e4
Build a selection of install kernels.
2003-04-10 02:22:06 +00:00
christos
1af07f5803
Add MIIF_FORCEANEG from Martin Husemann
2003-04-10 01:58:21 +00:00
thorpej
24f1d87951
Descend into the gzboot_ADI_BRH_flash_0x00140000 subdir.
2003-04-10 01:50:28 +00:00
thorpej
a10453bb40
Add support for using cached mbuf and cluster phys addrs.
2003-04-09 23:32:03 +00:00
nathanw
cc1db07645
Just use PAGE_SHIFT from <machine/vmparam.h> instead of going through
...
hoops to read and cache the value from the crash dump header.
2003-04-09 22:46:39 +00:00
thorpej
9c04149fde
If ${MKPIC} is not "no", then depend on the _pic versions of libbfd
...
and libopcodes. Otherwise, depend on the regular library.
2003-04-09 22:38:24 +00:00
matt
dd1424e7ac
Add POOL_VTOPHYS. Change vtophys to return -1 if pmap_extract fails.
...
(callers of vtophys should always supply a valid VA so that
pmap_extract should never fail).
2003-04-09 22:37:32 +00:00
matt
c72503e1bd
Add some debug printf's.
2003-04-09 22:35:21 +00:00
thorpej
a63a02e3b9
If MKPIC is "no", then we need to provide *something* for BFD-using
...
programs to link against, so reset MKLINKLIB to "yes" in that case.
2003-04-09 22:33:26 +00:00
dsl
c4dba16f34
Add support for i386 boot code - for new bootxx stuff
2003-04-09 22:30:59 +00:00
matt
b4c7fb17b2
Cleanup dmamap_sync a bit and add a few more comments. Add support for
...
cached physaddr's in mbufs.
2003-04-09 22:28:56 +00:00
nathanw
e9ab31d743
POOL_VTOPHYS: Cast argument to ALPHA_K0SEG_TO_PHYS() to vaddr_t to
...
prevent gcc complaining about bitwise operations on pointers.
2003-04-09 22:14:31 +00:00
dsl
f14ef8a1e3
Add support for 'new' format i386 bootxx code
2003-04-09 22:14:27 +00:00
thorpej
9bd03b1f69
Cast the arg to MIPS_KSEG0_TO_PHYS() in POOL_VTOPHYS() (thanks, nathan!).
2003-04-09 22:10:58 +00:00
thorpej
03befad98b
In uvm_map_clean(), only call pgo_put if the object has one.
...
From Quentin Garnier <quatriemek.com!netbsd>.
2003-04-09 21:39:29 +00:00
kleink
27d8588746
Change the strerror() string for ERANGE consistently to "Result too
...
large or too small" and reword its intro(2) description to reflect
the present use for non-numerical out-of-range errors; resolves
Andrew Brown's PR standards/21004, the discussion of which was
dramatically sped up by repeated whipping from Perry Metzger. :-)
2003-04-09 21:36:28 +00:00
jmmv
33b8c350b6
Add a Catalan libc message catalog file (plus everything else needed to
...
track the file). Closes my own PR lib/19498.
2003-04-09 20:17:06 +00:00
thorpej
4115b37b40
Note pool cache paddr, mbuf, and bus_dma changes.
2003-04-09 19:31:22 +00:00
thorpej
df25ffa39a
Bump to 1.6R -- mbuf and pool changes.
2003-04-09 19:28:06 +00:00