Age | Commit message (Expand) | Author |
2004-01-21 | support format `%p' to print pointers in eformat() | Vincent Labrecque |
2004-01-21 | Replace some strncpy() calls with strlcpy() | Jean-Francois Brousseau |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove |
2004-01-20 | duplicated entry; evarts@amazon.com | Theo de Raadt |
2004-01-20 | do not put INET6 here, we want bsd.rd that fits | Theo de Raadt |
2004-01-20 | netsec board supports the most sessions... who cares: | Jason Wright |
2004-01-20 | explicit .x.[ch] rules to avoid accidental bad matches in /usr/include. | Matthieu Herrb |
2004-01-20 | don't limit the number of sessions to the onboard ram (always upload the | Jason Wright |
2004-01-20 | Call _exit() not exit() from abort() if we are unable to kill ourselves | Todd C. Miller |
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko |
2004-01-20 | Correct checks for non-i810 chip; from FreeBSD. | Alexander Yurchenko |
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 |
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 |
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat |
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 |
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat |
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat |
2004-01-20 | When trying to append to a gzipped archive, print msg using errx(), | Otto Moerbeek |
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 |
2004-01-20 | If you go through the trouble of caching the name of the last printed | Otto Moerbeek |
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 |
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 |
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 |
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 |
2004-01-19 | ``3 pages of u-area ought to be enough for everybody'' | Miod Vallat |
2004-01-19 | The pessimistic tlb handling change turned out to be one more instance of | Miod Vallat |
2004-01-19 | -b reports offsets in bytes. | Otto Moerbeek |
2004-01-19 | Use off_t for file sizes, and don't forget to print a ':' when using | Otto Moerbeek |
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 |
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 |