Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-20 | Fix various typos; spotted by gluk@ptci.ru. | Aaron Campbell | |
2000-10-20 | Add support for major/minor version numbers. | Marc Espie | |
Testing by Dale. Ok'd deraadt@ | |||
2000-10-20 | Add support for ulpt, USB printers. | Dale Rahn | |
2000-10-20 | fix ioctls; pointed out by Pawel Krawczyk <http://ceti.pl/~kravietz/> | Michael Shalayeff | |
2000-10-19 | strip and compress the ramdisk kernel on the cd, makes the image much | Dale Rahn | |
smaller. | |||
2000-10-19 | no /bsd.rd, only /2.8/powerpc/bsd.rd on cd28.fs | Theo de Raadt | |
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell | |
generating temporary file names, and point people to mktemp(1) instead. | |||
2000-10-19 | Remove merge conflict marker accidentaly left in this file. | Hans Insulander | |
2000-10-19 | Put the fmt strings CAVEATS section into userland printf(1) man page, too; | Aaron Campbell | |
it applies here as well. | |||
2000-10-19 | invoked from mount -t ... | Marco S Hyman | |
2000-10-19 | invoked from mount -t ... | Marco S Hyman | |
2000-10-19 | Do not suggest that people use getpid(2) for generating temp file name; refer | Aaron Campbell | |
them to mkstemp(3) instead. | |||
2000-10-19 | Increment version; deraadt@ ok. | Federico G. Schwindt | |
2000-10-19 | Pass 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-19 | don't reference freed memory. okay deraadt@ | Niels Provos | |
2000-10-19 | fmt string problem in unused code | Theo de Raadt | |
2000-10-19 | find RNG on i815 hub | Theo de Raadt | |
2000-10-19 | if vlans are in use, then set the 3c905b to accept frames of size 1518. | Jason Wright | |
2000-10-19 | code for printing bridge spanning tree packets | Jason Wright | |
also fix a bug where llc encoded frames are hex dumped twice when -x is used | |||
2000-10-19 | Repair two typos; caught by gluk@ptci.ru. | Aaron Campbell | |
2000-10-19 | Changes to pci and if_gm to support obtaining the ethernet hardware address | Dale 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-19 | Clean up printfs during boot, these were unnecessary debugging prints. | Dale Rahn | |
2000-10-19 | Clean up printfs during boot, print reasonable information, not extra | Dale Rahn | |
information. | |||
2000-10-19 | kame 1.31 -> 1.32 | Jun-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-19 | remove unnecessary printf during boot. | Dale Rahn | |
2000-10-19 | close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore. | Bob Beck | |
2000-10-19 | Fix bug in dl_strcmp, it is not always legal to access a pointer | Dale Rahn | |
at offset -1, the code that was here was very odd, the corrected code was basically copied from the libsa version. | |||
2000-10-19 | Update: check malloc() returns, simplify, be a little more paranoid. | Paul Janzen | |
Mostly from NetBSD. | |||
2000-10-19 | sync | Theo de Raadt | |
2000-10-19 | i815E | Theo de Raadt | |
2000-10-19 | Installer is v1.2 | Bob Beck | |
2000-10-18 | this was overlooked in the last commit. ok beck@. | Todd T. Fries | |
2000-10-18 | due 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-18 | Remove configure change from a couple of revisions ago, the interrupt | Dale Rahn | |
configureation change is causing system corruption that is exhibits itself in an error where X11 programs will not function correctly. | |||
2000-10-18 | Quiet warning with cast | Paul Janzen | |
2000-10-18 | Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotas | Paul Janzen | |
(>4G) correctly. | |||
2000-10-18 | Various updates. Grammar/spelling proofread by ericj. | Miod Vallat | |
2000-10-18 | Fix indentation | Miod Vallat | |
2000-10-18 | disklabel has no -r flag anymore | Miod Vallat | |
2000-10-18 | This is not the first release of OpenBSD/hp300 anymore, provide simple | Miod Vallat | |
upgrade instructions. ericj@ ok | |||
2000-10-18 | round 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-18 | grammar in comment | Michael Shalayeff | |
2000-10-18 | add a BUGS section, add a bug w/ powerdown | Michael Shalayeff | |
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-10-18 | sort out printf formats according to types, 64bit arithmetics in ffs_df; ↵ | Michael Shalayeff | |
millert@ ok | |||
2000-10-18 | Fix compile error if lacking -DINET6 | Chris Cappuccio | |
2000-10-18 | Version 2 of the mod_rewrite fix from apache, fixes problem with | Bob Beck | |
mod_rewrite not working for lookup tables | |||
2000-10-18 | fix preprocessor warning | Jason Wright | |
2000-10-18 | add more | Brandon Creighton | |
2000-10-18 | add vs4000/60, 3100/76 | Brandon Creighton | |