summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-20getopt & usage, prodded by theoHenning Brauer
2004-01-20fix error logging on connection attempts from !root userHenning Brauer
2004-01-20let XFS compile; miod okTheo de Raadt
2004-01-20check early wether user _bgpd exists so we can bail out early and nicelyHenning Brauer
prodded by theo
2004-01-20If you go through the trouble of caching the name of the last printedOtto Moerbeek
rpc num, you might as well use it later too. ok canacar@
2004-01-20Default xfs device is /dev/xfs0. Spotted by theo@Hans Insulander
2004-01-20Fix the example code. The loop invariant 'i' was not bound by MAXTOKENSTodd C. Miller
which could result in writing a NUL byte outside of tokens[]. A fix, from Patrick Latifi, is to move the increment into the "i < MAXTOKENS - 1" block.
2004-01-20some pieces of ufs2. help testing otto sturmTed Unangst
2004-01-20Ignore pfsync packets if pf is not running.Ryan Thomas McBride
2004-01-20- macppc -> __macppc__Brad Smith
- remove swapgeneric.c on pegasos and remove bogus Locore for lint target ok drahn@
2004-01-19(v)fprintf atomically in vlog() in debug mode, prodded by theoHenning Brauer
2004-01-19fix mem leaks; some fixes from Pete Flugstad; tested dtucker@Markus Friedl
2004-01-19Update comment; handling PFSYNC_ACT_UPD in pfsync_input() is no longerRyan Thomas McBride
optional.
2004-01-19Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@Todd C. Miller
2004-01-19Get rid of a few useless defines, as well as a few duplicated ones; andMiod Vallat
move 8820x-only definitions to the adequate header. Also crank MAXPHYSMEM to a more realistic value.
2004-01-19``3 pages of u-area ought to be enough for everybody''Miod Vallat
(deraadt wanted 2, I wanted 4, actually...)
2004-01-19The pessimistic tlb handling change turned out to be one more instance ofMiod Vallat
the phys_map_vaddr bug. So switch back to regular tlb invalidations, and optimize the two or three page invalidation situation.
2004-01-19-b reports offsets in bytes.Otto Moerbeek
ok millert@
2004-01-19Use off_t for file sizes, and don't forget to print a ':' when usingOtto Moerbeek
the -b option. ok millert@
2004-01-19Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@Todd C. Miller
2004-01-19for show interface, print the link status and speed as well. we needHenning Brauer
to do this depending on the media type, so print that as well if known. design following a discussion with theo claudio ok
2004-01-19knfTheo de Raadt
2004-01-19oops, _tcpdump here too, thanks miodTheo de Raadt
2004-01-19fake _tcpdump user for upcoming privsep workTheo de Raadt
2004-01-19emulation names are not changeableTed Unangst
2004-01-19fake consumption for half closed channels since the peer is waiting forMarkus Friedl
window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@ reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo'
2004-01-19Clean up creation and expiry timestamp calculations.Ryan Thomas McBride
2004-01-19test taken from /usr/include/db.hMarc Espie
ok millert@
2004-01-19Sane default size for afs cache, and leave example ualberta.ca inBob Beck
ThisCell, so anonymous access will work. ok deraadt@
2004-01-19Update to sendmail 8.12.11. I've been runninga beta version of this forTodd C. Miller
some time without problems. See the RELEASE_NOTES for the change log.
2004-01-19little wflag fallout spotted by atle kristensenTed Unangst
2004-01-19Rename a few defines to avoid namespace pollution. The only one used was ↵Kenneth R Westerback
'READ' which is now 'NVREAD'. Potential conflict with SCSI 'READ' spotted by tdeval@.
2004-01-18don't include bsd.own.mk, it's included at the top of bsd.lib.mkMarco S Hyman
2004-01-18don't include bsd.own.mk a second timeMarco S Hyman
'I don't see the harm in that --millert@'
2004-01-18clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC.Bob Beck
ok deraadt@, todd@
2004-01-18add regression tests for /dev/ptm.Bob Beck
ok deraadt@
2004-01-18Port is already stored in network byte order, no need to convert.Ryan Thomas McBride
2004-01-18track interface type and baudrate as wellHenning Brauer
ok claudio@
2004-01-18Unbreak *grep -w -l. ok millert@Otto Moerbeek
2004-01-18make sure ln.len gets initialized. Okay millert@Marc Espie
2004-01-18Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogusOtto Moerbeek
DNS traffic. ok canacar@ jakob@
2004-01-18Create log files if they do not already exist, but do not followCan Erkin Acar
symlinks. ok markus@
2004-01-18Silence match() unless DEBUG.Miod Vallat
2004-01-18print link state for RTM_IFINFO messages, flush stdout correctlyMarkus Friedl
if message contains no address; ok mpf@, deraadt@, mcbride@
2004-01-18send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@Markus Friedl
2004-01-18document port specific systrace.filterNikolay Sturm
2004-01-18sort options;Jason McIntyre
ok claudio@ henning@
2004-01-18this is where dhclient will start surgeryTheo de Raadt
2004-01-18spacingTheo de Raadt
2004-01-17Add _PATH_SSH, remove the restTodd C. Miller