Commit Graph

97752 Commits

Author SHA1 Message Date
christos
d8b387a57b update resolv.conf if we have new nameservers. Don't require a domain, because
it is not needed.
2002-05-28 15:04:01 +00:00
bjh21
40d80d8c16 Add support for LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE, LIBSA_NO_FS_SEEK and
LIBSA_NO_TWIDDLE.
LIBSA_NO_FS_SYMLINK is irrelevant here, and LIBSA_FS_SINGLECOMPONENT would
be pointless.
2002-05-28 14:38:55 +00:00
bjh21
a20462dc6e Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK.
LIBSA_NO_FS_SYMLINK and LIBSA_FS_SINGLECOMPONENT are irrelevant here.
2002-05-28 14:30:53 +00:00
bjh21
43079a573b KNF. 2002-05-28 14:26:01 +00:00
augustss
0a15c2acd4 Change DMAADDR macro slightly. 2002-05-28 12:42:38 +00:00
itojun
2e926ba699 no need for libkern.h 2002-05-28 12:21:22 +00:00
wiz
78f4a66615 Drop trailing spaces. 2002-05-28 11:41:45 +00:00
itojun
76ed88e323 add LIBRARY section 2002-05-28 11:38:29 +00:00
itojun
f8b9b40efd add arc4random(9). 2002-05-28 11:35:40 +00:00
itojun
7c04a2ebc6 nroff fixes, from openbsd via kame 2002-05-28 11:34:44 +00:00
itojun
3be26b82ef use arc4random 2002-05-28 11:19:17 +00:00
itojun
4121fa09fc correct in*_pcbrtentry. check cached value correctly. 2002-05-28 11:10:52 +00:00
itojun
b9f810de55 use arc4random() on tcp iss generation 2002-05-28 10:17:27 +00:00
itojun
d208a22daa use arc4random() where possible.
XXX is it necessary to do microtime() on tcp syn cache?
2002-05-28 10:11:49 +00:00
simonb
2fa75d0170 Need to include <machine/intr.h> here with old native toolchain; not sure
what the difference was between this and newer gcc/binutils.
2002-05-28 10:11:26 +00:00
itojun
0ac289dea9 have arc4random(9). 2002-05-28 10:09:24 +00:00
itojun
7410ea60ca in in*_pcbrtentry(), check if route is still valid (RTF_UP),
and address family is still valid.
2002-05-28 10:07:51 +00:00
haya
de6fbd495c Bugfix: add character device #62 in chrtoblktbl[]. 2002-05-28 10:01:23 +00:00
grant
787bbf3204 fix typo 2002-05-28 04:39:08 +00:00
grant
05429892c8 add ref to atactl(8) 2002-05-28 04:10:17 +00:00
grant
5eb3939919 add ref to scsictl(8) 2002-05-28 04:08:52 +00:00
itojun
256a128339 document net.inet6.ip6.maxfrags 2002-05-28 03:17:26 +00:00
itojun
10c5914022 limit number of IPv6 fragments (not the fragment queue size) to
fight against lots-of-frags DoS attacks.  sync w/kame
2002-05-28 03:04:05 +00:00
lukem
9d8552460f add puc, and com & lpt at puc 2002-05-27 23:58:52 +00:00
lukem
a0336432b3 add lpt_puc support (from files.i386) 2002-05-27 23:41:33 +00:00
wiz
eb9af10b93 Add gspa(8). 2002-05-27 21:15:00 +00:00
wiz
c1c6716d11 Add man page for gspa(8). 2002-05-27 21:12:54 +00:00
wiz
988835347a Be consistent in where -c output is written. 2002-05-27 21:11:56 +00:00
wiz
27dda7204b Sort options in usage. 2002-05-27 21:11:41 +00:00
bjh21
1d76b4db4b 1.4: get_page() abstracted. 2002-05-27 20:18:56 +00:00
bjh21
c489f6804b Add a function, get_page(), whose job is to find which logical page should
be used to load a given physical page.  At the moment, this just returns
the page's current logical mapping, but in future it might handle returning
bounce pages for physical pages which are in use, and copying to the correct
page just before loading the kernel.
2002-05-27 20:17:11 +00:00
bjh21
4f4c426502 Change the end of caps mode from <font size="+0"> to </font>. This gets the
tag nesting more correct, and is necessary to get the INSTALL notes to
render correctly in Konqueror.  The results still look sensible in w3m,
Lynx and Mozilla.
2002-05-27 17:46:55 +00:00
drochner
ec943f317b display / read the p_cdsession field in the FS_ISO9660 case 2002-05-27 17:33:08 +00:00
ragge
bb2b3afc9a Read correct Ethernet address on VXT2000. 2002-05-27 17:32:01 +00:00
gson
910011f658 When audio recording was paused or dropping samples, the "outp" of the
recording ring buffer could overrun the end of the buffer.  When
recording resumed, memory after the end of the buffer would be read,
sometimes causing a system crash.
2002-05-27 17:13:14 +00:00
ragge
97b3433515 Use correct ethernet address address on VXT2000. 2002-05-27 16:54:18 +00:00
drochner
f5b492e186 use CD session offset from the disklabel, if present 2002-05-27 16:44:37 +00:00
drochner
259cb04e6f put multisession offset code into a separate function and initialize
the p_cdsession field of partition 'a' in the default disklabel
2002-05-27 16:42:30 +00:00
drochner
4b313df18b correct partition structure initialization for new union
(does someone share my inpression that this tool is useless?)
2002-05-27 16:39:29 +00:00
drochner
3963e95b9b turn p_fsize into a union { p_fsize, p_cdsession }; the latter member
is used to store the session offset on multi-session CDs
2002-05-27 16:36:37 +00:00
wiz
796338fdc4 Add SOUND_MASK_* for the last SOUND_MIXER_* values that didn't have any. 2002-05-27 14:42:15 +00:00
itojun
ae5a9e211d re-scan all ifnet after domaininit() for if_afdata initialization. 2002-05-27 13:46:45 +00:00
itojun
a5c3041a1b bump date for rhosts auth fix 2002-05-27 13:45:40 +00:00
itojun
b274d69ad0 correct rhosts authentication. should fix PR 17023 2002-05-27 13:45:17 +00:00
leo
48ee99033d First round documantation updates. 2002-05-27 12:39:57 +00:00
lukem
ff34de85f0 use usr/sbin/installboot not usr/mdec/installboot 2002-05-27 11:02:21 +00:00
wiz
38dfbc3274 installboot changed location to /usr/sbin.
Reported in port-macppc/17063 by Makoto Fujiwara.
2002-05-27 10:32:37 +00:00
zuntum
3984662c21 typo, whitespaces, and one fix 2002-05-27 09:21:34 +00:00
zuntum
77d5abd5af Change variants of "zamontowac" to "zamountowac" 2002-05-27 09:18:59 +00:00
zuntum
69703d3555 Argh! Replace sophisticated, although weird-looking "punkt montazu" word with
just "mountpoint". Even english term is easier to understand in this case.
2002-05-27 09:15:40 +00:00