Commit Graph

158754 Commits

Author SHA1 Message Date
lukem
8b1e1fad90 Switch from fparseln() to the internal getline() when parsing HTTP headers.
Makes ftp a bit more portable (not needing fparseln()) at the expense of not
supporting arbitrary long header lines, which I'm not concerned about
because we don't support header line continuation either...
2007-05-10 12:22:04 +00:00
he
e085b08462 The sl_delete function needs namespace protection added here as well. 2007-05-10 11:52:28 +00:00
itohy
bc7976e5a8 Add missing " 2007-05-10 09:08:38 +00:00
sketch
5f4b89c72b Match recent addition as a STAC9200. 2007-05-10 07:48:16 +00:00
jnemeth
e5ee0a4bea we now support floppy drives on SBus based machines 2007-05-10 07:47:27 +00:00
sketch
aeb96b4230 Update previous to match what the author probably meant to do. 2007-05-10 07:34:59 +00:00
lukem
aeb5730de8 Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659. 2007-05-10 05:59:30 +00:00
kent
d32678c2dd Support for headphone-sensing for DELL Inspiron 6400.
PR#36302 by Aleksej Saushev
2007-05-10 05:44:37 +00:00
lukem
2294f71cef Use getline() instead of fparseln() 2007-05-10 05:35:31 +00:00
lukem
82552a7668 Implement copy_bytes() to copy bytes from one fd to another via the
provided buffer, with optional rate-limiting and hash-mark printing,
using one loop and handle short writes.
Refactor sendrequest() and recvrequest() to use copy_data().
Addresses PR 15943.
2007-05-10 05:17:10 +00:00
yamt
683644f00e nfs_write: report an error correctly in the case of IO_SYNC. 2007-05-09 23:17:45 +00:00
tsutsui
eab20f9c7f Fix wrong softc size (missed in the previous). 2007-05-09 23:16:37 +00:00
pooka
888697433e remove caveat no longer applicable 2007-05-09 21:50:47 +00:00
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