summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-03If the TDB doesn't have an attached src/dst ID, it can be used for anyAngelos D. Keromytis
type of traffic.
2001-10-03simple keynote module for apache and mod_sslTodd C. Miller
2001-10-03fix data sheet link. ok deraadt@Kevin Lo
2001-10-02[install seems to have been missed by cvs yesterday]Miod Vallat
- more 425e details - don't let people suppose our official CD-ROM set can boot on hp300 - fix the disklabel hp300-specific notes All of this suggested and reviewed by millert@ This commit finishes the distrib/notes autumn overhaul so far. Feel free to hunt for errors and typos of mine in them.
2001-10-02#ifdef FOO works much better when FOO isn't misspelled.Artur Grabowski
2001-10-02- fix a few typos in the hardware list and update itMiod Vallat
- doesn't shout, improve style a bit - mention you can boot from cd-rom. Really. Yes you can. - don't support upgrades from prehistoric versions (< 2.0), so don't babble about the partition ID change or the so-called new shared libraries - get more text sync'ed with other arches And with the help of mickey@ - don't mention you can install over NFS, none of the floppies or the cd-rom has nfs support Thanks to mickey@ for insightful feedback
2001-10-02Sync with OpenBSDUpgrade macro change. Explicitely provide all the mediaMiod Vallat
able to start an upgrade procedure.
2001-10-02Do not hardcode the ability to boot off a miniroot in the canonicalMiod Vallat
upgrade instructions. This will be needed for the i386 updates.
2001-10-02#include "channels.h" for channel_set_af()Kevin Steves
2001-10-02I'm so good I managed to cut'n'paste the same typo over all those files.Miod Vallat
2001-10-02Fix this obvious double free() that's been found and fixed my numerousHans Insulander
people. I'd really have liked to import a new heimdal release, but i do not have the time to test it enough before 3.0. Post-release, a newer heimdal with _lots_ of bugfixes will be imported. This is a very unfortunate situation, i truly regret it and wish i had more time to spend on this.
2001-10-02styleJason Wright
2001-10-02correct number of supported filesystems; PR#2097Jakob Schlyter
2001-10-02De uglify (a bit) and garbage collect a bunch of now unused functions.Jason Wright
2001-10-02Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into staticallyJason Wright
allocated buffers. Use the buffer provided in the mbuf (after bus_dmaifying it, of course) instead [This is only step one: next step, garbage collection and deuglification]
2001-10-02More shared texts. Basically let modern arches with good hardware getMiod Vallat
rid of the ``you'd better know your disk geometry, serial number, date of manufacture, weight and temperature before installing, pal'' note.
2001-10-02Minor layout sync with sparc.Miod Vallat
2001-10-02Remove dangling references (see section foo with no section foo).Miod Vallat
2001-10-02Don't explain twice in 15 lines which models have sd and which modelsMiod Vallat
have wd, it's a bit exaggerate.
2001-10-02Your average close-to-release distrib/notes/FOO update.Miod Vallat
This time: - update hardware list, reorganize it more logically - gets most of the bsd.rd description and instructions on par with other arches - document hov to create a boot tape, and how to boot via s-records - tries to be more verbose about board setup This is still way too concise. If you write english better than me (trivial) and know mvme68k a bit, you're welcome to help fill the blanks. At least this is better than the existing instructions, and deraadt@ agrees.
2001-10-02- gets the installation notes more style-consistent with other archesMiod Vallat
- remove the note about ssl27.tgz - update the HD SC Setup url, complain about its insane length - random cleaning Miodspeak corrected by fries@
2001-10-02make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@Niels Provos
2001-10-02syncTheo de Raadt
2001-10-02Remove duplication from simultaneous commitsMike Frantzen
2001-10-02indentTheo de Raadt
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵Theo de Raadt
portability
2001-10-02Typo fixes (thanks gwyllion@ace.ulyssis.org)Mike Frantzen
2001-10-02'pfctl -O foo' dumped core. A check was there, but didn't work.Daniel Hartmeier
2001-10-02typoBrad Smith
2001-10-02as is aleady closed and freed by auth_userresponse, ok millert@Peter Stromberg
2001-10-02Values coming from userland should be bounds checked, even if we put themConstantine Sapuntzakis
there just a couple calls ago. Thanks to Ken Ashcraft of Stanford for finding this bug.
2001-10-02Bounds check index into routing table. Thanks to Ken Ashcraft of StanfordConstantine Sapuntzakis
for finding this bug.
2001-10-02more gnu/usr.bin before usr.binTheo de Raadt
2001-10-02Remove powerpc, add macppc, mvmeppc, sparc64; OK drahn@Todd C. Miller
2001-10-02add csearchJim Rees
call sectok_close on exit
2001-10-02loging -> loggingDaniel Hartmeier
2001-10-02increase rx descriptors, remove some debugging code, deal with different ↵Jason Wright
endian; NetBSD general cleanup; me.
2001-10-02fix rtc_write_reg; netbsd.Jason Wright
2001-10-02Convert ip_off of the inner IP header to host order in pf_test_state_icmp().Daniel Hartmeier
Some of the IP header fields are already converted by ip_input.c (including ip_off), but of course not for inner headers of ICMP packets. The other fields which are left in network order are ok. This broke state search for any ICMP error message who referred to an IP header with the DF flag set, hence any ICMP_UNREACH_NEEDFRAG message. Found by Andreas Gunnarsson <andreas@crt.se>. Thank you.
2001-10-02return non-zero exit code on error; ok markus@Damien Miller
2001-10-02- try to bo more explicit about disk naming conventionsMiod Vallat
- update the description of the ramdisk behaviour - fix a few typos or style issues - remove 1st-person "methinks" blabla from original author - shortens the upgrade description, remove completely obsolete stuff - don't tell the user thrice the differences between the ramdisk and the miniroot niklas@ and jj@ had no objections.
2001-10-02man page for uplcom(4)Todd C. Miller
2001-10-02repair OpenBSD tagTodd C. Miller
2001-10-02syncJason Wright
2001-10-02ALI M5451 audioJason Wright
2001-10-02regen with uplcom devicesTodd C. Miller
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-10-02Be a bit more careful when sending signals to the parent.Artur Grabowski
Don't send SIGUSR1 to init.
2001-10-02o Remove #if{,n}def BSD stuffTodd C. Miller
o Replace nlist and kvm_* with sysctl() and getifaddrs(3) Fixes an issue on alpha where we would run off the end of the interface list.
2001-10-02because usr.bin/grep now exists, crunch goes wrong, and we need to put ↵Theo de Raadt
gnu/usr.bin before usr.bin, until our grep replaces gnu grep