| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
function names don't start in column 1.
|
| |
|
|
|
|
|
| |
sufficient to transfer all the data from stdin, or to stdout. Working
on pipes causes further fragmentation.
|
| |
|
|
|
|
| |
commands.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
is when the matched string spans the end of the inbuff. This fix allocates
twice the IBSIZE so that it can keep the last and the current text to search
in the inbuff so that the match won't fail if it gets truncated by the read.
It also warns if the search string is to long and truncates it.
Submitted by: Dough Ambrisco <ambrisco@ambrisco.roble.com>
|
|
|
|
|
|
| |
allow the user to install using a Numeric GID or UID.
this brings it in to line with chgrp and chown, ans is required
by some people using FreeBSD in a product.
|
| |
|
|
|
|
|
|
|
|
| |
#include <i386/include/clock.h> to get sysbeep() prototype
pcic.c:
add appropriate #ifdef around a prototype to quiet GCC because
fn decl. is also #ifdef'd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
E.g. for Easter, and entries like "04/SunFirst" calendar will
now report:
04/05* Good Friday (2 days before easter)
04/07* First Sunday...
instead of:
Easter-2 Good Friday...
04/SunFirst First Sunday...
I also modified the calendar files to use the variable day format
for a lot of events so that they will be reported correctly.
E.g. U.S. daylight savings time is now listed as:
04/SunFirst Daylight savings time...
There are still a lot of wrong dates in there for some events
that move from year to year, but I don't have a good calendar handy
right now that I can use for reference.
|
|
|
|
|
|
| |
turns out that it actually reduces performance in real-world cases.
Noticed by: bde
|
| |
|
| |
|
|
|
|
| |
Submitted by: wollman
|
|
|
|
| |
use .for loop for common targets
|
|
|
|
| |
check exit code from $MKDEP_CPP, not sed(1)
|
|
|
|
| |
be found with "man -k".
|
|
|
|
| |
recently.
|
| |
|
|
|
|
| |
messages.
|
|
|
|
| |
Make filetimes the same as DOS times for UTC cmos clock.
|
| |
|
|
|
|
| |
for DOS/FreeBSD.
|
| |
|
| |
|
|
|
|
| |
Submitted by: bde
|
|
|
|
| |
remember who suggested the 'caveat' section. Sorry.
|
|
|
|
|
| |
Manage adjkerntz kernel variable even for UTC clocks.
Code cleanup.
|
|
|
|
| |
UTC cmos clocks (needed for Local Timezone FSes)
|
| |
|
|
|
|
| |
mentions it as being Sun registered,.
|
|
|
|
|
|
|
|
|
|
|
| |
They don't have BUSY de-asserted by the time they ACK (and thus cause
an interrupt). The workaround is to try seeing if the BUSY will be
de-asserted soon, and if not, to use an incremental backoff and
semi-polled mode instead of the fixed timeout with 1/2 s we've been
using previously (that caused the printer to run really slooow).
Printers that have been working previously should not be affected by
this.
|
|
|
|
|
|
| |
keepalive on all tcp sessions. Setsockopt(2) cannot override this setting.
Maybe another one is needed that just changes the default for SO_KEEPALIVE ?
Requested by: Joe Greco <jgreco@brasil.moneng.mei.com>
|
|
|
|
|
|
|
|
|
| |
Controlled by: sysctl net.inet.tcp.log_in_vain: 1
Log UDP syn packets for ports we don't listen on.
Controlled by: sysctl net.inet.udp.log_in_vain: 1
Suggested by: Warren Toomey <wkt@cs.adfa.oz.au>
|
|
|
|
| |
some people.
|
| |
|
|
|
|
|
| |
warning about the root directory, then you could corrupt your filesystem
if you write to it. Someone, please, feel free to improve this :-)
|
|
|
|
|
| |
multiple of the clustersize in length to try and reduce the number
of questions we get on the subject.
|
|
|
|
|
|
|
|
|
|
| |
printjob.c: Use termios instead of sgtty structs and ioctls; remove
support for fs/fc/xs/xc capabilities, and replace them with the ms
capability (stty-like words, instead of octal bit patterns).
modes.c: Modified from stty's file, parses comma-seperated list of
tty modes (e.g., "cs8,-paren,-opost").
Reviewed by: rgrimes, joerg
|
|
|
|
|
|
| |
replace them with MS char* variable.
Reviewed by: rgrimes, joerg
|
|
|
|
|
|
| |
capability
Reviewed by: rgrimes, joerg
|
|
|
|
|
|
|
| |
Initial but not yet functional PCI support.
Reviewed by: phk
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
|
| |
|
| |
|
|
|
|
|
| |
Change interface between netinet and ip_fw to be more general, and thus
hopefully also support other ip filtering implementations.
|
|
|
|
| |
add new feature for "established"
|