pooka
3c246dfd5b
use fprintf instead of errx for usage()
2007-05-09 21:46:27 +00:00
tnn
05ca7e85d0
Add an EXAMPLES section.
2007-05-09 21:00:27 +00:00
agc
0ea3ae4272
Further syncing of syspkg descriptions with reality.
...
This one includes more locales, and a revamp of the mis-ordered text
multi-line descriptions, and further adding of missing descriptions.
2007-05-09 20:58:06 +00:00
dsl
844e5f00de
Allow for other info in opt_fpsp.h when trying to find out whether FPSP
...
is enabled.
Surely there are proper mechanisms that can be used to conditionally include
this file?
2007-05-09 20:43:53 +00:00
dsl
1769aced1d
Fix build.
2007-05-09 20:42:12 +00:00
tnn
098bf95670
Change [-O sshopt value] to [-O sshopt=value] to better conform with the
...
way other userland apps behave. In /etc/fstab one would specify options
with -O=sshopt=value.
2007-05-09 20:25:20 +00:00
agc
75e71ba491
Some updates for the descriptions for system packages - firstly some more
...
locale support descriptions, and remove the sendmail descriptions.
2007-05-09 20:05:12 +00:00
tnn
edbbe0d8f9
Add flag [-O sshopt value] to mount_psshfs(8), allowing the user to specify
...
options to pass along to ssh(1). Remove redundant flag [-p sshport]; an
equivalent of -O Port sshport. ok'd by pooka@
2007-05-09 19:54:39 +00:00
agc
8dc1e98be4
Note that responsibility for syspkgs has been handed to agc and apb.
...
I'll take the bricks for the iSCSI target.
2007-05-09 19:36:58 +00:00
pooka
4862309053
Remove the puffs_usermount argument from puffs_req_handle(). It can
...
be found from the other arguments and this way puffs_req_handle() is
more symmetric with the other puffs_req() routines.
2007-05-09 18:36:52 +00:00
pooka
19db57c596
List all current ways to write a file system. Also, add a reference
...
to puffs_req(3) for the manual operation case.
2007-05-09 18:24:11 +00:00
pooka
a1388b4c53
Return 0 from puffs_mainloop() if no error occurs.
...
pointed out by Phil Nelson
2007-05-09 18:23:12 +00:00
christos
27ee4934f6
restore changes from v1.5:
...
- disable sigwait in the non-threaded case since it does not work.
- enable inline
2007-05-09 17:50:11 +00:00
christos
36a3340867
PR/36299: Greg Woods: Add namespace protection for sl_delete.
2007-05-09 17:10:29 +00:00
pooka
e5a894536c
document PUFFS_KFLAG_WTCACHE and PUFFS_KFLAG_IAONDEMAND
2007-05-09 13:54:08 +00:00
pooka
06dd177014
document puffs_setback()
2007-05-09 13:46:16 +00:00
christos
81d59b255c
PR/36294: De Zeurkous: login(1) -- inconsistent exit behavior on EOF
...
- Always EXIT_FAILURE when login fails.
- Cleanup fork code in krb5 (old login).
2007-05-09 01:56:25 +00:00
macallan
5770a63871
in order to avoid accidential shutdown only send power button events to powerd
...
if the power button is pressed twice, with more than two but less than five
seconds delay
2007-05-09 00:10:56 +00:00
macallan
0c12bd26b3
add an optional callback from pmu's worker thread, use it to poll AC power
...
status on legacy batteries where we don't get environment interrupts. Also
report AC status changes to powerd.
2007-05-09 00:09:28 +00:00
xtraeme
08722b7cd3
Add sparc64/fdc(4) (hi jnemeth)
2007-05-08 22:33:51 +00:00
pooka
a6b1636499
Adventures in file systems, part (u_quad_t)-1: we can't use the
...
file system value for the size of device special files, as that
comes from specfs instead of the "host" file system. Therefore,
take care that getattr doesn't override the value of vp->v_size.
2007-05-08 21:39:03 +00:00
pooka
4537434d57
If the op was interrupted, decrease ops waiting for fetch from the
...
file server only if the op was still waiting for fetch (as opposed
to waiting for the response). Also, properly flag the possible
following inactive as an op for which we do not want to wait for
the response from the file server.
2007-05-08 21:16:55 +00:00
dsl
99ec301ce3
Remember to copy the rusage to the users buffer.
2007-05-08 20:54:15 +00:00
christos
66ee23cc21
iana-generated protocols file using:
...
http://www.sethwklein.net/projects/iana-etc/
2007-05-08 20:40:12 +00:00
christos
5258fdfda2
iana-generated services file using: http://www.sethwklein.net/projects/iana-etc/
2007-05-08 20:38:37 +00:00
christos
f3418d6240
- don't trash utmp{,x} needlessly
...
- also support netgroup services and password
- pretty print
2007-05-08 20:33:59 +00:00
christos
aa08bd4677
add one more missing warn.
2007-05-08 20:17:57 +00:00
christos
deb490e687
Add quiet mode.
2007-05-08 20:14:59 +00:00
dsl
f56bfb975c
Add the child 'rusage' of an exiting process to its own 'rusage' exactly
...
once, and prior to passing it to the caller of sys_wait4() and at the same
time as adding it to the parent.
Commands like:
time sh -c 'i=0; while [ $i -lt 1000 ]; do i=$(expr $i + 1); done'
now give same output.
2007-05-08 20:10:14 +00:00
xtraeme
b6336505dc
Remove duplicate sysmonioctl_envsys() prototype.
2007-05-08 20:04:42 +00:00
jnemeth
a18391fc9f
remove floppy drives from unsupported hardware and note that only sbus based
...
machines are supported for now
2007-05-08 19:53:20 +00:00
jnemeth
e40b2c5e49
mention floppy drives
2007-05-08 19:45:10 +00:00
jnemeth
6521f29ad4
new sparc64 floppy driver manpage
2007-05-08 19:39:28 +00:00
jnemeth
1f69023383
add a manpage for the new floppy driver
2007-05-08 19:23:18 +00:00
plunky
b75e0c3761
add changes relating to bluetooth additions
2007-05-08 18:39:33 +00:00
garbled
d6ba347731
Add a missing brace in cztty_receive inside a ifdef HOSTRAMCODE. This
...
would randomly cause internal compiler errors while compiling pmppc.
2007-05-08 17:27:37 +00:00
xtraeme
59000b719e
Missing __KERNEL_RCSID().
2007-05-08 17:17:14 +00:00
xtraeme
deaae97201
Mention recent ug(4) changes.
2007-05-08 17:01:01 +00:00
xtraeme
36e4309910
Add "ug* at acpi?" following the current scheme in the files.
2007-05-08 16:55:54 +00:00
xtraeme
195ad0f823
Mention ug(4).
2007-05-08 16:52:24 +00:00
xtraeme
24f7a0c4fa
Mention "ug* at acpi?" support, bump date.
2007-05-08 16:50:03 +00:00
xtraeme
ff1c414804
Split the ug(4) driver in three components:
...
* dev/ic/ug.c (main code shared by the attachments)
* dev/isa/ug_isa.c (isa attachment)
* dev/acpi/ug_acpi.c (acpi attachment)
That means that ug(4) can now be attached via ACPI.
Thanks to Mihai Chelaru for the good work.
2007-05-08 16:48:37 +00:00
pooka
8e2e7c23e6
update comment in struct fid to say the alignment is for prehistoric
...
compat: short + short doesn't mean longword alignment
2007-05-08 15:30:41 +00:00
degroote
5f72dadbd4
Always compute the sp index even if we don't have any sp in spd. It will
...
let us to choose the right default policy (based on the adress family
requested).
While here, fix an error message
2007-05-08 14:07:42 +00:00
degroote
8ebbd6c4f6
Increase the refcount for the default ipv6 policy so nobody can reclaim it
2007-05-08 14:03:05 +00:00
pavel
96fc9b91a3
mpve ipf 4.1.20 entry to CHANGES.prev (ticket 614)
2007-05-08 11:37:11 +00:00
pavel
f05eb54658
move the bio(4) support to CHANGES.prev, it has been pulled up to netbsd-4
...
in ticket 603.
2007-05-08 10:59:22 +00:00
manu
f39939ad43
Fix buid (broken by a fix introduced in the wrong file...)
2007-05-08 09:29:50 +00:00
manu
4c2867b970
Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time.
2007-05-08 08:18:16 +00:00
skrll
7b06b6fc23
Remove useless comment.
2007-05-08 07:06:45 +00:00