summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-02-23self prototype is needed to compileMichael Shalayeff
1999-02-23Add common xm-openbsd.h fragment, to be used by all archs to avoidMarc Espie
1999-02-23Check lp->target for NULL, not *lp->target as required by dynamic allocation ...Todd C. Miller
1999-02-23Make ampwarn access conditional upon NAPM so kernels that doMarco S Hyman
1999-02-23Do a better job of reinitializing it the xl is found in powered down state.Jason Wright
1999-02-23Fix a buffer overrun with very large ICMP packets.Kjell Wooding
1999-02-23update the comment about number of allowed processesArtur Grabowski
1999-02-23Allow up to 5 (was 1) root processes when the process limit is reached.Artur Grabowski
1999-02-23Document the other side of .MAINMarc Espie
1999-02-23Ooops! Move the allocation of the U area to after the limits checks.Artur Grabowski
1999-02-23Spell `algorithm' (no, it's not derived from the greek `algo', and `rythm',Marc Espie
1999-02-23Add openbsd changes directly to configure.in,Marc Espie
1999-02-23people keep mailing custom kernel output to dmesglog. do not do that, it is l...Theo de Raadt
1999-02-23do not print multiple \n in kernel version number printout,Theo de Raadt
1999-02-23Forgot this.Angelos D. Keromytis
1999-02-23This one seems to work, at least in the direction Sparc->i386.Angelos D. Keromytis
1999-02-23Turns out the patch didn't fix the problem. Reverting to old code.Angelos D. Keromytis
1999-02-23add machdep.apmwarc (commented out) so people know whereMarco S Hyman
1999-02-23add machdep.apmwarn to docMarco S Hyman
1999-02-23document power status messages supressed until theMarco S Hyman
1999-02-23document power status messages supressed until theMarco S Hyman
1999-02-23apm battery status messages now suppressed until battery lifeMarco S Hyman
1999-02-23Remove references to PF_ENCAP.Angelos D. Keromytis
1999-02-23remove pasto and change ksyms to /dev/ksymsTodd C. Miller
1999-02-23Fix an endianness problem (not an issue in libc).Angelos D. Keromytis
1999-02-22We don't need a second prototype for shmexitArtur Grabowski
1999-02-21List the source files, not the object filesThorsten Lockert
1999-02-21vis() buf overflowTheo de Raadt
1999-02-21vis() buf overflowTheo de Raadt
1999-02-21NUL not NULLTheo de Raadt
1999-02-21split ipintr() to create new ipv4_input() for tunnels; NRLTheo de Raadt
1999-02-21note that the escape character brings you to command mode of the telnet processAaron Campbell
1999-02-21internalize NEED_VERSION sub macros to avoid getting tangled withMarc Espie
1999-02-21some -WallTodd C. Miller
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-21Follow up on espie suggestion: don't allow package registrationMarco S Hyman
1999-02-20make _BSD_TIME_T_ int like everyone else...Todd C. Miller
1999-02-20quit() wants the \nTheo de Raadt
1999-02-20skipjack at id 19Theo de Raadt
1999-02-20first approximation for the GENERICMichael Shalayeff
1999-02-20syncTheo de Raadt
1999-02-20a isapnp pcicTheo de Raadt
1999-02-20First step at supporting files > 2gig. Use off_t as POSITIONTodd C. Miller
1999-02-20fleshTheo de Raadt
1999-02-20add -x, -p, and -m options, based on netbsd workTheo de Raadt
1999-02-20fix library search problem; the linker would stop searchingMarco S Hyman
1999-02-20Handle empty PAP & CHAP packets (containing only an FSM header).brian
1999-02-19fix definition of plen for ICMP (ping -s73 problem)Kjell Wooding
1999-02-19ipq lockingTheo de Raadt
1999-02-19Allocate the u-area early in fork1 instead of in vm_fork.Artur Grabowski