summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-20Fix various typos; spotted by gluk@ptci.ru.Aaron Campbell
2000-10-20Add support for major/minor version numbers.Marc Espie
Testing by Dale. Ok'd deraadt@
2000-10-20Add support for ulpt, USB printers.Dale Rahn
2000-10-20fix ioctls; pointed out by Pawel Krawczyk <http://ceti.pl/~kravietz/>Michael Shalayeff
2000-10-19strip and compress the ramdisk kernel on the cd, makes the image muchDale Rahn
smaller.
2000-10-19no /bsd.rd, only /2.8/powerpc/bsd.rd on cd28.fsTheo de Raadt
2000-10-19Where we talk about $$, also say mention that PIDs are not safe to use forAaron Campbell
generating temporary file names, and point people to mktemp(1) instead.
2000-10-19Remove merge conflict marker accidentaly left in this file.Hans Insulander
2000-10-19Put the fmt strings CAVEATS section into userland printf(1) man page, too;Aaron Campbell
it applies here as well.
2000-10-19invoked from mount -t ...Marco S Hyman
2000-10-19invoked from mount -t ...Marco S Hyman
2000-10-19Do not suggest that people use getpid(2) for generating temp file name; referAaron Campbell
them to mkstemp(3) instead.
2000-10-19Increment version; deraadt@ ok.Federico G. Schwindt
2000-10-19Pass SACFLAGS correctly so all files are compiled with -fpack-struct,Federico G. Schwindt
fixing the help hang and making machine [boot|diskinfo|memory] working again. Closes PR #1435. Found by me, fix by mickey and i; deraadt@ ok.
2000-10-19don't reference freed memory. okay deraadt@Niels Provos
2000-10-19fmt string problem in unused codeTheo de Raadt
2000-10-19find RNG on i815 hubTheo de Raadt
2000-10-19if vlans are in use, then set the 3c905b to accept frames of size 1518.Jason Wright
2000-10-19code for printing bridge spanning tree packetsJason Wright
also fix a bug where llc encoded frames are hex dumped twice when -x is used
2000-10-19Repair two typos; caught by gluk@ptci.ru.Aaron Campbell
2000-10-19Changes to pci and if_gm to support obtaining the ethernet hardware addressDale Rahn
from the pci bus. This is in preference to adding openfirmware code to the device drivers. If there was a known way of obtaining the ethernet hardware address from a eeprom or other methods that would be used, but the only known way to get this information for the Apple machines with if_gm is via openfirmware. This modifies a previous mechanism that was used to obtain similar information from different openfirmware systems, however the old mechanism would create information such as media type. This information was hardcoded into that code. Now the code only returns the actual address which is the only informatin that openfirmware provides.
2000-10-19Clean up printfs during boot, these were unnecessary debugging prints.Dale Rahn
2000-10-19Clean up printfs during boot, print reasonable information, not extraDale Rahn
information.
2000-10-19kame 1.31 -> 1.32Jun-ichiro itojun Hagino
in add_m6fc(), set interface list for all cases. in response to a report from Hoerdt Mickael. kame 1.30 -> 1.31 discard PIM register if the version of the inner packet is incorrect (i.e. IPv6) (according to clarfication of recent discussion in the IETF pim ML)
2000-10-19remove unnecessary printf during boot.Dale Rahn
2000-10-19close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore.Bob Beck
2000-10-19Fix bug in dl_strcmp, it is not always legal to access a pointerDale Rahn
at offset -1, the code that was here was very odd, the corrected code was basically copied from the libsa version.
2000-10-19Update: check malloc() returns, simplify, be a little more paranoid.Paul Janzen
Mostly from NetBSD.
2000-10-19syncTheo de Raadt
2000-10-19i815ETheo de Raadt
2000-10-19Installer is v1.2Bob Beck
2000-10-18this was overlooked in the last commit. ok beck@.Todd T. Fries
2000-10-18due to over agressive quoting, various space separated variables were failing.Todd T. Fries
o remove un-necessary quotes, the source of several reported problems. o remove un-necessary variable assignments (paranoia) o remove un-necessary cases (when var="", $var evaluates to nothing) Ok beck@, testing by beck@.
2000-10-18Remove configure change from a couple of revisions ago, the interruptDale Rahn
configureation change is causing system corruption that is exhibits itself in an error where X11 programs will not function correctly.
2000-10-18Quiet warning with castPaul Janzen
2000-10-18Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotasPaul Janzen
(>4G) correctly.
2000-10-18Various updates. Grammar/spelling proofread by ericj.Miod Vallat
2000-10-18Fix indentationMiod Vallat
2000-10-18disklabel has no -r flag anymoreMiod Vallat
2000-10-18This is not the first release of OpenBSD/hp300 anymore, provide simpleMiod Vallat
upgrade instructions. ericj@ ok
2000-10-18round off size passed to vax_mem_bus_space_map --Brandon Creighton
anything which mapped >1 page (like asc*) wouldn't work from netbsd
2000-10-18grammar in commentMichael Shalayeff
2000-10-18add a BUGS section, add a bug w/ powerdownMichael Shalayeff
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-18sort out printf formats according to types, 64bit arithmetics in ffs_df; ↵Michael Shalayeff
millert@ ok
2000-10-18Fix compile error if lacking -DINET6Chris Cappuccio
2000-10-18Version 2 of the mod_rewrite fix from apache, fixes problem withBob Beck
mod_rewrite not working for lookup tables
2000-10-18fix preprocessor warningJason Wright
2000-10-18add moreBrandon Creighton
2000-10-18add vs4000/60, 3100/76Brandon Creighton