hubertf
f81f738d09
disclaim copyright
2008-02-04 01:28:20 +00:00
joerg
32cb208674
Catch up with pkg_install-20080202: pkg_info needs libarchive, libbz2
...
and libz now.
2008-02-03 21:27:27 +00:00
dogcow
8f7115c4c1
make it compile for the !defined(DEBUG) case.
2008-02-03 09:25:49 +00:00
christos
f408a0fef8
comment out some asserts for now.
2008-02-03 03:40:52 +00:00
christos
000f6e1084
PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT fails
...
Remove unused bcopy crap
2008-02-02 17:16:14 +00:00
tsutsui
4da2d6da3a
Add a findstage2 function (which returns block numbers where
...
the secondary boot is stored to embed them into the primary bootxx)
for ext2fs.
Currently disabled because there is no primary boot block
which supports ext2fs, but it might help someone in some day.
2008-02-02 17:01:03 +00:00
itohy
9ef5327a26
Try to warn possibly unbootable conditions:
...
- no disklabel
- no partition "a"
- partition "a" exceeds 2GB boundary
2008-02-02 16:46:15 +00:00
itohy
d87794fe47
Change be32toh to htobe32 where applicable.
2008-02-02 13:37:13 +00:00
itohy
347910d40e
d_npartitions field of struct disklabel is 16bit, not 32bit.
2008-02-02 13:09:47 +00:00
xtraeme
16f978c748
Fix a bug in the 'refresh-timeout' device property that was giving
...
the same value to all devices even if the configuration file was
changed.
2008-02-02 01:44:04 +00:00
ad
2290e4283f
Expunge references to lockmgr.
2008-01-30 14:16:42 +00:00
wiz
1a4ecbe12b
Use more markup.
2008-01-29 07:05:30 +00:00
christos
758a0bc57f
Add stubs for non-crypto compilation.
2008-01-26 21:51:06 +00:00
christos
9a8cc3a777
Adjust to the new wpa tree structure.
2008-01-26 21:50:21 +00:00
rmind
ef515ac1dc
Use _SC_NPROCESSORS_CONF instead of MAXCPUS.
2008-01-26 17:52:08 +00:00
ad
ea9faa6742
lockstat: no longer track lockmgr() events.
2008-01-26 14:29:31 +00:00
wiz
a7f30b5c9c
Sort options. Remove superfluous .Pp. Grammar improvements.
...
Simplify macro usage. Use more macros.
2008-01-26 14:27:42 +00:00
christos
0666855359
PR/37865: Wolfgang Stukenbrock: yppoll uses only UDP to request the map-info
2008-01-25 19:58:53 +00:00
xtraeme
4ecda2ed63
Fixed two warnings:
...
- Missing .El directive.
- Fix .Bl width argument.
Not being wizd yet, but I try...
2008-01-25 00:05:35 +00:00
rmind
75f3a93931
Add schedctl(8) manual page.
...
/etc/rc.d/wizd start
2008-01-24 19:34:05 +00:00
ad
703069c0e9
specfs changes for PR kern/37717 (raidclose() is no longer called on
...
shutdown). There are still problems with device access and a PR will be
filed.
- Kill checkalias(). Allow multiple vnodes to reference a single device.
- Don't play dangerous tricks with block vnodes to ensure that only one
vnode can describe a block device. Instead, prohibit concurrent opens of
block devices. As a bonus remove the unreliable code that prevents
multiple file system mounts on the same device. It's no longer needed.
- Track opens by vnode and by device. Issue cdev_close() when the last open
goes away, instead of abusing vnode::v_usecount to tell if the device is
open.
2008-01-24 17:32:52 +00:00
jnemeth
2f20e8136d
PR/37467 - Ben Wong -- add some information about the default account file
2008-01-24 05:27:10 +00:00
dyoung
1ebd488e32
#include <stdbool.h> for bool.
2008-01-21 20:46:58 +00:00
dholland
bf86e75394
Improve an error message. Was buried in PR 6594 from Greg A. Woods.
2008-01-19 23:01:35 +00:00
seanb
56143d3b3c
- Set progname before dereference.
2008-01-16 19:18:06 +00:00
jmcneill
379c0e1a15
Workaround potential crash in acpidump, from Yorick Hardy.
2008-01-15 19:08:00 +00:00
rmind
5c71a4d49f
Implementation of processor-sets, affinity and POSIX real-time extensions.
...
Add schedctl(8) - a program to control scheduling of processes and threads.
Notes:
- This is supported only by SCHED_M2;
- Migration of LWP mechanism will be revisited;
Proposed on: <tech-kern>. Reviewed by: <ad>.
2008-01-15 03:37:10 +00:00
yamt
93d6e7a34f
update comments
2008-01-14 12:49:54 +00:00
yamt
b471ec2032
whitespace
2008-01-14 12:48:52 +00:00
yamt
c6345d661d
add a script to produce something like opannotate.
2008-01-14 12:47:59 +00:00
yamt
9a2ecb37c6
rename fmt.sh to tpfmt.sh
2008-01-14 12:42:02 +00:00
dholland
c6fda077dc
Bail out cleanly if kernel nfs server support is missing, instead of
...
dumping core.
2008-01-13 16:39:07 +00:00
seanb
40918b5ad1
- re-enable 'pro' keyword to allow creation / deletion
...
of 'proxy only' entries (SIN_PROXY flag set).
2008-01-10 14:16:26 +00:00
xtraeme
00e40eb383
Staticify fully now.
2008-01-09 16:08:33 +00:00
xtraeme
9b5c4f4208
KNF: bzero -> memset, use EXIT_{FAILURE,SUCCESS}, setprogname() and
...
getprogname(), etc.
2008-01-09 16:06:21 +00:00
xtraeme
d8ea295bf8
Pass WARNS=4.
2008-01-09 15:57:06 +00:00
xtraeme
cfebb94aea
Add support for GPIO_PIN_PULLDOWN, GPIO_PIN_INVIN, GPIO_PIN_INVOUT,
...
from OpenBSD.
2008-01-09 15:56:27 +00:00
xtraeme
b3bb086550
Xref gcscpcib(4).
2008-01-09 15:50:00 +00:00
tnn
0214c0c459
improve usage()
2008-01-09 00:01:33 +00:00
christos
0c134a3f67
Fix -D option, from Jukka Salmi
2008-01-07 16:10:57 +00:00
yamt
1f8910c5fa
mention SIZEOF_PTR
2008-01-05 22:54:49 +00:00
yamt
af7b67af68
PR/37662 was fixed.
2008-01-05 22:49:59 +00:00
reed
1c05fbcafd
Tell what happens if reaches max spawn rate.
...
(I added this because I forgot it was ten minutes
as defined by RETRYTIME in inetd.c.)
2008-01-04 18:21:35 +00:00
yamt
2d6f41e754
usage: be a little more understandable.
2008-01-03 15:01:07 +00:00
yamt
40f32b06ab
use the SIZEOF_PTR environment variable if set.
2008-01-03 14:21:53 +00:00
christos
7ee4122ccd
get only the last path component of the program name.
2008-01-03 04:13:54 +00:00
yamt
2754ee1338
note what's sampled.
2008-01-02 01:17:41 +00:00
yamt
9bc4e5ed37
explain the output of fmt.sh
2008-01-02 01:06:31 +00:00
yamt
7c8b847a3a
minimum documentation.
2008-01-01 23:42:56 +00:00
yamt
72af27bc88
comment a usage.
2008-01-01 21:39:50 +00:00