summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-25Enable new ATA/ATAPISCSI functionality as default.Constantine Sapuntzakis
1999-07-24shorter linesTheo de Raadt
1999-07-24oops, LS-120 entry mungedTheo de Raadt
1999-07-24pcidevsTheo de Raadt
1999-07-24firewireTheo de Raadt
1999-07-24silently ignore EIO on a disk, since this typically means it isTheo de Raadt
removable media, and guess what, it's probably been removed.
1999-07-24do install using -o async mounts, fasterTheo de Raadt
1999-07-24... but most cards work OKTheo de Raadt
1999-07-24PCMCIAVERBOSE not default anymoreTheo de Raadt
1999-07-24syncJason Wright
1999-07-24typoJason Wright
1999-07-24fix size calculation in SIOCBRDGRTSJason Wright
code size reduction from deraadt@
1999-07-24SDEV_NOMODESENSE on LS-120 VER5 00Theo de Raadt
1999-07-24use pci_mapreg_map(); chris@dqc.orgTheo de Raadt
1999-07-24spurious directiveTheo de Raadt
1999-07-24repairTheo de Raadt
1999-07-24Remove Card Bus mention from introduction.Federico G. Schwindt
Better explain what devices are supported under wdc. Add BusToaster support. Add wdc to see also section.
1999-07-24When we fetch previously retrieved IP fragments from the aliasbrian
tables, copy them correctly back into our mbuf rather than giving a bzero'd count to memcpy() and ending up with a 0 byte fragment. The old code resulted in a 0 byte write to the tun device which tickled a bug that resulted in a panic :-(
1999-07-24Return EMSGSIZE for zero length writes - don't panic.brian
1999-07-24syncTheo de Raadt
1999-07-23fieldcnt is the number of fields, not +1... this one was missed in 1995Aaron Campbell
when the other two were fixed
1999-07-23format flawTheo de Raadt
1999-07-23Add missing stuffNiklas Hallqvist
1999-07-23Manpage for xeNiklas Hallqvist
1999-07-23Remove way obsolete codeNiklas Hallqvist
1999-07-23fix -n to work with verbose mode. ipnat -nvf will now show the parsed rulesKjell Wooding
without processing them.
1999-07-23Remove obsolete detach logic in preparation of a newer oneNiklas Hallqvist
1999-07-23syncTheo de Raadt
1999-07-23new modemTheo de Raadt
1999-07-23syncTheo de Raadt
1999-07-23new modemTheo de Raadt
1999-07-23updateTheo de Raadt
1999-07-23updateTheo de Raadt
1999-07-23- Missing newline when euid != ruid; from FreeBSDAaron Campbell
- Also, sync the usage() to the man page (add -p syntax).
1999-07-23add fga, daadio, fvme, scf, flash for FORCE boards (commented out)Jason Wright
1999-07-23Drivers for the FORCE CPU-5V:Jason Wright
o fga5000 vme-sbus bridge o system config registers o flash memory and daadio VME board driver
1999-07-23cat appeared in Version 1 AT&T UNIX, not 6Aaron Campbell
1999-07-23Don't even try wdc_get_params on a drive that didn't show up as ATAPIConstantine Sapuntzakis
during probe. This has a slight chance of breaking the detection of some ATAPI devices (which don't show during initial probe). Thanks to deraadt for pointing this out.
1999-07-23Fix the case where telnet(1) would escape if in binary (-8) mode, even if theAaron Campbell
-E option (stop all characters from being recognized as an escape character) was specified, if it was passed a 0xFF character; from FreeBSD, millert@ ok
1999-07-23Fix for UVM. (ok art@, as was last commit, missed it there)Hakan Olsson
1999-07-23Add uvm_pagealloc_contigHakan Olsson
1999-07-23- Make error msgs more consistent with other usr.bin/ utils.Aaron Campbell
- Use warn() instead of an fprintf().
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-07-23- Use strtol() instead of atoi() so head(1) will complain when given badAaron Campbell
number specifications like: head -123foobar456. Also, check for ERANGE and abort if strtol() returned LONG_MAX or LONG_MIN. - Don't exit() when encountering a filename in argv[] that can't be open; instead just continue. - Don't keep decrementing `linecnt' if we've hit the end of the file. millert@ ok
1999-07-23do not print media information to dmesg; ifconfig shows itTheo de Raadt
1999-07-23default map is now selected by the keyboard id. If current keyboard id don'tMats O Jansson
have a map, use the first keyboard map as default (us). -moj
1999-07-23doesn't end does it...Theo de Raadt
1999-07-23more slight dmesg formatting for some a really stupid driveTheo de Raadt
1999-07-23use READ_BIG for atapi; LS-120 works nowTheo de Raadt
1999-07-23doc -fTheo de Raadt