Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko | |
Westhuizen <michael@skanky.homeunix.net> with little tweaks. Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend ok millert@ | |||
2004-01-20 | Correct checks for non-i810 chip; from FreeBSD. | Alexander Yurchenko | |
test and ok millert@ | |||
2004-01-20 | notes on pool_cache. ok markus jmc a while back. | Ted Unangst | |
2004-01-20 | No HP-IB disks on hppa (yet). | Miod Vallat | |
2004-01-20 | the pfsync interface does not have a baudrate, so don't claim 100 MBit/s | Henning Brauer | |
ok mcbride@ | |||
2004-01-20 | More notes^Wtypos in the partitions... | Miod Vallat | |
2004-01-20 | macppc disks are more likely to be wd0 than sd0... | Miod Vallat | |
2004-01-20 | A few touches; some parts are still crying for help. | Miod Vallat | |
2004-01-20 | Stop parsing the buffer after an appropriate number of digits; from NetBSD | Todd C. Miller | |
OK otto@ and miod@ | |||
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat | |
fails. Unfortunately, in this case, do_vspoll() would invoke the reset function ad nauseum. Allow the flow to exit this infernal loop, attach() will correctly fail. This is temporary band-aid until a stronger reset sequence is found. | |||
2004-01-20 | Add strptime regress from NetBSD; OK miod@ after un-peeing. | Todd C. Miller | |
2004-01-20 | when reading eeprom for the address, DELAY(4) during the operations. | Theo de Raadt | |
added by netbsd to support cats machines, but i ran into it on the alpha cs20's fxp0 when additional bits got set or reset randomly | |||
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat | |
arithmetic, when computing cmmu numbers. | |||
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat | |
don't want. honest. really). | |||
2004-01-20 | When trying to append to a gzipped archive, print msg using errx(), | Otto Moerbeek | |
not err(). ok millert@ | |||
2004-01-20 | show usage if called without command | Henning Brauer | |
2004-01-20 | args, unbreak | Henning Brauer | |
2004-01-20 | getopt & usage, prodded by theo | Henning Brauer | |
2004-01-20 | fix error logging on connection attempts from !root user | Henning Brauer | |
2004-01-20 | let XFS compile; miod ok | Theo de Raadt | |
2004-01-20 | check early wether user _bgpd exists so we can bail out early and nicely | Henning Brauer | |
prodded by theo | |||
2004-01-20 | If you go through the trouble of caching the name of the last printed | Otto Moerbeek | |
rpc num, you might as well use it later too. ok canacar@ | |||
2004-01-20 | Default xfs device is /dev/xfs0. Spotted by theo@ | Hans Insulander | |
2004-01-20 | Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS | Todd 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-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst | |
2004-01-20 | Ignore 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 theo | Henning Brauer | |
2004-01-19 | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ | Markus Friedl | |
2004-01-19 | Update comment; handling PFSYNC_ACT_UPD in pfsync_input() is no longer | Ryan Thomas McBride | |
optional. | |||
2004-01-19 | Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@ | Todd C. Miller | |
2004-01-19 | Get rid of a few useless defines, as well as a few duplicated ones; and | Miod 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-19 | The pessimistic tlb handling change turned out to be one more instance of | Miod 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-19 | Use off_t for file sizes, and don't forget to print a ':' when using | Otto Moerbeek | |
the -b option. ok millert@ | |||
2004-01-19 | Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@ | Todd C. Miller | |
2004-01-19 | for show interface, print the link status and speed as well. we need | Henning 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-19 | knf | Theo de Raadt | |
2004-01-19 | oops, _tcpdump here too, thanks miod | Theo de Raadt | |
2004-01-19 | fake _tcpdump user for upcoming privsep work | Theo de Raadt | |
2004-01-19 | emulation names are not changeable | Ted Unangst | |
2004-01-19 | fake consumption for half closed channels since the peer is waiting for | Markus 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-19 | Clean up creation and expiry timestamp calculations. | Ryan Thomas McBride | |
2004-01-19 | test taken from /usr/include/db.h | Marc Espie | |
ok millert@ | |||
2004-01-19 | Sane default size for afs cache, and leave example ualberta.ca in | Bob Beck | |
ThisCell, so anonymous access will work. ok deraadt@ | |||
2004-01-19 | Update to sendmail 8.12.11. I've been runninga beta version of this for | Todd C. Miller | |
some time without problems. See the RELEASE_NOTES for the change log. | |||
2004-01-19 | little wflag fallout spotted by atle kristensen | Ted Unangst | |
2004-01-19 | Rename 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-18 | don't include bsd.own.mk, it's included at the top of bsd.lib.mk | Marco S Hyman | |