ache
2ff526fc50
8859-8 fonts
...
PR: 20864
Submitted by: Allow Ole <allow@darkserver.dyndns.org>
2000-08-28 15:07:58 +00:00
jhay
9f9dc2077e
The fixit floppy needs a few more inodes.
2000-08-28 14:25:53 +00:00
sanpei
16de77e445
add ELECOM Air@Hark/LD-WL11/PCC card
...
add NEC Wireless Card CMZ-RT-WP card
Obtained from: [bsd-nomads:13988] by YAMAMOTO Shigeru <shigeru@iij.ad.jp>
sort Farallon Skyline 11Mbps Wireless entory
2000-08-28 14:15:24 +00:00
n_hibma
e6776b7dea
No more hunting around for ipnat.conf(5) man page.
2000-08-28 11:36:30 +00:00
sheldonh
51a648666d
Whitespace-only change: fix hard sentence breaks in previous commit.
2000-08-28 10:11:56 +00:00
phantom
aadcb1fa9c
Apply fixes from NetBSD to bring this manual page into reallity.
...
Inspired by: ru & 4.4BSD Design and Implementation
Obtained from: NetBSD
2000-08-28 09:27:28 +00:00
sheldonh
06a2df14fe
Explain the notion that additional mount options may be described
...
in mount_XXX manual pages. Remove explicit mention of NFS mount
options, since they are accurately described by this rule.
PR: 20814
2000-08-28 08:52:59 +00:00
ume
b00485b521
make sure we have IV that is random enough. memory allocator on
...
some of platforms give us almost constant number (oops).
Obtained from: KAME
2000-08-28 08:24:46 +00:00
marcel
7e2fa230c7
Regen: fix prototypes for {o|}{g|s}etrlimit.
2000-08-28 07:56:38 +00:00
sheldonh
cbed23a209
(forced commit)
...
rev 1.21 was:
PR: 20706
Reported by: Damieon Stark <visigoth@telemere.net>
Submitted by: Jonathan Chen <jon@spock.org>
2000-08-28 07:54:27 +00:00
marcel
37929dbb05
Fix prototypes for {o|}{g|s}etrlimit. A recent change in the
...
Linuxulator caused this bug to trigger.
2000-08-28 07:50:44 +00:00
billf
f6ccd4549a
Clean up previous commit.
2000-08-28 05:54:14 +00:00
grog
fb570e69fa
Add the description of some hard-learnt restrictions and a workaround.
2000-08-28 05:47:05 +00:00
imp
29a5a2cd0c
Define a pcic module version
2000-08-28 04:53:36 +00:00
cokane
c851ea05b4
Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain
...
possible complications with the forthcoming DRI code, and feel that DRI
should handle the device-level interaction. Read
http://people.FreeBSD.org/~cokane/3dfx.html
to find out more. Basically want to move toward using OpenGL and DRI for
everything on these cards. Added a few defines and spacing style fixes in
tdfx_vars.h
2000-08-28 04:28:53 +00:00
imp
4b7e05714e
/boot/device.hints is now required.
2000-08-28 03:54:51 +00:00
marcel
51059d7de3
Don't enable Linuxulator support if not on an i386.
...
PR: 20873
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2000-08-28 03:17:49 +00:00
mjacob
e311b703ab
remove clause 3 licence
2000-08-27 23:39:23 +00:00
mjacob
bcbec50333
various fixes
2000-08-27 23:38:44 +00:00
billf
eca2daf851
BDECFLAGS
2000-08-27 22:24:43 +00:00
billf
4d59408d29
Add 'shot', using the definition used by bars and shotglasses.
2000-08-27 22:02:42 +00:00
mjacob
f948da2a6d
*fix* commented out DEVFS
2000-08-27 21:57:31 +00:00
mjacob
0340948f7e
add commented out DEVFS
2000-08-27 21:56:40 +00:00
jwd
57a27cc0ac
Remove a stray backspace character.
...
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
2000-08-27 18:49:12 +00:00
gshapiro
53e780fa6f
sendmail 8.11.0 has been merged into RELENG_4
2000-08-27 17:33:46 +00:00
phk
1109c83215
Reorder vop's alphabetically.
...
Smarter use of devfs_allocv() (from bp@)
Introduce devfs_find()
".." fixes to devfs_lookup (from bp@)
2000-08-27 14:46:36 +00:00
phk
7173fac529
Call destroy_dev() when sio devices go away.
2000-08-27 14:46:13 +00:00
yokota
f317a3f7e1
Fix ioctl MOUSE_SETMODE as defined in mouse(4).
...
(Do not return EINVAL when -1 is specified as a new value,
as it should mean "preserve the current value.")
2000-08-27 12:36:28 +00:00
peter
5725601caf
Try and fix up some bogus indentation leftovers from emacs several
...
years ago.
2000-08-27 02:12:29 +00:00
peter
b4ced62446
Sigh, today is not my day. Convert a verbose while() .. loop into a for()
...
loop.
Submitted by: billf
2000-08-27 01:17:11 +00:00
peter
eb32ed6b03
*blush*. I was *sure* I compiled this after the last change..
...
Add the missing )
Shamed by: billf
2000-08-27 01:10:55 +00:00
itojun
bc11187b2e
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
...
be consulted with KAME guys if you want a number.
2000-08-27 00:58:13 +00:00
peter
44b6aa2b98
killall.c is meant to be a superset replacement of killall.pl, the
...
main difference is that it uses sysctl to get the process lists rather
than /proc - thereby reducing the dependency on /proc by one more tool.
2000-08-27 00:46:25 +00:00
alfred
f507f35db7
new sysctl 'kern.openfiles' (exports nfiles to userland)
2000-08-26 23:49:44 +00:00
peter
24dd8f6d22
Allow the DPT pci attachment to share IRQ's
...
Submitted by: Jonathan Chen <jon@spock.org>
2000-08-26 22:19:53 +00:00
rwatson
251e663e8a
o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
...
o Add "const" qualifier to attrname argument of various calls to remove
warnings
Obtained from: TrustedBSD Project
2000-08-26 22:00:58 +00:00
phk
c1421f6ef5
Minor cleanups tp devfs_readdir();
...
Add devfs_read() for directories. (inspired by bp@)
2000-08-26 16:20:57 +00:00
n_hibma
23d99a41e2
Sync with NetBSD:
...
Print unknown usages with 4 digits.
Mask in page extraction.
2000-08-26 13:53:27 +00:00
ben
55b1f4b48e
Make mergemaster ignore files in /dev if /dev is a devfs.
...
Approved by: Doug Barton <Doug@gorean.org>
2000-08-26 12:15:24 +00:00
phk
fd7a4d0371
Mount DEVFS with no options.
2000-08-26 11:53:53 +00:00
imp
c9348309e4
Make if_xe eepend on both xe and card.
2000-08-26 08:52:58 +00:00
nyan
8abf809362
Enabled pcic, card and xe devices.
2000-08-26 07:38:43 +00:00
jwd
cb20a6ddc9
Pass two pointer parameters to the r_debug_state() hook
...
function, thus allowing a debugger or other trace tool
to easily grab the addresses of the needed structures
off the stack.
This change is transparent to gdb, which locates the
link_map list and transfers it to debugger memory
for comparison purposes.
A sample program will be committed showing how this can
be used.
Reviewed by: John Polstra <jdp@FreeBSD.org>
2000-08-26 05:13:29 +00:00
marcel
abf2c20161
Whitespace change: (near) KNF
2000-08-26 05:12:16 +00:00
gehenna
41ddca4b20
Regen.
2000-08-26 05:08:11 +00:00
marcel
8d6f6fc33c
Fix bug in previous commit. We need to trim the limits to fit
...
the datatype (= long). Use ULONG_MAX and LONG_MAX to avoid
creating MD code.
2000-08-26 05:08:10 +00:00
gehenna
9a83783c97
Add vendor IBM product USB CD-ROM Drive
2000-08-26 05:06:40 +00:00
obrien
dba23c4faf
Make the arguments match the functionality of the functions.
2000-08-26 04:51:39 +00:00
green
aabc443d9c
Fix a premature freeing bug found with malloc debugging courtesy John Hay.
...
Submitted by: jhay
2000-08-26 03:42:51 +00:00
marcel
2aa2f64ab1
Make this file compile again when COMPAT_43 has not been
...
defined. This boils down to conditionally compile the
old signal syscalls.
We might want to extend the types in syscalls.master to
make these syscalls conditionally on something more
appropriate than COMPAT_43.
2000-08-26 02:27:01 +00:00