jhb
914514e800
- Sync up with stable by adding in the Netgraph and Sound module sections,
...
the agp module, and the accept filter modules.
- Remove an extraneous blank line.
2001-03-13 16:16:35 +00:00
olgeni
8e408e3163
Fix typo: compatability -> compatibility
2001-03-13 14:15:16 +00:00
ru
e7537660da
Count and show incoming UDP datagrams with no checksum.
2001-03-13 13:26:06 +00:00
ache
3cf204f73d
Multiply empty lines pasted as single line, fix it
2001-03-13 10:23:01 +00:00
phk
0710352889
Fix a race condition in the transmit path caused by the controller
...
caching a bit more than we were told initially.
More statistics gathering as well.
2001-03-13 09:29:37 +00:00
sos
7ebb1f16a1
Dont call device close and ioctl functions if device has disappeared.
...
Reviewed by: phk
2001-03-13 08:45:05 +00:00
jkh
bfe1c25ad9
Document (with warnings) the otherwise undocumented `F' command.
2001-03-13 06:52:07 +00:00
jkh
128a8b62a8
Be a better rc.conf citizen and create an initial file which:
...
1. Has a time-stamp to show when it was created
2. Sorts and uniq's the output to only contain single instances of a
given setting. This doesn't mean you still can't have settings which
override one another, that's still possible since it's too much
trouble to do the redundancy checking here.
Requested by: lots of people
2001-03-13 06:42:12 +00:00
peter
9a4f9ead36
Commit some tweaks I have had laying around my tree for over a year now.
...
Always set the APM "device" description. Some minor style tweaks.
2001-03-13 05:56:48 +00:00
peter
7223692dd3
By convention, the moduledata is static unless there is a reason for it
...
to not be.
2001-03-13 05:55:43 +00:00
peter
3973aeb5eb
At great personal risk, touch the sendmail startup again. This adds easy
...
seperate knobs for inbound (accepting SMTP connections) and outbound (just
occasionally dequeueing) sendmail daemon startup.
2001-03-13 05:53:16 +00:00
assar
95047bd0c5
(try_krb5_authentication): simplify code. from joda@netbsd.org
2001-03-13 04:42:38 +00:00
des
09aba933aa
Don't install MAKEDEV or MAKEDEV.local if NO_MAKEDEV is set.
...
PR: 25596
Submitted by: Jonathan Perkin <sketchy@bsdcode.net>
2001-03-13 03:05:42 +00:00
des
dc424eafe8
Don't allow userland to use the RFHIGHPID flag. Its only purpose is to
...
reserve low pids for system daemons during boot.
2001-03-13 02:55:54 +00:00
rwatson
8e7df2068e
o Update copyright dates.
...
o Rename internal library functions so that they are prefixed with
_posix1e or _POSIX1E, removing them from the application namespace (and
potential conflict with other ACL functions elsewhere in the system).
Obtained from: TrustedBSD Project
2001-03-13 02:31:32 +00:00
dd
585c8d185e
Document the rest of the possible return codes.
...
PR: 25188
Approved by: nik
2001-03-13 01:08:36 +00:00
jkh
2cf26edecc
Properly deal with the fvwm desktop - this should restore that option
...
to functionality.
2001-03-12 22:43:27 +00:00
phk
07e97d2a86
Correctly cleanup in case of failure to bind a pcb.
...
PR: 25751
Submitted by: <unicorn@Forest.Od.UA>
2001-03-12 21:53:23 +00:00
jlemon
07f8080780
Move the fxp driver so it is under the miibus section.
2001-03-12 21:51:07 +00:00
jlemon
73623a0ee0
Adjust the fxp module to use the correct directory path, and add a
...
dependency on miibus.
2001-03-12 21:44:19 +00:00
jlemon
d8cedc30de
Fix a whitespace bogon.
...
Pointed out by: ps
2001-03-12 21:42:45 +00:00
jlemon
261da7b577
Make the miibus'ified the new fxp driver for -current.
2001-03-12 21:41:29 +00:00
jlemon
f2248a5996
Convert the fxp driver to miibus, which involves ripping out the PHY
...
logic and media bits. Support for Intel PHYs can now be found in
dev/mii/inphy.c.
Clean up the driver, and add various 82558 and 82559 specific bits.
2001-03-12 21:30:52 +00:00
jkh
bfe50892f1
Allow a script-using to disable the emergency holographic shell as
...
a security measure.
Requested by: "David E. Cross" <crossd@enterprise.cs.rpi.edu>
2001-03-12 21:26:06 +00:00
ru
3a2d857766
.St -p1003.1g -> .St -p1003.1g-2000.
2001-03-12 17:28:01 +00:00
ru
34101a084a
.St macro cleanup:
...
- spell the abbreviation of 1003.1 as ``POSIX.1''
- fixed the description of -p1003.1-90; it was sold as ISO/IEC 9945-1:1990
- removed -p1003.1b; it only existed as 1003.1b-1993 (-p1003.1b-93), and
is part of 1003.1 since 1003.1-1996.
- replaced -p1003.1g (project) with -p1003.1g-2000 (approved draft)
- changed abbreviation of -isoC from ``ISO C'' to ``ISO C89''
- removed -iso9899 alias for -isoC
- IEC was missing from some names
- added abbreviation for -susv2 (``SUSv2'')
2001-03-12 17:19:38 +00:00
sanpei
306eb51245
Add PC-Card entry, I-O DATA PCET/TX-R
...
This card was DL10022 based card.
Submitted by: [bsd-nomads:15287]
Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-03-12 13:11:17 +00:00
brian
24ef2a2adf
Deal with ENOENT properly on non-devfs machines
...
Broken in revision 1.109
2001-03-12 12:53:53 +00:00
jkh
338f25906d
Really finish softupdate setting from the label editor and fix
...
a few cosmetic problems:
o Allow it to work with scripts (see man page or install.cfg file).
o Preserve old softupdates flag across newfs toggles
o Clean up partitioned/labelled flag handling
o Don't ask for MBR choice again if you've already written it out.
o Actually document the new features.
2001-03-12 10:18:54 +00:00
ru
2833cfc211
mdoc(7) police:
...
removed hard sentence breaks, use Ft for function return type.
2001-03-12 10:15:03 +00:00
ru
eae0e490e3
Fixed typo.
2001-03-12 10:07:33 +00:00
ru
7b764c6a0e
mdoc(7) police: misc formatting fixes.
2001-03-12 09:33:07 +00:00
ru
d3a3cdbcc9
mdoc(7) police: misc formatting fixes.
2001-03-12 09:26:32 +00:00
ru
cc4ee47231
mdoc(7) police: add a missing An call.
2001-03-12 09:18:12 +00:00
ru
9994a61e4a
mdoc(7) police:
...
o Update document date.
o Remove hard sentence break.
o Sort xrefs.
2001-03-12 09:14:22 +00:00
ru
8debd4d8a0
mdoc(7) police: misc formatting fixes.
2001-03-12 09:05:59 +00:00
ru
e6ec102c95
mdoc(7) police: mark C types with Vt macro.
2001-03-12 08:54:49 +00:00
assar
07c5543bb1
Fix LP64 problem in Kerberos 5 TGT passing.
...
Obtained from: NetBSD (done by thorpej@netbsd.org )
2001-03-12 08:14:22 +00:00
kris
b38db8f922
Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel
...
builds. This may be disabled using the NO_CPU_COPTFLAGS variable.
Reviewed by: arch
2001-03-12 07:47:09 +00:00
ache
a02554ace1
Document newly added "paste" keyword
2001-03-12 07:05:44 +00:00
assar
e79905605f
change the default mode from adhoc to bss (infrastructure)
...
Reviewed by: Brooks Davis <brooks@one-eyed-alien.net>
2001-03-12 06:13:39 +00:00
markm
37dcaeac7f
Remove duplicate entry.
...
Submitted by: Paul Herman <pherman@frenchfries.net>
2001-03-12 06:05:38 +00:00
will
fc79ba5be0
Fix top(1) display for SMP systems where the username is longer than 14
...
characters. This should avoid unattractive wrapping for people who are
stuck in an 80x24 screen. :-)
PR: 22270
Submitted by: William Carrel <williamc@go2net.com>
2001-03-12 05:53:54 +00:00
bp
68e03855ac
Apply some grammar fixes.
...
Submitted by: asmodai
2001-03-12 05:18:37 +00:00
dougb
4b267fa5fd
Add flags option for savecore.
...
Submitted by: David A. Panariti <davep@who.net>
2001-03-12 05:18:03 +00:00
assar
06f90766a4
change default from adhoc mode to BSS (infrastructure)
2001-03-12 04:49:50 +00:00
assar
c63261057a
enable auto-negotiation of encrypt and decrypt
2001-03-12 03:54:48 +00:00
assar
a8f26efb45
reset uid back to the user before doing kerberised change password.
...
root permission is not needed and the kerberos library is paranoid
about access control to the ticket file
PR: bin/20779
2001-03-12 03:52:00 +00:00
assar
1387b4dc3d
initialize pointers to NULL and sized to 0 to avoid free:ing invalid memory.
...
PR: bin/20779
2001-03-12 03:48:03 +00:00
jlemon
9060ef19e9
Eliminate global node types and instead use an operations vector for
...
each node in order to make it easier to add new entries.
Rewrite the internal directory structure so that it is possible to
have independent subdirectories. Utilize this to add /proc/net/dev.
Reviewed by: DES
2001-03-12 03:16:56 +00:00