mikeh
1cdd9402ff
Call clnt_destroy() to prevent exhausting resources.
...
PR: bin/14255
Reviewed by: Kenji Tomita <tommy@ti.com>
MFC after: 2 weeks
2001-06-19 03:48:26 +00:00
mikeh
ab585f780e
Cleanup the mix of styles in this file:
...
- spaces -> tabs
- return(0) -> return (0)
- wrap longlines
Reviewed by: md5
MFC after: 2 weeks
2001-06-19 03:37:21 +00:00
dd
0dd8d48250
This command has more than four options.
2001-06-19 03:34:03 +00:00
grog
6306001105
Add IBM "High Rate Wireless LAN PC Card", a rebadged Lucent WaveLAN/IEEE.
...
MFC after: 2 weeks
2001-06-19 01:21:22 +00:00
dd
df1256faf7
Print "-" instead of "" in the grace field if there is no grace
...
period; this keeps the number of whitespace-separated fields constant.
PR: 15739, 23908
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
2001-06-19 00:47:24 +00:00
dd
a284c32828
CND has been unused for two years, and RND has been unused for five
...
years; remove them from CFLAGS.
PR: 23712
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2001-06-19 00:39:29 +00:00
dd
18ce5cb97d
Hook mdmfs into the build.
2001-06-18 23:47:18 +00:00
dd
2a395fdfb3
Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),
...
newfs(8), and mount(8) that mimics the command line option set of the
deprecated mount_mfs(8).
Approved by: jkh, phk, -hackers
2001-06-18 23:46:58 +00:00
dbaker
b037431a26
add ircs, per IANA
...
MFC after: 3 days
2001-06-18 23:33:09 +00:00
brian
12a7d2d747
Call va_start/va_end for each call to vfprintf
...
Obtained from: OpenBSD
2001-06-18 23:24:26 +00:00
wollman
0f5efa86e5
Fix spelling of `errno' and add cross-references.
2001-06-18 22:26:31 +00:00
wollman
ca0dfa8b79
Document _SC_IOV_MAX. Add cross-references to pathconf(2), confstr(3), and
...
getconf(1). This document still needs to be sorted and to have other missing
parameters described.
2001-06-18 22:18:08 +00:00
wpaul
00f007fade
Fix some memory bugs with regard to jumbo buffers. I made a mistake when
...
converting from the old external mbuf buffer code to the new (with the
MEXTADD() macro). Also free free list memory correctly in
foo_free_jumbo_mem() routines: grab the head of the list, then
remove it, _then_ free() it.
This fixes the memory corruption problem I've been chasing in the level 1
driver.
2001-06-18 22:04:40 +00:00
dd
ce724d80ee
When processing -a, strip off the path of the argument before copying
...
it to the output.
Reviewed by: alex
2001-06-18 21:57:24 +00:00
pirzyk
1a5baf9945
Added CTLTYPE_{UINT|LONG|ULONG} types.
...
PR: kern/21132
Reviewed by: no objections to by -arch
MFC after: 1 month
2001-06-18 21:07:04 +00:00
pirzyk
976a20fbb6
modfied sysctl command to allow setting values > 2GB if the mib supports it.
...
PR: kern/21132
Reviewed by: no objections to by -arch
MFC after: 1 month
2001-06-18 21:06:24 +00:00
wpaul
261a8db180
Typo/mind-o fixes.
2001-06-18 20:57:03 +00:00
dd
e4094cb6c3
Correct getopt usage and a syntax error (period used instead of a semicolon).
2001-06-18 20:36:06 +00:00
wollman
204b9a8a22
After one too many PRs on the subject, bite the bullet and define IOV_MAX
...
and its associated constants. Implement _SC_IOV_MAX in the usual way.
Be a bit sloppy about the namespace question; this should get cleared up
in time for 5.0.
MFC after: 1 month
2001-06-18 20:24:54 +00:00
dd
e55cc77a7f
Xref zcat(1).
2001-06-18 20:00:39 +00:00
cg
54d21ac4da
stop csa from panicing in clkrun_hack() - we were using free'd memory
...
don't leak memory in clkrun_hack()
Submitted by: grog (partially)
2001-06-18 19:58:03 +00:00
jhb
1852c17085
Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant when
...
it writes out to the trace file.
Reported by: peter, gallatin, and others
2001-06-18 19:23:43 +00:00
jhb
106b33e493
Initialize mutexes needed early on all in the same place so that the
...
startup routine more closely matches that of alpha and ia64. At some
point the common mutexes shared across all platforms probably should move
into sys/kern_mutex.c.
2001-06-18 19:19:38 +00:00
jhb
541ec06b6c
- Add support for decoding syscall names. (Brought over from the new alpha
...
trace code that was brought over from NetBSD.)
- Check for "syscall_with_err_pushed" as the label prior to a syscall trap
frame rather than "Xlcall_syscall" and "Xint0x80_syscall". We don't
have a valid trapframe during the short range of code that those two
symbols now cover.
- Simplify db_next_frame() to avoid duplicating the code for the different
trap frame types.
- Don't try to trace a swapped-out process. (Brought over from NetBSD via
the new alpha trace code.)
2001-06-18 19:17:30 +00:00
jhb
d93acbadde
Include sys/pcpu.h to get the prototype for globaldata_register() to quiet
...
a warning.
2001-06-18 19:06:14 +00:00
tmm
aa003601da
Call bus_teardown_intr when csa_attach fails after the interrupt has
...
been set up.
PR: kern/28178
Reviewed by: cg
MFC after: 2 weeks
2001-06-18 18:36:34 +00:00
dwmalone
3f41cb9d84
If the username we are trying to look up in the db files won't fit into
...
the buffer then act like it doesn't exist. The buffer is always big enough
for any valid username.
PR: 27860
Reviewed by: nectar
2001-06-18 16:09:24 +00:00
ru
2012259e87
Pick up the correct headers from sys/contrib/ipfilter/netinet.
2001-06-18 15:55:28 +00:00
ru
227ce6056b
Removed duplicate copies of files already present in sys/contrib/ipfilter.
...
Not objected to by: -arch
2001-06-18 15:54:04 +00:00
brian
9d7cdee0ca
Use linker_reference_module() instead of hard-coding the digi_*
...
module path.
2001-06-18 15:10:20 +00:00
brian
a08eb62a0d
Add linker_reference_module().
...
This function loads a module if required, otherwise bumps the reference
count -- the opposite of linker_file_unload().
2001-06-18 15:09:33 +00:00
brian
9e23c5414a
Credit John Prince and Eric Hernes for their work.
2001-06-18 15:02:33 +00:00
brian
e0acd9811e
Add support for stateful MPPE (microsoft encryption) providing
...
encryption compatibility with Windows 2000. Stateful encryption
uses less CPU but is bad on lossy transports.
The ``set mppe'' command has been expanded. If it's used with any
arguments, ppp will insist on encryption, closing LCP if the other
end refuses.
Unfortunately, Microsoft have abused the CCP reset request so that
receiving a reset request does not result in a reset ack when using
MPPE...
Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
2001-06-18 15:00:22 +00:00
brian
14263ff751
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
...
allow MRU/MTU negotiations to exceed 1492.
Add an optional ``max'' specifier to ``set m[rt]u'', ie.
set mtu max 1480
Bump the ppp version number.
Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
2001-06-18 14:59:36 +00:00
ru
fd0a00a729
Make this really work.
2001-06-18 12:35:14 +00:00
ume
45b878b72d
call pfxlist_onlink_check() at the end of in6_tmpifadd(), to make sure
...
a temporary address generated from a detached public one also detached.
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME
2001-06-18 11:37:06 +00:00
brian
59c2ccba3b
Don't remove the SI_CHEAPCLONE for unsupported minors
2001-06-18 09:22:30 +00:00
brian
6238970e0f
Remove the SI_CHEAPCLONE flag when hanging resources off the dev_t
2001-06-18 09:21:59 +00:00
roam
90dc66d97b
Add a -d command-line option; when used in conjunction with -f, rarpd
...
sends error messages to stderr, normal output to stdout, instead of
logging everything via syslog.
Turn off the FORMAT_AUDIT in the Makefile, until I can figure out how
to disable the check for one single line in the source :(
Reviewed by: dd, silence on -audit
MFC after: 1 month
2001-06-18 06:48:33 +00:00
roam
70e687ffe3
Teach fstat(1) about FIFO's - it's OK to display them as regular files.
...
While I'm here, fix two second-level indents to be four spaces.
Reviewed by: dd, -audit
2001-06-18 06:29:31 +00:00
assar
4c51e07cb5
(cantwrite): do not allocate memory for a NULL string
...
PR: misc/26044
MFC after: 1 week
Submitted by: bde
2001-06-18 04:44:23 +00:00
assar
d9a93f32bc
revert freeing of memory that gets allocated when str == NULL
...
(this will be fixed in a better way)
PR: misc/26044
2001-06-18 04:40:52 +00:00
mikeh
016a180889
Support mail boxes that have dates without seconds (SysV) and those
...
that have a timezone as <-|+>nnnn (eg. imapd).
PR: bin/11746
Obtained from: OpenBSD
MFC after: 2 weeks
2001-06-18 04:28:03 +00:00
mikeh
98c48a5fa1
Fix typo: clnt_destroy() only takes one arg.
...
MFC after: 2 weeks
2001-06-18 00:45:31 +00:00
cg
c24cb000aa
use devclass_get_maxunit() correctly
2001-06-18 00:10:47 +00:00
cg
420f58376d
revise dsp_clone() to return the first nonbusy channel instead of simply
...
cycling channel numbers.
remove unused fields from struct snddev_info.
2001-06-17 23:23:06 +00:00
cg
494b7c7475
fix a potential panic in dsp_clone() if no pcm devices were detected
2001-06-17 20:15:29 +00:00
wilko
ca48033e45
Note support for the Digital Etherworks DE305 card
2001-06-17 14:25:09 +00:00
nyan
8e35240c43
Don't assume that resource type is ioport and rid equal 0.
2001-06-17 13:33:59 +00:00
alex
258cf0e7e2
Document the -a flag.
2001-06-17 11:22:57 +00:00