Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-31 | typo; | Jason McIntyre | |
2004-03-31 | consistency fixes for le(4) description; | Jason McIntyre | |
started by a diff from xsa@, with help from (and ok) miod@ | |||
2004-03-31 | a little cleanup; | Jason McIntyre | |
2004-03-31 | from Jared Yanovich: | Jason McIntyre | |
- sync w/ header - consistency fixes - better macro usage - wording corrections/improvements ok dhartmei@ | |||
2004-03-31 | Pimp-off VMWare ESX Server 2 support using mpt. Ok deraadt@ | Marco Peereboom | |
2004-03-30 | Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected. | Todd C. Miller | |
From NetBSD. | |||
2004-03-30 | knock out INET6: media too large for some machines | Theo de Raadt | |
2004-03-30 | s/elapsed/lapsed/; | Jason McIntyre | |
from STeve Andre' | |||
2004-03-30 | 10 X's for mktemp(1); | Jason McIntyre | |
adjust list -widths accordingly; based on a diff from STeve Andre' | |||
2004-03-30 | Allow spamd_flags banner to contain spaces. Resolves PR 3720. | Otto Moerbeek | |
ok beck@ millert@ | |||
2004-03-30 | Add support for expanding GNU long links from NetBSD. I've had this | Todd C. Miller | |
in my tree for ages but didn't have a proper test case. Thanks to otto@ for providing one. | |||
2004-03-30 | if a string considered a filename is too long, don't exit but just let | Nikolay Sturm | |
the syscall fail, it might not actually be a filename fixes pr 3140, ok provos@ | |||
2004-03-30 | no need to force N_EXT as deducted later from type | Michael Shalayeff | |
2004-03-30 | there is more than one way to define symbol type in elf...; kill a debugging ↵ | Michael Shalayeff | |
printf too | |||
2004-03-30 | translate names in .sbss section as static N_BSS; found by drahn@ | Michael Shalayeff | |
2004-03-30 | grammar; | Xavier Santolaria | |
ok jmc@. | |||
2004-03-30 | sync comment with reality | Damien Miller | |
2004-03-30 | Add rc.conf.local to mtree/special. From Dmitry Medvedev. ok deraadt@. | Kenneth R Westerback | |
2004-03-30 | wrap each install operation into eval {} so that a die there will leave | Marc Espie | |
us a chance to register what's already happened. | |||
2004-03-30 | do not allow non-sensible stuff in packing-lists. | Marc Espie | |
2004-03-29 | use malloc (oops) | Theo de Raadt | |
2004-03-29 | wrong FD_ZERO(); from ho, hshoexer, markus | Theo de Raadt | |
2004-03-29 | memory mishandling; from ho | Theo de Raadt | |
2004-03-28 | Revise for OpenBSD 3.5 and mentio bsd.rd-a.out; OK deraadt@ | Todd C. Miller | |
2004-03-28 | Check variables in incoming packets which can cause problems if they're set | Ryan Thomas McBride | |
to arbitrary values. Invalid state->timeout can hit a KASSERT in pf, the other ones should be ok but we check them just to make sure. ok dhartmei@ deraadt@ | |||
2004-03-28 | memory leak fix; from pat, via tedu, ok dhartmei | Theo de Raadt | |
2004-03-28 | update packages list for 3.5; reminded by miod & theo | Peter Valchev | |
2004-03-27 | wrap if_down() in splimp; tholo ran into splassert, miod tholo ok | Theo de Raadt | |
2004-03-27 | Fold the contents section, no real text change. ok deraadt@ | Miod Vallat | |
2004-03-27 | more supported cards and other fixes from jmc@ and marco@; deraadt@ ok | Michael Shalayeff | |
2004-03-27 | sync struct pf_status with reality, reminded by joel knight, theo ok | Henning Brauer | |
2004-03-27 | Nm ipsec; kevlo jmc | Theo de Raadt | |
2004-03-26 | Properly m_copyback() modified TCP sequence number after demodulation | Daniel Hartmeier | |
ok mcbride@, henning@, cedric@, deraadt@ | |||
2004-03-26 | don't use mbuf after free; ok mcbride, deraadt, cloder | Markus Friedl | |
2004-03-26 | Specify units: xxM -> xxMB, etc | Tom Cosgrove | |
ok miod@ deraadt@ | |||
2004-03-26 | Also raise advskew to 240 while we wait for pfsync to get it's bulk update. | Ryan Thomas McBride | |
This is to deal with situations where the network is not working during boot so we become master by default - the high advskew value allows other carp boxes to preempt us when the network finally comes up. ok deraadt@ beck@ | |||
2004-03-26 | Allow the last page of physical memory (pci space) to be mapped. ok deraadt@ | Dale Rahn | |
2004-03-26 | Do not dereference pointers before checking whether they are valid (triple ↵ | Miod Vallat | |
sigh). ok deraadt@ | |||
2004-03-25 | Lucent (now Proxim) firmware 8.72 disabled the "fragment WEP frames" feature. | Todd C. Miller | |
2004-03-25 | fix english, from Joel Knight, deraadt ok | Henning Brauer | |
2004-03-25 | Don't use mbuf pointer in error case, when it has been set to NULL. | Daniel Hartmeier | |
From Patrick Latifi. ok markus@, henning@, deraadt@ | |||
2004-03-25 | Various typos | Tom Cosgrove | |
ok miod@ deraadt@ | |||
2004-03-25 | Fix icmp checksum when sequence number modlation is being used. | Ryan Thomas McBride | |
Also fix a daddr vs saddr cut-n-paste error in ICMP error handling. From dhartmei@ ok deraadt@ | |||
2004-03-24 | Fix typos; from jmc@; OK deraadt@ | Todd C. Miller | |
2004-03-24 | Document USB issues. OK drahn@ deraadt@ | Todd C. Miller | |
2004-03-24 | Do not check for writing to address zero on vax, since this is where | Miod Vallat | |
we want to be able to load a .gz kernel. ok deraadt@ | |||
2004-03-24 | Add some notes about privsep to manpage. | Hans-Joerg Hoexer | |
ok ho@ jmc@ deraadt@ | |||
2004-03-24 | List supported USB devices in the table. It probably makes sense | Todd C. Miller | |
to split the table into 3 separate ones since it has grown rather large. OK deraadt@ miod@ | |||
2004-03-24 | From the how many ways can you screw up replacing one line of code | Jason Wright | |
department: cast 'i' to u_int64_t so the sign comparison actually makes sense. Any other bugs in here just ship in the release, I'm done. | |||
2004-03-24 | privsep documentation from canacar | Theo de Raadt | |