| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
columns confuse the heck out of other apps trying to parse vmstat output
(eg sscope). I made sure we're still <= 80 cols per line.
Fixed warnings about unused vars and printf %format mismatches.
Requested by: Eugene Aleynikov <eugenea@infospace.com>
Reviewed by: joerg (implicitly)
MFC after: 2 weeks
|
| |
|
| |
|
|
|
|
| |
Submitted by: Alexey V. Neyman <avn@any.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
requirements(RFC1573, interface MIB). This change for 4.4BSD was
first introduced in if_ethersubr.c:1.17->1.18.
BTW, iflastchange on all of IFs are inconsistent. e.g.
ether, tun: update
fddi, tokenring, ppp: not update
I'll make patch later.
Obtained from: KAME
MFC after: 2 weeks
|
| |
|
|
|
|
|
| |
Obtained from: KAME
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
versions/revisions.
Modified from the original patch to mark G3 and G4 processors as such.
Submitted by: Jeff Schottmiller <jeff@neoscale.com>
|
| |
|
|
|
|
|
|
| |
This should make dependencies at load time work like before. Oops.
Noticed by: markm
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* src/roff/troff/node.h (node::node): Initialize `last'.
This fixes coredump on \b'\(sq' sequence.
Urged by: eivind
|
| | |
|
| |
| |
| |
| |
| | |
PR: 28251
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
|
| |
| |
| |
| |
| | |
PR: bin/4949
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| | |
PR: bin/14255
Reviewed by: Kenji Tomita <tommy@ti.com>
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- spaces -> tabs
- return(0) -> return (0)
- wrap longlines
Reviewed by: md5
MFC after: 2 weeks
|
| | |
|
| |
| |
| |
| | |
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| | |
period; this keeps the number of whitespace-separated fields constant.
PR: 15739, 23908
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
|
| |
| |
| |
| |
| |
| |
| | |
years; remove them from CFLAGS.
PR: 23712
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
newfs(8), and mount(8) that mimics the command line option set of the
deprecated mount_mfs(8).
Approved by: jkh, phk, -hackers
|
| |
| |
| |
| | |
MFC after: 3 days
|
| |
| |
| |
| | |
Obtained from: OpenBSD
|
| | |
|
| |
| |
| |
| |
| | |
getconf(1). This document still needs to be sorted and to have other missing
parameters described.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
it to the output.
Reviewed by: alex
|
| |
| |
| |
| |
| |
| | |
PR: kern/21132
Reviewed by: no objections to by -arch
MFC after: 1 month
|
| |
| |
| |
| |
| |
| | |
PR: kern/21132
Reviewed by: no objections to by -arch
MFC after: 1 month
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| |
| | |
don't leak memory in clkrun_hack()
Submitted by: grog (partially)
|
| |
| |
| |
| |
| |
| | |
it writes out to the trace file.
Reported by: peter, gallatin, and others
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.)
|
| |
| |
| |
| | |
a warning.
|
| |
| |
| |
| |
| |
| |
| |
| | |
been set up.
PR: kern/28178
Reviewed by: cg
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| |
| |
| | |
the buffer then act like it doesn't exist. The buffer is always big enough
for any valid username.
PR: 27860
Reviewed by: nectar
|
| | |
|
| |
| |
| |
| | |
Not objected to by: -arch
|
| |
| |
| |
| | |
module path.
|
| |
| |
| |
| |
| | |
This function loads a module if required, otherwise bumps the reference
count -- the opposite of linker_file_unload().
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|