rmind
481ae1556f
- Add general cpuset macros.
...
- Use kcpuset name for kernel-only functions.
- Use cpuid_t to specify CPU ID.
- Unify all cpuset users.
API is expected to be stable now.
2008-06-16 01:41:20 +00:00
rmind
1ce83e28f1
Sync with the latest cpuset changes.
2008-06-16 00:33:24 +00:00
rmind
4f3b567e80
Sync with the latest cpuset changes.
2008-06-15 23:30:51 +00:00
christos
fdc568177c
Fix bogus debugging code.
2008-06-15 18:33:32 +00:00
explorer
884b12291f
install named-compilezone as a symlink to named-checkzone
2008-06-12 07:57:36 +00:00
christos
b7748ce1d5
change HUMAN_NUMBER back to 5
2008-05-31 12:48:41 +00:00
christos
c2a7e74ac0
remove stray `
2008-05-30 21:53:21 +00:00
christos
6cb1513d20
- fix an amd cache entry.
...
- merge tables
- support phenom
from Paul Goyette
2008-05-30 18:49:03 +00:00
christos
ab8d9f698c
de-duplicated cacheinfo.h
2008-05-30 14:41:57 +00:00
christos
0bb12611f2
let us be 0.3
2008-05-30 14:23:54 +00:00
christos
77cf38f568
PR/38797: FreeBSD support from ttw plus bsd at cobbled dot net.
2008-05-30 14:19:57 +00:00
mrg
c2b95373bf
remove clause #3 from my license where there are no other
...
copyright holders involved.
2008-05-29 14:51:25 +00:00
ad
355c5b9e63
Fix busted test.
2008-05-29 11:32:07 +00:00
drochner
9ee4fa1d83
kill license clauses 3 and 4
2008-05-26 12:15:42 +00:00
wiz
20eb39d315
Sort options in usage.
2008-05-26 08:15:37 +00:00
dholland
e62b84ba61
When running a builtin service (a what? yeah, a piece of useless
...
legacy code), if the builtin service forks (not all do), avoid leaking
listening sockets into the child process.
If the child process were to keep copies of the listening sockets
around and then hang about for a long time, it would prevent inetd
from being able to re-bind them upon restart.
The listening sockets are tagged close-on-exec, but that doesn't help
when one doesn't exec.
Patch from my own very old PR 8253.
2008-05-26 03:41:25 +00:00
ad
e25a4f7edc
Allow starting a new process with the specified parameters. For example:
...
# schedctl -C SCHED_FIFO top
2008-05-25 23:22:16 +00:00
christos
1c8ebda697
remove printf when the sensor has no statistics; requested by xtraeme.
2008-05-25 20:03:05 +00:00
tsutsui
ff1b9852ce
Try DIOCWLABEL ioctl only if write op fails with EROFS
...
because the ioctl is required and valid only for raw devices.
2008-05-24 19:15:21 +00:00
joerg
bbdb057767
Just ignore a bunch of well-known routing socket messages ifwatchd
...
doesn't care about to make verbose mode less noisy. When it does print
an unknown header type, also say which one it doesn't like.
2008-05-24 17:45:14 +00:00
christos
2fa9c865b5
Don't code using side-effects (eliminate queue variable). Unconfuses Coverity
...
CID 5031.
2008-05-24 15:55:13 +00:00
christos
54cf942f77
Coverity CID 5034: Use after free. Restructure the code to simplify it and
...
print the error.
2008-05-24 15:45:58 +00:00
lukem
6258c039ac
Compile in LDAP if ${USE_LDAP} != "no".
...
XXX: untested.
2008-05-22 14:45:42 +00:00
ad
11a6779a98
Print AMD power management features.
2008-05-21 01:12:12 +00:00
tron
d5f41fe194
Fix builds with stack protection enabled.
2008-05-18 13:08:58 +00:00
tsutsui
9ac86cd165
Sync intel_cpuid_cache_info with src/sys/arch/x86/x86/identcpu.c.
2008-05-17 13:20:27 +00:00
chuck
77b3637f18
Disable hostname lookup for ypserv(8) libwrap access control,
...
as they can cause performance problems while ypserv is blocked
waiting for the DNS to respond. initially discussed here:
http://mail-index.netbsd.org/tech-userlevel/2006/11/01/0014.html
This diff is from Doug Needham who found an easy way to get
the desired behavior without having to change libwrap.
2008-05-16 16:41:42 +00:00
chris
f703bee5ef
Fix two sizeof(__arraycount()) to not use sizeof when looking up the size
...
of the array.
This fixes a crash when run on amd phenom under amd64.
Issue reported and inital patch by Paul Goyette.
2008-05-15 23:31:56 +00:00
reinoud
e979c658c9
Import writing part of the UDF file system making optical media like CD's
...
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.
Also extending the UDF implementation to support symbolic links and
hardlinks.
Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).
Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.
mv(1)/rename(2) is currently only implemented for non-directories.
2008-05-14 16:49:47 +00:00
ad
fb00930331
Clarify output of 'id' column.
2008-05-12 14:16:04 +00:00
skrll
989d6357d3
Add an option to load a generic boot image into the first 32K of the
...
cd9660 image.
2008-05-10 19:00:07 +00:00
martin
5d1469bd77
Backout previous: the license sweep touched these files in error, so
...
restore the old license.
2008-05-10 15:31:03 +00:00
ad
8038b5d5a5
Report: family, model, extfamily, extmodel
2008-05-10 15:01:05 +00:00
tsutsui
6eaaf9f4bd
If writing the primary boot fails with EROFS, use DIOCWLABEL ioctl
...
then try again because some ports have to overwrite LABELSECTOR
which might be protected by bounds_check_with_label(9) on putting
primaty bootxx.
2008-05-09 10:53:55 +00:00
tsutsui
a9e4cec8d9
Use DIOCWLABEL ioctl before writing block 0 which might be
...
protected by (now MI) bounds_check_with_label(9).
Fixes a problem on sysinst mentioned in PR port-macppc/38016.
2008-05-09 10:14:35 +00:00
christos
8eef858ae2
patch from Dennis den Brok for foomatic
2008-05-07 17:44:44 +00:00
skrll
65d8db46d0
Make this compile.
2008-05-06 09:10:25 +00:00
ad
51e7ff401b
PR port-amd64/37461 x86 cpu dmesg output is noisy
...
Port identifycpu() to userspace. The kernel lies and reports on cpuN while
actually using the values from cpu0, but this attempts to bind itself to the
requested CPU if running as root. That doesn't work properly yet due to
kern/38588, but will do once that's fixed.
2008-05-05 17:54:14 +00:00
martin
592397db3f
Move to standard TNF 2 clause license
2008-05-04 12:59:38 +00:00
lukem
66176dfdff
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
...
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00
apb
bf49cd32ad
Try to make it clear that local changes will be overwritten
...
by "postinstall fix".
2008-05-03 09:44:45 +00:00
xtraeme
b2bb69490d
WARNS=4 love.
2008-05-02 19:59:19 +00:00
xtraeme
c8f61d2b50
WARNS=4
2008-05-02 19:22:10 +00:00
xtraeme
7097d2c139
Constify and other misc fixes to make this build with WARNS=4.
2008-05-02 19:07:44 +00:00
martin
cd22f25e6f
Move TNF licenses to 2 clause form
2008-05-02 18:11:04 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
martin
4b1e6a65be
Convert to 2 clause license
2008-04-30 08:20:03 +00:00
xtraeme
dbce9233f7
Don't show statistics in sensors that will provide a percentage.
2008-04-29 21:46:17 +00:00
martin
3028e483e4
Convert to new 2 clause license
2008-04-29 06:53:00 +00:00
martin
ce099b4099
Remove clause 3 and 4 from TNF licenses
2008-04-28 20:22:51 +00:00