Christian Brueffer
a5aea251fd
unlinke -> unlike
...
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-12-27 21:14:32 +00:00
Christian Brueffer
63dc0fa0a6
Correct reference to mac_none.4
...
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-12-27 20:48:22 +00:00
Warner Losh
34f40c9b63
New sio module. A number of people have suggested this over the years
...
(most recently bde), so I'll commit the module I've had knocking
around in my tree for a while. This may have some rough edges, so if
you are able to build it on non-i386 platform (including pc98) please
let me know you succeeded. When I get enough reports, I'll connect it
to the build. If there are problems, feel free to fix them.
Suggested by: bde
2003-12-27 19:50:37 +00:00
Warner Losh
4acf0ddea2
Add detach methods so we can unload the sio module.
2003-12-27 19:47:10 +00:00
Alan Cox
34d2675761
Remove GIANT_REQUIRED from exec_unmap_first_page().
2003-12-27 19:40:03 +00:00
Warner Losh
81e2d98d9e
Fix slight disordering of supported cards.
2003-12-27 18:07:50 +00:00
Takanori Watanabe
d827f9b59f
Add acpi_thermal manual page,
...
because I asked about the unit of thermal
zone-related value too freqently.
Come on, mdoc police.
2003-12-27 16:25:11 +00:00
Ceri Davies
5aad4fa276
Stop "fortune -l" from looping forever.
...
PR: bin/58730
Submitted by: pak <pak@cns.utoronto.ca>
2003-12-27 16:04:41 +00:00
Christian Brueffer
b194fa9395
o use .Nm
...
o fix language usage
MFC after: 5 days
2003-12-27 16:00:42 +00:00
Christian Brueffer
4206a5bbdc
Add missing word
2003-12-27 15:46:30 +00:00
Christian Brueffer
c9420ecc33
o add missing sysctl to synopsis
...
o remove some useless words
o fix spelling
MFC after: 5 days
2003-12-27 15:45:08 +00:00
Christian Brueffer
03cfc71663
o add reference to safe.4
...
o remove useless word
MFC after: 5 days
2003-12-27 15:40:47 +00:00
Christian Brueffer
692a9ed847
o Grammar fix
...
o Add missing punctuation
2003-12-27 15:38:08 +00:00
Christian Brueffer
4b94b0bde6
Grammar fixes
2003-12-27 15:35:09 +00:00
Christian Brueffer
927967a855
o grammar fixes
...
o FireWire.4 -> firewire.4
o wordsmithing
MFC after: 5 days
2003-12-27 15:30:49 +00:00
Christian Brueffer
b7da444256
o grammar fixes
...
o wordsmithing
o sort references
MFC after: 5 days
2003-12-27 15:14:58 +00:00
Christian Brueffer
ce2524aca4
Add reference to safe.4
...
MFC after: 5 days
2003-12-27 15:00:07 +00:00
Ceri Davies
c0b3834d3c
Correct compilation with "#define really_paranoid".
...
PR: bin/59674
Submitted by: Vaclav Rehak <vasek@zoom-int.cz>
2003-12-27 14:58:00 +00:00
Maxim Konovalov
fad1d65260
o Fix a comment: softticks lives in sys/kern/kern_timeout.c.
...
PR: kern/60613
Submitted by: Gleb Smirnoff
MFC after: 3 days
2003-12-27 14:08:53 +00:00
Bruce Evans
824fd46dca
Expanded the comment about the -F flag.
...
Fixed a nearby style bug (unreachable break).
2003-12-27 14:02:52 +00:00
Joseph Koshy
2d8d6274dc
Improve continuity of text.
2003-12-27 14:01:08 +00:00
Bruce Evans
0675647a4e
Use __printflike() and __dead2 instead of hard-coded gccisms.
...
Declare perror(). We define and use a home made version of perror(3)
that can't simply be removed (although it has the same interface as
perror(3)) since it is very different (it prints on stdout, doesn't
always print the program name, and sometimes exits). Declare it to
get a reminder of this brokenness when WARNS is increased enough.
2003-12-27 13:54:02 +00:00
Bruce Evans
894198ea56
Garbage-collected hotroot, rawname() and unrawname() again. These
...
became garbage when block devices were axed and were removed a few
months later, but they came back (with hotroot renamed to hot + hotroot())
when the NetBSD fsck was mismerged.
2003-12-27 13:29:49 +00:00
Bruce Evans
05a8df3c21
fsck_msdosfs/main.c:
...
- Don't use errexit() to (mis)implement usage(). Using errexit() just
gave the bogus exit code 8.
- Fixed 3 other style bugs in usage().
fsck/fsutil.[ch]:
- Garbage-collected errexit(). It is essentially just one of NetBSD's
fsck_ext2fs error printing functions, but we don't have fsck_ext2fs
and the function is unsuitable for use there too (since pfatal() is
also used and it printf to a different stream).
2003-12-27 13:08:55 +00:00
Bruce Evans
2d13f3377f
Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones
...
at the end).
Fixed some older style bugs (missing parameter names in all the kernel
prototypes except the ones added in rev.1.12).
2003-12-27 10:30:43 +00:00
Mike Silbersack
18258f6d7a
Clean up the style of the previous commit, and fix a few
...
type mismatches as well.
Suggested by: bde
2003-12-27 09:02:31 +00:00
Mike Silbersack
8db142fa03
Teach netstat to read and display the new sfbuf statistics.
2003-12-27 07:58:31 +00:00
Mike Silbersack
5eda9873e9
Track current and peak sfbuf usage, export the values via sysctl.
2003-12-27 07:52:47 +00:00
Bruce Evans
30b48d7f6d
Fixed style bugs in previous commit (unsorting of declarations and poor
...
wording in a comment).
2003-12-27 06:44:32 +00:00
Bruce Evans
48eb260754
Fixed quoting of `clean'.
...
Obtained from: fsck_ffs.8
2003-12-27 06:30:14 +00:00
Bruce Evans
f7bf3122d9
Fixed some style bugs in previous commit (mainly highly non-KNF indentation).
2003-12-27 06:21:44 +00:00
Bruce Evans
ba62a56380
Fixed style bugs in previous commit (unsorting of the global declarations
...
and addition of a tab to a blank line).
2003-12-27 05:57:20 +00:00
Alan Cox
a976eb5e46
- Reduce Giant's scope in vm_fault().
...
- Use vm_object_reference_locked() instead of vm_object_reference()
in vm_fault().
2003-12-26 23:33:37 +00:00
Alan Cox
75898105c0
Minor correction to revision 1.258: Use the proc pointer that is passed to
...
vm_map_growstack() in the RLIMIT_VMEM check rather than curthread.
2003-12-26 21:54:45 +00:00
Jens Schweikhardt
d910ed771d
Fix all cases of unintended word doublings (the the, and and, ...) and a
...
few typos.
2003-12-26 21:32:47 +00:00
Alfred Perlstein
1164d324ea
Fix percentages by using long long to hold values for 'space',
...
overflow was breaking a bunch of the stats, specifically the
percentage displayed for wired memory.
Fix the output for current/peak/max lines, I forgot to output the types.
161/320/51200 (current/peak/max):
-to-
639/25696/51200 mbufs in use (current/peak/max):
2003-12-26 18:47:41 +00:00
Brian Feldman
5d7252afab
Don't truncate the interface name in ifunit(). It's now possible to query
...
"very long interface names", e.g.:
ndis_atheros0: flags=8847<UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST> mtu 1500
2003-12-26 18:09:35 +00:00
Tom Rhodes
598e919486
Forced commit to note that my previous commit was a Darwin merge.
2003-12-26 17:24:37 +00:00
Tom Rhodes
cede1f563c
Make msdosfs support the dirty flag in FAT16 and FAT32.
...
Enable lockf support.
PR: 55861
Submitted by: Jun Su <junsu@m-net.arbornet.org> (original version)
Reviewed by: make universe
2003-12-26 17:19:19 +00:00
Hajimu UMEMOTO
7ca70c753b
you have to use 'install' subcommand instead of '-c' option
...
Obtained from: KAME
2003-12-26 17:10:58 +00:00
John Baldwin
c55bbb6cb7
Create a separate kthread that executes sched_cpu() once a second. Because
...
sched_cpu() locks an sx lock (allproc_lock) which can sleep if it fails to
acquire the lock, it is not safe to execute this in a callout handler from
softclock().
2003-12-26 17:07:29 +00:00
Hajimu UMEMOTO
2df3425140
when no source-address-selection policy is installed, not scan
...
the sysctl MIB, as it leads to an unnecessary sysctl error.
Obtained from: KAME
2003-12-26 17:04:44 +00:00
Tom Rhodes
9df81bbc89
It is not the job of this manual page to list 'supported chipsets'.
...
PR: 60575
Submitted by: Andreas Möller
2003-12-26 16:05:45 +00:00
Tom Rhodes
ee8de2486d
Remove another instance of 'disklabel' which eluded me last time.
...
Noticed by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)
2003-12-26 16:00:35 +00:00
John Baldwin
c59c9a8e1c
Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID
...
doesn't match.
Submitted by: marcel
2003-12-26 15:42:13 +00:00
David E. O'Brien
8ae025dbda
Don't confuse NULL with 0.
2003-12-26 14:30:19 +00:00
David E. O'Brien
f01ac8a3dd
Don't confuse NULL with 0.
2003-12-26 14:22:26 +00:00
David E. O'Brien
bac2da2926
Don't confuse NULL with 0.
2003-12-26 14:04:19 +00:00
Maxim Konovalov
3de7e68ab4
More holidays in .ru, fixes, strip redundant prefix.
...
Submitted by: osa
2003-12-26 13:04:13 +00:00
Doug Rabson
795a502646
Don't block SIGTRAP - it makes it hard to debug programs with gdb.
...
Reviewed by: mtm
2003-12-26 12:11:16 +00:00