Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-20 | cosmetic. | Artur Grabowski | |
2001-09-20 | Better timeout usage. | Miod Vallat | |
2001-09-20 | No longer necessary. GENERIC is a good test kernel now. | Artur Grabowski | |
2001-09-20 | From NetBSD: allow loading of kernels with bss+data > 4M | Jason Wright | |
2001-09-20 | Three changes from NetBSD: | Jason Wright | |
o in pmap_clear_modify(), we need to clear the TLB_W bit (ie. the hardware write-enable bit) to re-enable modify-bit emulation even if we're doing HWREF. o Fix locking problem. o Change data segment size calculations so we don't need to resize if the bootloader did it for us. | |||
2001-09-20 | bigger/better disk | Jason Wright | |
2001-09-20 | 8k block size | Jason Wright | |
2001-09-20 | Incorrect parens (from netbsd) | Jason Wright | |
2001-09-20 | Install etc/kerberosV/krb5.conf.example | Hans Insulander | |
2001-09-20 | Example kerberos 5 config file. Based on what works for me. | Hans Insulander | |
2001-09-20 | mailq moves to section 8 since it can only be run by the superuser now | Todd C. Miller | |
that sendmail is no longer setuid root. | |||
2001-09-20 | +openprom | Todd T. Fries | |
2001-09-20 | Our printf has %b, use it and don't bother with snprintf stuff. | Jason Wright | |
2001-09-20 | Jumbo wsmoused cosmeto: | Miod Vallat | |
- fix some cosmetic bugs - improves some code paths - generalizes the use of stderr, and uses errx/warnx whenevr possible - converts wsmoused.c to KNF ok jbm@ | |||
2001-09-20 | change PSEUDO_NOERROR so it is indeed does not set errno. | Dale Rahn | |
2001-09-20 | correct %b strings | Jason Wright | |
2001-09-20 | grammar; from toby | Michael Shalayeff | |
2001-09-20 | CheckMail removed. OKed stevesk@ | mouring | |
2001-09-20 | Add PSEUDO_NOERROR similar to that used by NetBSD. | Todd C. Miller | |
Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms). | |||
2001-09-20 | openfirmware device (and move ksyms decl to conf.h) | Jason Wright | |
2001-09-20 | sparc64 support | Jason Wright | |
2001-09-20 | treat unions as structs; fixes pr 1918, perl dudes never replied though | Michael Shalayeff | |
2001-09-20 | duplicate removal; Seth King <sethking@yahoo.com> | Paul Janzen | |
2001-09-20 | document why we use random() | Theo de Raadt | |
2001-09-20 | sync | Michael Shalayeff | |
2001-09-20 | no one cares if RFIFO has been hit... so shaddap! | Jason Wright | |
2001-09-20 | make this compile for kernel | Michael Shalayeff | |
2001-09-20 | s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile now | Michael Shalayeff | |
2001-09-20 | Fix uninitialized structure fields. Problem reported by Cedric Berger. | Daniel Hartmeier | |
2001-09-20 | make this produce the assym.h at least, was very hard to test of course | Michael Shalayeff | |
2001-09-20 | sync | Theo de Raadt | |
2001-09-20 | OpenBSD style bit definitions | Jason Wright | |
2001-09-20 | undef HMEDEBUG by default, and maximum rx/tx size is | Jason Wright | |
ETHERMTU + sizeof(struct ether_header) not ETHERMTU | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-09-20 | per man page and gcc 3.0.1, exit requires prototype from stdlib.h | Todd T. Fries | |
2001-09-20 | the use of arc4random() in ether_ifattach() is wrong as randomattach() | Peter Galbavy | |
has not yet been called at this point. replace arc4random() with the more mundae random()&0xff as the use of a strong PRNG is not need here, where this code just helps fix up broken MAC addresses anyway now to find the real problem with my sis(4) LAN interface... ok'd by jason@ | |||
2001-09-20 | Mention that ultrasparc proms don't append the architecture name | Miod Vallat | |
to the file name they request via tftp. | |||
2001-09-20 | comment extra tokens at end of #endif directive | Todd T. Fries | |
2001-09-20 | Comment out Xr to missing boot_foo(8) pages. | Miod Vallat | |
2001-09-20 | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; ↵ | Markus Friedl | |
vinschen@redhat.com | |||
2001-09-20 | key_read returns now -1 or 1 | Markus Friedl | |
2001-09-20 | Allow nesting of fault handlers by saving old onfault handler and | Dale Rahn | |
restoring it when the copying/copyout/badaddr functions finish. | |||
2001-09-20 | On a fault the onfault condition should be set to the old handler, not | Dale Rahn | |
cleared. This code restored the old handler on normal completion but not on fault. | |||
2001-09-20 | Be much more careful about pcb_onfault. | Artur Grabowski | |
Should solve 2026. | |||
2001-09-20 | Get rid of B_VFLUSH. Tested by costa and me. | Grigoriy Orlov | |
2001-09-20 | regen | Nathan Binkert | |
2001-09-20 | more broadcom BCM570x based boards. | Nathan Binkert | |
from FreeBSD | |||
2001-09-20 | ksyms take 2 .. blooper found by art@ | Todd T. Fries | |
2001-09-20 | Avoid leaking memory if uiomove fails. | Artur Grabowski | |
2001-09-20 | Get this closer to working (mostly borrowed from macppc). | Jason Wright | |
Still dies with: warning: /dev/console error 20 panic: init died (signal 6, exit 0) |