joerg
5050cfce50
Simplify.
2009-08-20 15:51:28 +00:00
plunky
c1cd0cdec6
clarify role switching for "switch" option
...
bump date for wiz
2009-08-20 11:45:51 +00:00
wiz
bda39b5016
Bump date for previous.
2009-08-18 21:31:51 +00:00
plunky
b486cef1fe
update the "Class of Device" information, now that the Assigned Numbers
...
documents are available at www.bluetooth.com
2009-08-18 17:40:31 +00:00
drochner
d2c5cda8f9
give up root's supplementary group memberships when switching
...
to _sdpd._sdpd privileges, approved by plunky
2009-08-13 17:50:41 +00:00
wiz
96f565924e
Fix parenthesis problem in ifdef SVR4 code.
...
From Henning Petersen in PR 41839.
2009-08-07 13:55:22 +00:00
wiz
18de4741b9
Improve wording, based on suggestions by Jukka Ruohonen in private mail.
2009-08-06 22:01:36 +00:00
mbalmer
da7930a7f1
Add gpio to rc checks.
...
Diff from Geoff Wing <gcw@pobox.com>, thanks.
2009-08-06 08:31:58 +00:00
pooka
ceedea85d6
run lfs cleaner
2009-08-06 01:00:04 +00:00
pooka
3e3523f9c8
add commented-out rump_fdesc along with an explanation
2009-07-31 19:21:55 +00:00
pooka
ad25a49dbe
rump_fdesc. it works, but it's actually not very sexy out of
...
developer clothes, since the server cannot fetch the fd information
from the kernel. Therefore, don't build it by default.
2009-07-31 19:18:46 +00:00
tsutsui
c3ee8e5613
- use program header rather than section header to find file offset for vmaddr
...
- make sure that passed vmaddr is in TEXT or DATA section
2009-07-30 15:56:01 +00:00
tsutsui
fcb0df9205
WARNS'fy sources which are left for reference.
...
src/usr.sbin/mdsetimage has been superseded by src/gnu/usr.sbin/mdsetimage
for toolchain to handle cross build binaries, but these old sources for
local executable binaries still can be used for tools to patch binaries,
like binpatch utility in sys/arch/amiga/stand and sys/arch/atari/stand.
2009-07-30 15:16:37 +00:00
mbalmer
32eeaba5d3
Reworked gpioctl(8) command to reflect recent gpio(4) changes.
2009-07-25 16:18:09 +00:00
pooka
92eb973615
don't need absolute paths for fs component names
2009-07-21 00:40:44 +00:00
pooka
d6d0aeb45d
Make rump_lfs work again: load fs components dynamically instead
...
of trying to link them in on the command line and get pounded by
link set failage.
2009-07-21 00:37:25 +00:00
christos
1e5d85413c
moduli moved with openssh
2009-07-20 21:03:42 +00:00
mbalmer
6ef876ad7c
Use EXIT_FAILURE/EXIT_SUCCESS instead of numerical values when exiting.
2009-07-18 08:35:19 +00:00
jakllsch
0f020c836e
doswitch() has changed the value of argc by the time it's checked here,
...
adjust accordingly.
2009-07-17 20:31:20 +00:00
yamt
805e61e887
draft-ietf-syslog-protocol-23 -> RFC 5424
2009-07-16 13:33:44 +00:00
wiz
c267463d84
New sentence, new line; remove trailing whitespace.
2009-07-14 08:24:15 +00:00
dholland
b7c32656db
Fix typo; also do some minor wording adjustments nearby.
2009-07-14 07:43:16 +00:00
roy
7027866a09
Rename internal getline() function to get_line() so it does
...
conflict with the soon to be added getline(3) libc function.
2009-07-13 19:05:39 +00:00
mbalmer
b98fada729
No need to set BINDIR here, since ../Makefile.inc has it.
...
Noticed by hannken@eis.cs.tu-bs.de , thx.
2009-07-06 12:47:38 +00:00
cegger
49fc067aae
make functions static
2009-07-04 20:34:23 +00:00
ahoka
39c5e1f59f
Get rid of the DOS line endings in the file.
...
No change of the code intended.
2009-07-04 14:31:38 +00:00
cegger
c9c9fcbb99
remove unused global variable.
2009-07-04 13:54:14 +00:00
cegger
efe8489506
use EXIT_FAILURE in places I missed in previous.
2009-07-04 13:50:08 +00:00
cegger
6face9fc9c
- use EXIT_FAILURE, EXIT_SUCCESS
...
- main() needs no prototype
- ansify usage()
No functional changes.
2009-07-04 09:12:46 +00:00
wiz
674e49816b
New sentence, new line. Remove unnecessary Bk/Ek pairs.
2009-07-02 18:32:04 +00:00
dyoung
53e43e1e70
Deprecate wiconfig's -r, -g, -m options. Note that equivalent
...
options are available in ifconfig(8).
2009-07-02 17:45:25 +00:00
mbalmer
cf8e7832f4
Fix write loop.
2009-07-01 07:49:12 +00:00
mbalmer
649bcbf015
- No need to include paths.h twice (christos, you oversaw that paths.h
...
was already included)
- use "usage", not "Usage", like other tools
2009-06-26 21:55:28 +00:00
christos
1ede09dfc2
- include <paths.h> for _PATH_BPF explicitly.
...
- make sure that everything sets errno appropriately so we can use warn/err
- only open and setup bpf once since if this does not work we fail and don't
do extra work.
- use getprogname
- static local functions and no parameters.
I think this utility should be renamed wakeonlan because wake is too generic.
2009-06-26 17:38:32 +00:00
wiz
8615942dc8
Fix Dd argument, remove superfluous quotes, add author name.
2009-06-26 09:25:39 +00:00
mbalmer
0161c10332
/dev/bpf is cloneable, no need to dance around /dev/bpfN to find an
...
available device.
2009-06-26 09:00:49 +00:00
agc
664fc89d11
iscsi distribution has moved to src/external/bsd/iscsi
2009-06-25 23:42:21 +00:00
mbalmer
c57bd217eb
Switch from bcopy to memcpy. Requested by and ok christos.
2009-06-25 22:26:54 +00:00
mbalmer
bcbaac7ec1
Add a blank line after the cvs marker and add a descriptive one line comment.
...
requested by matt green.
2009-06-25 18:50:46 +00:00
mbalmer
35f74629dc
wake(8) is a command to send Wake-on-LAN packets to machines on the local
...
ethernet, allowing machines to be powered up without physical access to them.
tonnerre@ and tron@ reviewed it and decided that the bin directories
are not to full for this small and useful command.
2009-06-25 18:41:21 +00:00
agc
474f9d04b2
Switch over to building iscsi library, target and initiator from the
...
external framework.
2009-06-25 13:58:59 +00:00
tron
7d5e451c60
Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".
2009-06-23 17:58:22 +00:00
agc
b27d6094e3
Fix from Jukka Salmi - get BINDIR from further up the tree
2009-06-20 17:58:21 +00:00
christos
3fe391d776
fix for non NetBSD systems
2009-06-20 17:03:25 +00:00
christos
c08a8944a8
fix typo
2009-06-20 16:19:46 +00:00
christos
adee5457b1
don't complain if file does not exist either.
2009-06-20 14:25:47 +00:00
agc
0e74d43b5e
Enable the iSCSI initiator
2009-06-20 04:18:39 +00:00
agc
dc40c47744
Add a library implementation of modload(3) and modstat(3).
...
Conditionally compiled in when MODULAR_KERNEL is defined in the Makefile
(or during the build process).
Use kmod functions to see if the puffs module is loaded in the kernel,
and to load it if it is not already loaded.
2009-06-20 04:12:55 +00:00
dyoung
4ec9bd2b05
Use the definition in <sys/param.h> instead of redefining MAX().
...
(Used to work because the redefinition was identical to the original
definition, but no longer.)
While I'm here, define sizeofA() in terms of __arraycount() from
<sys/cdefs.h>.
2009-06-19 23:36:41 +00:00
wiz
2be246d2b7
Add RCS Id.
...
Sort options.
End sentences with dots.
Use standard section headers.
Fix Xref.
Make HTML-ready.
2009-06-19 19:31:18 +00:00