tnozaki
33793b3134
add CP922 support to iconv.
2007-07-15 14:41:18 +00:00
xtraeme
efff6f1100
Extend do_envsys() and check if the sensor_* files in /etc/powerd/scripts
...
are installed.
2007-07-15 14:31:08 +00:00
xtraeme
307b2a722c
Do not install fixsb anymore, which was removed recently.
2007-07-15 13:02:41 +00:00
dsl
af56a15a3c
Remove "" from around option filename.
2007-07-15 11:56:04 +00:00
jmmv
e5687c651f
Fix typo in shell-bang line. Not really needed since the script is not
...
executable and the Makefile runs it explicitly through /bin/sh.
2007-07-15 09:23:53 +00:00
jmmv
4be5aa1d57
df now prints %Cap instead of Capacity in the header (unless -P is specified),
...
so adjust the output files accordingly.
2007-07-15 09:22:51 +00:00
dsl
9a71120654
Default MEMORY_DISK_SERVER to 1 instead of using 'undefined' to mean 1.
2007-07-15 08:40:22 +00:00
jnemeth
d9a445af4f
add back setrunqueue.9 and mark it, nextrunqueue.9, and remrunqueue.9 obsolete
2007-07-15 08:33:50 +00:00
dsl
7ad574c252
Remove non-user flags (especially MSG_IOVUSRSPACE) from mp->msg_flags
...
before passing to so_receive.
This may (or may not) have any effect...
2007-07-15 08:33:38 +00:00
macallan
d292430251
add hardware cursor support
2007-07-15 05:42:13 +00:00
jnemeth
e135b05bdf
fix error message for obsolete_libs
2007-07-15 03:04:39 +00:00
jnemeth
77e1eaa78e
setrunqueue is no more
2007-07-15 02:57:23 +00:00
joerg
3a6411a4c8
When fixing vsftpd, other FTP server were broken as they return
...
different error codes for unmatching glob patterns. Basically ignore the
error code and just try the other pattern. chdir errors are still
considered fatal.
Bump version to 20070715.
2007-07-14 22:53:27 +00:00
ad
63873b9b21
Revert unintentially committed change.
2007-07-14 22:27:15 +00:00
dsieger
82d31a4a20
Remove obsolete SCHED_LOCK(9), which is gone.
...
ok by <ad>
2007-07-14 22:09:57 +00:00
ad
9e6e490e2b
Generic soft interrupts are mandatory.
2007-07-14 22:02:52 +00:00
dsieger
eeeb9eddd5
Add references to sched_4bsd(9).
2007-07-14 22:02:33 +00:00
dsieger
5c52ed78e9
Move scheduler(9) to sched_4bsd(9) and sync its contents with reality. Also
...
add a reference to McKusick et. al., which still contains the best in-depth
description of the 4.4BSD scheduler.
2007-07-14 21:54:30 +00:00
ad
63811f5275
Generic soft interrupts are mandatory.
2007-07-14 21:48:17 +00:00
ad
adb899846a
Revert accidentally commited change.
2007-07-14 21:46:36 +00:00
ad
96d0aa8e9b
fixsb has done its job.
2007-07-14 21:20:31 +00:00
ad
bba99c25aa
Generic soft interrupts are mandatory.
2007-07-14 21:02:36 +00:00
ad
ad84bcbe91
Remove ref to pdp10. Noted by yamt.
2007-07-14 21:00:40 +00:00
dsieger
10dc2af304
Remove obsolete setrunqueue(9) manpage.
...
ok by <ad>.
2007-07-14 20:39:33 +00:00
dsieger
4f02ad43b0
Add initial manpage for the "new" scheduler API.
...
Note: More content will follow, to this manpage as well as the NetBSD
Internals book.
Ok by <ad>
2007-07-14 20:23:12 +00:00
adrianp
708a0a7fb9
Updates for pkg_install-20070714
2007-07-14 20:05:33 +00:00
adrianp
38581a0561
Update to pkg_install-20070714
...
Merge of audit-packages with various improvements:
* Version 20070714
Initial release of re-write in C
Add support for notfication of eol packages (-e)
Multiple levels of verbosity (e.g. -v -v)
Specify a custom config file to use (-c)
Query running config values (-Q)
Default to download .gz compress pkg-vulnerabilities file
Support for .bz2 compress pkg-vulnerabilities file
Verify signature on downloaded files (-s)
Thanks to tron@, jschauma@, agc@, joerg@ and pkgsrc-security@ for feedback
and testing.
2007-07-14 20:03:41 +00:00
adrianp
3e46582d49
Add a default audit-packages configuration file for audit-packages
...
(part of pkg_install-20070714)
2007-07-14 19:53:52 +00:00
dsl
00531e457b
Update to libc.so.151
2007-07-14 19:34:48 +00:00
ad
a25cf8a944
- Wait for output to drain before bashing the chip again to change line
...
parameters. This isn't really correct, but it does stop the system
hanging in ttyout.
- Sprinkle a couple more delays and barriers.
2007-07-14 19:20:20 +00:00
dsl
8f51f1bf76
Document the new 'data_len' argument.
...
Remove references to nfs export args and xref nfssvc(2) instead.
Change text to allow for other fs types.
2007-07-14 18:24:08 +00:00
ad
45d83b0ef5
This has been stuffed since 2006-04-17 - unbreak it.
2007-07-14 17:23:58 +00:00
ad
fc047e36ed
Delay after bashing the chip at boot, otherwise output gets screwed up
...
and the console doesn't work properly.
2007-07-14 17:23:21 +00:00
ad
3fc1741f68
<dsl> I suspect my set of test build kernels is longer than ad's :-)
...
tsk!
2007-07-14 17:11:28 +00:00
kiyohara
0f2145f0b3
Alphabetical reorder.
2007-07-14 16:16:17 +00:00
dsl
b2dd7438f9
Change beacuse of extra parameter to mount(2).
2007-07-14 16:09:48 +00:00
dsl
6210687bcf
Remove the copyout() of the mount args from puffs_mount(), the buffer
...
supplied is a kernel address.
The puffs userspace code has been changed to do a 2nd call with
MNT_GETARGS to retrieve the information.
2007-07-14 16:06:53 +00:00
dsl
71edd4968d
Add new 'data_len' parameter to mount().
2007-07-14 16:03:05 +00:00
dsl
0666faeea3
Add new 'data_len' parameter to mount system call.
...
Add an additional call with MNT_GETARGS to retrieve the modified
information instead of relying on the kernel code abusing the mount
interface during mount.
2007-07-14 16:02:14 +00:00
dsl
29f2310244
Add the new 'data_len' parameter to mount calls.
...
Passing in zero causes the kernel to use the default for the filesystem,
doing anything else here would require hacking through layers of code
in 'dist'.
2007-07-14 16:00:07 +00:00
dsl
7af7206539
Add additional 'sizeof args' parameter to mount(2).
2007-07-14 15:57:24 +00:00
dsl
4d09898946
Change libc system callstub from 'mount' to '__mount50', add compat call.
2007-07-14 15:53:04 +00:00
dsl
0bfa8b4ee7
Adapt for sys_mount() becoming compat_40_sys_mount(),
2007-07-14 15:47:26 +00:00
dsl
df57a27c09
Change calls from sys_mount() to compat_40_sys_mount()
2007-07-14 15:45:48 +00:00
dsl
1490d3327f
Version mount(2) so that the length of the 'data' buffer is passed into
...
the kernel.
2007-07-14 15:41:30 +00:00
dsl
9326e3a3ef
Add sys___mount50() that includes an extra parameter for thre data length.
...
Mark sys_mount() as COMPAT_40.
Hmmm... the aio calls should have started at 400, not 399.
I've left 407-409 free.
2007-07-14 15:38:40 +00:00
isaki
61a446b076
Make it compilable after the merge of some vmlocking branch.
...
OK'ed by ad@.
2007-07-14 14:13:21 +00:00
ad
5c2240bb95
- Increase default number of trace buffers to 10000.
...
- New options:
-f Trace only by calling functions.
-m Merge call sites within unique functions.
-M Merge lock addresses within unique objects.
2007-07-14 13:30:43 +00:00
xtraeme
8f6e6386cb
Bump date.
2007-07-14 11:47:15 +00:00
ad
8751253925
Update mlinks for callout/kthread changes.
2007-07-14 11:39:01 +00:00