Commit Graph

131976 Commits

Author SHA1 Message Date
lukem
2957238bba add entry for getent(1). fix up uuidgen(1) entry 2004-11-23 07:44:44 +00:00
lukem
10f5ef24c1 add getent(1) 2004-11-23 07:35:38 +00:00
lukem
6fc4e8553d getent(1) - get entries from administrative database. 2004-11-23 07:35:06 +00:00
yamt
90f65b5587 UVMHIST_LOG: avoid division. 2004-11-23 05:08:33 +00:00
yamt
040648dfd0 constify. 2004-11-23 04:57:17 +00:00
yamt
f25d78c712 introduce UVMHIST_LOANHIST and sprinkle UVMHIST_LOGs. 2004-11-23 04:51:56 +00:00
lukem
53d1c6b12e document which #include file to use 2004-11-23 04:38:19 +00:00
lukem
98a47ed075 Fix gethostent(3) (which was reenabled in rev 1.63) so that it actually
works by allowing _gethtent() to treat host.h_addrtype==0 && host.h_length==0
as "any address family" when parsing.
2004-11-23 03:42:13 +00:00
simonb
e38c2f36ba Show more information about page types in use, and free pages. 2004-11-23 03:11:33 +00:00
thorpej
0d68f66da9 Use log() instead of printf(). 2004-11-22 19:28:37 +00:00
peter
2c12af6a77 Sort options, standardize usage message.
ok wiz@
2004-11-22 17:34:24 +00:00
peter
75e76988cc WARNS=3 clean. 2004-11-22 17:32:08 +00:00
peter
cd2105a43a Add some missing static/const.
ok wiz@
2004-11-22 17:31:38 +00:00
peter
52f947197e ANSIfy & KNF.
ok wiz@
2004-11-22 17:28:58 +00:00
peter
3a0b5da47f Print the correct usage message for whoami(1) and groups(1).
ok wiz@
2004-11-22 17:21:36 +00:00
peter
1a4cb94e52 Sort options.
ok wiz@
2004-11-22 17:20:02 +00:00
peter
e345d25606 Remove the 'count' flag and fix a sentence. The interface is a clonable
device so count doesn't apply anymore.  Bump date.

ok wiz@
2004-11-22 17:17:24 +00:00
wiz
cd669f5196 ppp-2.4.3 out. 2004-11-22 13:32:00 +00:00
wiz
3b78161166 Bump date for another supported model. 2004-11-22 12:23:31 +00:00
wiz
7bed7b9328 New sentence, new line. 2004-11-22 12:22:45 +00:00
soren
c43d1a68db Print interface packet counters as strings to prevent integer overflow in awk. 2004-11-22 04:53:46 +00:00
rumble
bacd128163 regen 2004-11-22 04:24:25 +00:00
rumble
501793b6d8 kern/28384: VT3606 -> VT6306 typo 2004-11-22 04:23:21 +00:00
dyoung
47305a9555 M. Warner Losh tells me the Zoom Air Model 4000 is an awi(4). 2004-11-22 00:54:41 +00:00
peter
afc276c497 Fix a typo. 2004-11-21 23:07:58 +00:00
jdolecek
c22d8df64f update for UTF-8 encoding of Unicode file names on Joliet filesystems 2004-11-21 23:06:23 +00:00
jdolecek
987fe0e61a note UTF-8 encoding of Unicode file names for Joliet cd9660 file systems 2004-11-21 23:01:21 +00:00
jdolecek
a9ebca7170 add vfs.cd9660.utf8_joliet, and couple other vfs.* entries while here
bump date and add TNF copyright
2004-11-21 22:18:10 +00:00
augustss
a66509ebd5 Some more Sharp MM20 fixup code that I forgot to commit in the first round. 2004-11-21 22:00:00 +00:00
jdolecek
3b4a395d32 when Joliet extension is in use, encode the Joliet Unicode file names
into UTF-8, rather than filtering them to ISO-8859-1 subset

provide vfs.cd9660.utf8_joliet sysctl to switch to the former
iso-8859-1-only handling, default is to UTF-8 encode
2004-11-21 21:49:08 +00:00
is
e61255615c Ensure ISDN kernels can be built for future releases. 2004-11-21 21:07:15 +00:00
is
96a8f93be8 Somebody forgot this change when changing the structure name.
Pointed out by Nick Hudson.
2004-11-21 20:43:22 +00:00
is
2539f48829 no more idesc please, use wdc instead. 2004-11-21 19:26:33 +00:00
jdolecek
3524fe97e8 allow changes of the sysctl values 2004-11-21 19:21:51 +00:00
kim
f7dc8a9650 When checking /etc/exports, account for "-network=XXX" as restricting
the mount (i.e. it is not considered globally exported).

Fixes PR: 26890
2004-11-21 19:00:12 +00:00
peter
f7da5a456d Apply a patch from the OPENBSD_3_6 branch, ok itojun.
MFC:
Fix by dhartmei@

do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.h
reported by Alexey E. Suslikov
2004-11-21 18:01:14 +00:00
peter
c7f5faeaa9 Apply a patch from the OPENBSD_3_6 branch, ok itojun.
MFC:
Fix by dhartmei@

The flag to re-filter pf-generated packets was set wrong by synproxy
for ACKs. It should filter the ACK replayed to the server, instead of
of the one to the client.
2004-11-21 17:59:24 +00:00
peter
a3452e6de2 Apply a patch from the OPENBSD_3_6 branch, ok itojun.
MFC:
Fix by dhartmei@

For RST generated due to state mismatch during handshake, don't set
th_flags TH_ACK and leave th_ack 0, just like the RST generated by
the stack in this case. Fixes the Raptor workaround.
2004-11-21 17:57:52 +00:00
jdolecek
a38a5c8c2b switch to use new utf8 routines in <fs/unicode.h> 2004-11-21 16:29:57 +00:00
jdolecek
5467830039 routines to encode/decode Unicode in UTF-8; based on ntfs/ntfs_conv.c,
but modified to be slightly more forgiving for invalid sequencies, and
to gracefully handle end of string in middle of decoded sequence
2004-11-21 16:28:40 +00:00
jmmv
86ebfff7b8 Minor grammar fixes. 2004-11-21 10:45:08 +00:00
jmmv
854833f94f Add trailing slashes to some directories missing them. 2004-11-21 09:17:13 +00:00
jmmv
5730bca760 Add src/sys/fs/ptyfs. Bump date. 2004-11-21 09:15:19 +00:00
jmmv
95579e29b6 Minor grammar improvements. 2004-11-21 09:09:46 +00:00
yamt
aec42f41c5 - prevent wired pages from being loaned, rather than just panicking.
caller should take care of failure by eg. falling back to dumb copy.
  PR/23285.
- add some related assertions.
2004-11-21 06:45:49 +00:00
yamt
548e34d26e pipe_direct_write: fallback to non-loan write in the case of
any errors from uvm_loan(), rather than only for ENOMEM, which is
never returned by uvm_loan().
2004-11-21 04:30:33 +00:00
darrenr
f3736130c9 Fix a regression from 3.4 behaviour where the destination of a redirect rule
could be either a hostname or an IP address (now it can only be an IP#)
2004-11-21 03:44:59 +00:00
christos
6845cdfbb8 fix the header. 2004-11-21 03:04:14 +00:00
rtr
aaa2aef98a + correct set lists for sgimips src/x11. 2004-11-21 00:16:05 +00:00
wiz
7a3b0ef281 Formatting fixes, and a typo fix. 2004-11-20 23:29:33 +00:00