Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-18 | new sentence, new line; | Jason McIntyre | |
2003-09-18 | typos from wiz@netbsd (including one from a PR from Quentin Garnier); | Jason McIntyre | |
slight sync with NetBSD page; ok millert@ | |||
2003-09-18 | - missing .El | Jason McIntyre | |
- new sentence, new line - kill whitespace at EOL - OpenBSD -> .Ox - add $OpenBSD$ | |||
2003-09-18 | add .Bk/.Ek to SYNOPSIS; | Jason McIntyre | |
2003-09-18 | typo; | Jason McIntyre | |
2003-09-18 | add some space before lists; | Jason McIntyre | |
2003-09-18 | slight expansion of CAVEATS; | Jason McIntyre | |
2003-09-18 | replace NetBSD info with OBSD relevant stuff; | Jason McIntyre | |
from brad@ | |||
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl | |
2003-09-18 | - move checks earlier to catch inexistent devices before testing for edd. | Federico G. Schwindt | |
- bump version. toby@ ok. | |||
2003-09-18 | missing buffer_free(&encrypted); #662; zardoz at users.sf.net | Markus Friedl | |
2003-09-18 | protect against double free; #660; zardoz at users.sf.net | Markus Friedl | |
2003-09-18 | missing {}; bug #656; jclonguet at free.fr | Markus Friedl | |
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt | |
- don't blindly return but check whether bios_getdisklabel() failed and act according. this fixes (at some extent) booting from a floppy if it wasn't inserted during floppyprobe(). toby@ ok. | |||
2003-09-18 | from marc: | Henning Brauer | |
brad@ reported that the libpthread execve regression test failed on alpha and macppc. The test was somewhat bogus and depended upon the compiler picking the global when a global and local were named the same. Anyway, this patch should fix it. Tested on Henning's alpha (bet he forgot he gave me an account :-), i386, and sparc64. | |||
2003-09-18 | Excise unneeded, unused code. | Kenneth R Westerback | |
ok mickey@. | |||
2003-09-17 | Correctly document NMBCLUSTERS value. | Miod Vallat | |
2003-09-17 | More cleaning of the exception handling code, and collateral damage: | Miod Vallat | |
- always give C routines invoked by the assembly code some breathing room on the stack - merge error and reset exception handlers -- gets us rid of error_fault() and error_reset(). - remove all references to SR0 and "threads" inherited from Mach. In fact, we do not use SR0 at all now. - only use double load and stores instructions when we are 200% sure we are accessing a correctly aligned area. I am not fond of unaligned kernel accesses, and forcing every pgb to be aligned on an 8 byte boundary is gross. | |||
2003-09-17 | New sendmail prototype for OpenBSD with more features enabled that | Todd C. Miller | |
people accepting mail from the net tend to use. The localhost-only config is not being changed since most of these changes don't make sense there. | |||
2003-09-17 | Update to sendmail-8.12.10. This includes a fix for a buffer overflow | Todd C. Miller | |
in address parsing. That fix (but not all of sendmail-8.12.10) has been applied to OpenBSD 3.4 and the 3.2 and 3.2 -stable branches. | |||
2003-09-17 | remove ftp5.usa.openbsd.org for the time being until it gets more | Todd C. Miller | |
disk space. miod@ OK | |||
2003-09-16 | more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU | Markus Friedl | |
2003-09-16 | Do not use | !FOO to mention undesirable flags, but rather & ~FOO - hopefully | Miod Vallat | |
this had no side effects... | |||
2003-09-16 | Remove unused material from include files, as well as the annoying U() macro | Miod Vallat | |
which is only used to obfuscate things. Doing this points out that the BUG memory is not at the same address on 187 and 197 (the 197 BUG is inside obio), so provide distinct constants, and treat 187 and 197 slightly differently in pmap_bootstrap(). However, we now need to map the 197 flash memory as well... While there, simplify and constify pmap_table_build() and its associated data. | |||
2003-09-16 | Clean <machine/db_machdep.h> of unused material. Also, let this file be | Miod Vallat | |
includable even without option DDB, in which case it will only define the PC_REGS(), inst_return() and inst_call() macros; this removes the need to declare them a second time in trap.c. | |||
2003-09-16 | Provide more information about the CPU/CMMU configuration in the dmesg | Miod Vallat | |
output. Also, if the board configuration parameter area is invalid, warn the user and assume safe values - this is likely caused by a dead NVRAM battery. | |||
2003-09-16 | from millert | Theo de Raadt | |
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt | |
toby@ ok. | |||
2003-09-16 | do not expand buffer before attempting to reallocate it; markus ok | Theo de Raadt | |
2003-09-15 | tree unlock, as we move to 3.4-current | Theo de Raadt | |
PLEASE NOTE: the tree is unlocking early for developers who were involved in the release process. for other developers the tree is NOT UNLOCKED YET. the following people are unlocked: beck, tdeval, nick, krw, pb, fries, matthieu, marcm, cedric, mdw, drahn, sturm, millert, andreas, markus, jason, avsm, wim, frantzen, fgs, henning, mcbride, hugh, tedu, nate, weingart, canacar, nordin, miod, danh, wilfried, deraadt, itojun, mickey, miod, deraadt Other developers are not unlocked. If I missed anyone, talk to me. Sorry, but our development process is oriented around "hack for 5 months, then do 1 month of release engineering. If a developer hacks for 5 months and then does not show up to help with release engineering, then we take that to mean they are less serious, and can give a bit of pause to the serious developers who now want to get things into the tree post-unlock. | |||
2003-09-11 | permit ramdisks to build | Theo de Raadt | |
2003-09-11 | support new via c3 AES instruction; written by jason | Theo de Raadt | |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt | |
ok toby, and now tested for lots of machines | |||
2003-09-09 | do not defer * matching; from drahn, with some input from me | Theo de Raadt | |
2003-09-09 | Update sets sizes. | Miod Vallat | |
2003-09-09 | Improve the upgrade helper scripts, which should now be tricky enough to | Miod Vallat | |
scare anyone from upgrading, but then perform what they are supposed to do, contrary to the previous, simpler version which had issues. Joint effort by drahn@ and I. | |||
2003-09-09 | fix potential int overflow found by blexim at hush.com. restrict root to | Ted Unangst | |
setting max sems to sane values. ok deraadt@ | |||
2003-09-09 | Remove old disklabel description text we have no real use for at this point. | Miod Vallat | |
with finishing touches and ok krw@ | |||
2003-09-09 | pass the -a flag to grep so that it doesn't treat some info files as binary | David Krause | |
ok deraadt@ | |||
2003-09-09 | synch with reality. | Marc Espie | |
ok deraadt@ | |||
2003-09-09 | update RFCs (from NetBSD); | Jason McIntyre | |
inet_makeaddr() uses in_addr_t types, not unsigned long. ok itojun@ | |||
2003-09-09 | slight cleanup of man page and sync usage(); | Jason McIntyre | |
2003-09-09 | update missing sysctls; | Jason McIntyre | |
input and fixes from miod, markus, tedu, grange, jolan, nordin. | |||
2003-09-09 | remove unnecessary .Pp; | Jason McIntyre | |
2003-09-09 | sort the options in SYNOPSIS and sync usage(); | Jason McIntyre | |
2003-09-09 | Remove DDB conditionals and always define T_KDB_* | Miod Vallat | |
2003-09-09 | mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@ | Ted Unangst | |
2003-09-09 | add missing -o and sort options in usage(); | Jason McIntyre | |
from Andrey Matveev; | |||
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo | |
deraadt@, jason@, mickey@ ok | |||
2003-09-08 | insufficient size for mib; andrushock@korovino.net | Theo de Raadt | |