tjr
4cc401e5ef
Add lchmod(2) to the list of syscalls that do not follow symbolic links.
2002-05-26 12:12:36 +00:00
des
3ff8fb1cb4
Mutex statistics script.
2002-05-26 12:02:36 +00:00
des
9471e31450
Make sure there's a statement after the out: label in clockattach().
2002-05-26 11:23:00 +00:00
n_hibma
6029daa1e0
Cosmetic change (align with other boot blocks):
...
CONSPEED -> COMSPEED
Approved by: nyan
2002-05-26 10:11:17 +00:00
phk
cd78b1f556
Mis-edit in last commit.
2002-05-26 09:57:59 +00:00
phk
3a79eba71d
Be a bit smarter about rewriting data so we don't loose too much performance.
...
Sponsored by: DARPA & NAI Labs.
2002-05-26 09:38:51 +00:00
tjr
ec9860cfd0
Add Standards, Diagnostics and History sections.
2002-05-26 07:07:14 +00:00
phk
bf00330394
Use an umazone per unit for allocating the sectors for malloc backing.
...
Clean up things properly when we unconfigure malloc backed units.
Sponsored by: DARPA & NAI Labs.
2002-05-26 06:48:55 +00:00
tjr
dc6576dc1f
If a file operand cannot be processed, go on to process any remaining files
...
but exit non-zero.
2002-05-26 06:15:15 +00:00
dd
1bb2478dbe
Remove extra word.
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-05-26 05:24:53 +00:00
alc
642723e24c
o Acquire and release Giant around pmap operations in vm_fault_unwire()
...
and vm_map_delete(). Assert GIANT_REQUIRED in vm_map_delete()
only if operating on the kernel_object or the kmem_object.
o Remove GIANT_REQUIRED from vm_map_remove().
o Remove the acquisition and release of Giant from munmap().
2002-05-26 04:54:56 +00:00
jwd
da8203a816
Log invalid config entries. Make the -d option actually log to
...
the terminal(-d fix from dwmalone).
Approved by: dwmalone
MFC after: 2 weeks
2002-05-26 04:43:26 +00:00
markm
c4089dd479
Trim out this subdir; nothing has been made in here for _ages_.
2002-05-25 21:11:13 +00:00
phk
45b9277876
Give the "malloc" backing of md(4) an adaptive multilevel index tree to
...
remove the need for a contiguous array with pointers to all the sectors.
Try to make failure to malloc(9) memory a non-hang situation.
Eventually this will allow us to test the 64bit cleanness of the disk
I/O patch, but more work is outstanding here and elsewhere.
Sponsored by: DARPA & NAI Labs.
2002-05-25 20:44:20 +00:00
brooks
9380aef83f
Make discard devices clonable and unloadable. Also, change the
...
interface name from ds# to disc#.
2002-05-25 20:20:35 +00:00
brooks
6cfd5a5a1d
Move all unit number management cloned interfaces into the cloning
...
code. The reverts the API change which made the <if>_clone_destory()
functions return an int instead of void bringing us into closer
alignment with NetBSD.
Reviewed by: net (a long time ago)
2002-05-25 20:17:04 +00:00
markm
c23d71a355
This directory (whis was supposed to do indexes etc for the printable
...
documentation) hasn't had its nappies changed since FreeBSD-2.0, and
is now starting to smell rather ripe.
Its dependant on ancient and removed tools, and the last maintainer
can't remember looking at it 1 1/2 years ago.
If we need it, its in the Attic.
Discussed with: asmodai
2002-05-25 19:36:09 +00:00
alc
afb615dae0
o Remove some unnecessary casting from and add some necessary casting to
...
aio_suspend() and lio_listio().
Submitted by: bde
2002-05-25 18:39:42 +00:00
ru
a8947d5548
Perl left src/.
2002-05-25 17:31:27 +00:00
ru
cd1298b341
PC98 creates different BOOTMFS configs for different floppy sizes.
...
Broken in: rev. 1.672
Spotted by: nyan
2002-05-25 16:13:52 +00:00
des
324a67fe9d
ANSIfy (significant portions were already partly ANSIfied)
2002-05-25 15:52:53 +00:00
des
94fe5108ff
Remove register.
2002-05-25 15:44:38 +00:00
des
f1297851a7
Automated whitespace cleanup.
2002-05-25 15:43:06 +00:00
ru
d98e09267b
Make it work for a different endianness binary.
...
(This version is still limited to ELF64.)
Reviewed by: jake
2002-05-25 13:43:16 +00:00
ru
4eb7a2371e
Get all the fruit from makefile.
2002-05-25 13:39:20 +00:00
ru
6e02fb8404
Move elf2aout to usr.sbin/.
...
Approved by: jake
2002-05-25 13:29:47 +00:00
ru
6e7ea044c1
Respect -q with "add" and "delete". Document who respects -q.
...
PR: bin/38531
2002-05-25 12:51:34 +00:00
tjr
9ce8567e45
sh appeared in Version 1, not System V.1.
2002-05-25 12:18:27 +00:00
tjr
290ce9e466
Implement `set +o', which displays the currently set options in a format
...
suitable for re-input into the shell.
2002-05-25 12:11:58 +00:00
tjr
8f932f078d
Sync usage message with manual page synopsis.
2002-05-25 11:37:10 +00:00
bde
9b3a249b6b
Fixed printf format errors which apparently crept in while -Wformat was
...
disabled for gcc-3.
2002-05-25 11:18:03 +00:00
bde
4013a9be11
"Fixed" printf format errors (64-bit daddr_t casualties; should use %jx
...
instead of %llx when %j is available).
Changed nearby output formats from %x to %#x so that it is obvious that the
numbers are in hex (vinum mostly uses 0x%x elsewhere).
Didn't fix nearby format printf errors (long lines).
2002-05-25 11:12:30 +00:00
bde
aa68d84998
Fixed printf format errors. Most of them are 64-bit daddr_t casualties.
...
Printing daddr_t's using %d format was always an error, but gcc's
warning about it was ignored for supported 64-bit arches and not printed
for supported 32-bit arches. Hundreds if not thousands thousands of
previously "fixed" daddr_t printings are now broken on 32-bit machines
by casting daddr_t's to longs. daddr_t's should be printed using %jd
format, but this fix uses %lld since %j is not implemented in the
kernel yet.
Fixed some nearby format printf errors (style bugs).
2002-05-25 11:05:07 +00:00
bde
a361c10d4b
Fixed a printf format error. It was old and should have been detected by
...
gcc-2.9x, but somehow wasn't fixed already.
2002-05-25 10:48:03 +00:00
tjr
8ad547bb95
Bad numeric arguments or usernames should cause non-zero exit status.
2002-05-25 10:37:24 +00:00
ru
0adccddf2f
Make these work with one-true-awk.
...
Spotted by: nyan
2002-05-25 10:37:00 +00:00
tjr
cb22bdeaa9
Determine exit status to use before writing diagnostic message; warn()
...
may change errno.
2002-05-25 03:32:23 +00:00
tjr
bfb5f8c97e
Typo: use plural now that we have more than one option.
2002-05-25 03:08:21 +00:00
tjr
8007b11dcd
If a file cannot be processed, try to process any remaining files
...
then exit non-zero.
2002-05-25 03:04:28 +00:00
jake
78f440201e
Convert the interrupt queue from an array to a linked list. Implement
...
intr_dequeue in asm so that it can easily be modified to do light weight
context switching.
2002-05-25 02:39:28 +00:00
obrien
36a393821f
The man page is VERY WRONG about using "-o noupdate" with -s.
...
So fix it, and add an example using -s.
2002-05-25 01:46:44 +00:00
jake
147967841d
Try to handle "double faults" occuring at more trap levels (ie 4 :)).
2002-05-25 01:45:11 +00:00
jake
3f95a770f9
Minor style.
2002-05-25 01:44:08 +00:00
jake
88bdee3b2f
Make the run queue parameters machine dependent. Optimize 64 bit
...
architectures by using a 64 bit word for the bit array which keeps
track of non-empty queues.
Reviewed by: peter
2002-05-25 01:12:23 +00:00
sheldonh
01468c7510
Regen:
...
* Hart: rev 230 of pcidevs.txt (2002-05-21)
* Boemler: vendors.txt (2002-05-24)
2002-05-24 22:01:18 +00:00
alfred
261ae522bc
Backout 1.54 (restore definition for printf0 to actually do something).
2002-05-24 19:16:08 +00:00
trhodes
2cd0ea3f3a
Add the word ``fields'' to the description, and change an instance from
...
fields to num in the SYNOPSIS
Noticed by: keramida
2002-05-24 19:12:02 +00:00
mux
ad5538a97f
Convert mount_ext2fs(8) to nmount(2).
...
Reviewed by: iedowse
2002-05-24 17:39:37 +00:00
mux
79cff52393
Convert ext2fs to nmount(2).
2002-05-24 17:38:01 +00:00
ru
265340befb
Forgot to commit this for the includes' ->
buildincludes',
...
`incsinstall' -> `installincludes' changes.
2002-05-24 16:08:13 +00:00