| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Make sockaddr printing code unbad.
Always copy in sizeof(sockaddr_un) bytes for an AF_UNIX sockaddr,
despite what the length may be.
|
|
|
|
|
|
|
| |
PR: 17405, 16320
Submitted by: Mark W. Krentel <krentel@dreamscape.com>
Submitted by: Peter Edwards <peter.edwards@ireland.com>
MFC after: 2 weeks
|
|
|
|
|
|
| |
Add FreeBSD tags.
Reviewed by: cmp
|
| |
|
|
|
|
|
|
|
| |
Lowercase some titles (by me)
PR: 31769
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
|
| |
|
|
|
|
|
| |
PR: 31536
Submitted by: Alan Batie <alan@agora.rdrop.com>
|
|
|
|
|
|
|
|
| |
file at one time.
PR: 24732
Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru>
MFC after: 2 weeks
|
| |
|
|
|
|
| |
Reviewd by: knu
|
| |
|
|
|
|
| |
The biggest thing missing from Bell-Labs AWK is the character class regexes.
|
|
|
|
|
| |
fgetln/fwrite instead of getc/putchar, this seems about five times
faster.
|
| |
|
|
|
|
| |
complaining; the resulting output was useless.
|
| |
|
|
|
|
|
|
|
|
|
| |
the currently-running kernel (and supercedes an executable file argument
given). With this change, properly-compiled KLD modules are now
able to be profiled.
Obtained from: NAI Labs CBOSS project
Funded by: DARPA
|
| |
|
|
|
|
| |
utmp-related commits). fixed.
|
| |
|
|
|
|
|
|
|
| |
modification to add glob support. The submitted patch used a degraded
form of KNF.
Reviewed by: bde
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ANSIfy function declarations
- braces around initializers structs within structs
- add parens in complicated expressions
- disambiguate dangling elses
- no more implicit int
- make functions static where possible
- use prototypes
- don't use varargs hack for diag()
Requested by: joerg
MFC after: 2 weeks
|
|
|
|
| |
him to have been born in the 15th century.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
target devices, not just individual devices and directories. This
permits activities such as:
ttyv0 0600 /dev/dsp*
Whereas previously that was not supported. This change is
backwards-compatible, except where device names included globbing
characters, which is not the case for any devices listed in MAKEDEV.
Submitted by: Maxime Henrion <mux@qualys.com>
MFC after: 3 weeks
|
|
|
|
|
| |
year it was on 22 October, which makes me think that it's the 4th
Monday in October. At least this way it's correct for this year.
|
|
|
|
|
| |
PR: docs/31388
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
|
| |
|
|
|
|
| |
PR: 31415
|
| |
|
|
|
|
| |
reorder includes everywhere to conform to style(9).
|
|
|
|
|
|
|
|
|
| |
AF_INET6 and AF_UNIX sockaddrs, and will recognize accept(), bind(),
connect(), getpeername() and getsockname() as syscalls taking sockaddr
arguments. Some enterprising soul might want to add (and test) support
for the send() / recv() family of syscalls as well.
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
PR: bin/6015
Submitted by: myself (schweikh)
Patch by: Alexey V.Neyman <alex.neyman@auriga.ru>
Tested by: indenting my chess problem solver and running its test suite
MFC after: 3 weeks
|
| |
|
| |
|
|
|
|
| |
Note that the IPX code doesn't update these correctly yet, but should.
|
| |
|
| |
|
| |
|
|
|
|
| |
seconds instead of leaving the uptime field blank.
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
server may not return a new line character on the final line.
o Remove the whois.networksolutions.com fallback code, which is no
longer needed.
o Instead of determining a hostname by terminating it when we see
whitespace, only allow hostname characters and terminate the string
when it's not such a character.
o Add a small optimization in a for loop.
PR: 30968
Reviewed by: -audit
MFC after: 4 days
|
|
|
|
|
|
| |
- Add/change some comments,
- remove superfluous `if (1||x)' and re-indent,
- fix initialization of floppyinfo[] to get rid of warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Restore the ability to look up network names in the networks(5)
database by passing getnetbyaddr(3) shifted network numbers,
but without duplicating the old bug that was fixed in 1.27 (we
now only shift netnums with standard netmasks). For example:
Before:
$ netstat -r
[...]
127.0.1/24 localhost UGSc 0 0 lo0
127.0.2/24 localhost UGSc 0 0 lo0
After:
$ netstat -r
[...]
subnet1/24 localhost UGSc 0 0 lo0
subnet2/24 localhost UGSc 0 0 lo0
- Only try to lookup with the forged netmask if the mask was not
explicitly specified, like it was before 1.27. For example:
Before:
$ netstat -r
net-44.ampr.org/25 localhost UGSc 0 0 lo0
net-44.ampr.org/25 localhost UGSc 0 0 lo0
After:
44.108.2/25 localhost UGSc 0 0 lo0
44.108.2.128/25 localhost UGSc 0 0 lo0
- Make sure to null-terminate the resulting string.
MFC after: 1 week
|
| |
|
| |
|
|
|
|
| |
This isn't true nowadays.
|
|
|
|
|
| |
PR: bin/31156
MFC after: 1 week
|