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
ru
b4b6d4dfb9
Back out the ``run shell from $PATH'' change; this was an overkill
...
and is insecure.
Requested by: bde
2002-05-24 15:51:27 +00:00
gshapiro
61c41bc60d
Add release notes for the changed file permissions on sendmail alias
...
and map databases as well as the statistics file.
MFC after: 1 day
pending RE approval
2002-05-24 15:50:34 +00:00
imp
5d0d03b327
Correct US Robotics Wireless Card 2410 entry
2002-05-24 15:28:38 +00:00
des
2de71ade06
Add openpam_nullconv.3.
2002-05-24 13:22:15 +00:00
des
418fa5ac12
Add missing include.
2002-05-24 13:20:40 +00:00
des
86052d5cf6
This commit was generated by cvs2svn to compensate for changes in r97241,
...
which included commits to RCS files with non-trunk default branches.
2002-05-24 13:18:43 +00:00
des
658709f5bc
Vendor import of OpenPAM Cinquefoil.
2002-05-24 13:18:43 +00:00
tmm
8ec9122989
Fully reset a gem on some error conditions; otherwise it would hang in
...
about 1 of 10 cases.
Proposed and tested by: phk
2002-05-24 12:47:41 +00:00
ru
26e1492d4c
Convert Perl scripts to awk(1).
2002-05-24 11:03:41 +00:00