Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-25 | Enable new ATA/ATAPISCSI functionality as default. | Constantine Sapuntzakis | |
1999-07-24 | shorter lines | Theo de Raadt | |
1999-07-24 | oops, LS-120 entry munged | Theo de Raadt | |
1999-07-24 | pcidevs | Theo de Raadt | |
1999-07-24 | firewire | Theo de Raadt | |
1999-07-24 | silently ignore EIO on a disk, since this typically means it is | Theo de Raadt | |
removable media, and guess what, it's probably been removed. | |||
1999-07-24 | do install using -o async mounts, faster | Theo de Raadt | |
1999-07-24 | ... but most cards work OK | Theo de Raadt | |
1999-07-24 | PCMCIAVERBOSE not default anymore | Theo de Raadt | |
1999-07-24 | sync | Jason Wright | |
1999-07-24 | typo | Jason Wright | |
1999-07-24 | fix size calculation in SIOCBRDGRTS | Jason Wright | |
code size reduction from deraadt@ | |||
1999-07-24 | SDEV_NOMODESENSE on LS-120 VER5 00 | Theo de Raadt | |
1999-07-24 | use pci_mapreg_map(); chris@dqc.org | Theo de Raadt | |
1999-07-24 | spurious directive | Theo de Raadt | |
1999-07-24 | repair | Theo de Raadt | |
1999-07-24 | Remove 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-24 | When we fetch previously retrieved IP fragments from the alias | brian | |
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-24 | Return EMSGSIZE for zero length writes - don't panic. | brian | |
1999-07-24 | sync | Theo de Raadt | |
1999-07-23 | fieldcnt is the number of fields, not +1... this one was missed in 1995 | Aaron Campbell | |
when the other two were fixed | |||
1999-07-23 | format flaw | Theo de Raadt | |
1999-07-23 | Add missing stuff | Niklas Hallqvist | |
1999-07-23 | Manpage for xe | Niklas Hallqvist | |
1999-07-23 | Remove way obsolete code | Niklas Hallqvist | |
1999-07-23 | fix -n to work with verbose mode. ipnat -nvf will now show the parsed rules | Kjell Wooding | |
without processing them. | |||
1999-07-23 | Remove obsolete detach logic in preparation of a newer one | Niklas Hallqvist | |
1999-07-23 | sync | Theo de Raadt | |
1999-07-23 | new modem | Theo de Raadt | |
1999-07-23 | sync | Theo de Raadt | |
1999-07-23 | new modem | Theo de Raadt | |
1999-07-23 | update | Theo de Raadt | |
1999-07-23 | update | Theo de Raadt | |
1999-07-23 | - Missing newline when euid != ruid; from FreeBSD | Aaron Campbell | |
- Also, sync the usage() to the man page (add -p syntax). | |||
1999-07-23 | add fga, daadio, fvme, scf, flash for FORCE boards (commented out) | Jason Wright | |
1999-07-23 | Drivers 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-23 | cat appeared in Version 1 AT&T UNIX, not 6 | Aaron Campbell | |
1999-07-23 | Don't even try wdc_get_params on a drive that didn't show up as ATAPI | Constantine 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-23 | Fix the case where telnet(1) would escape if in binary (-8) mode, even if the | Aaron 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-23 | Fix for UVM. (ok art@, as was last commit, missed it there) | Hakan Olsson | |
1999-07-23 | Add uvm_pagealloc_contig | Hakan Olsson | |
1999-07-23 | - Make error msgs more consistent with other usr.bin/ utils. | Aaron Campbell | |
- Use warn() instead of an fprintf(). | |||
1999-07-23 | From NetBSD; let i386 run audio at a high IPL | Niklas Hallqvist | |
1999-07-23 | - Use strtol() instead of atoi() so head(1) will complain when given bad | Aaron 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-23 | do not print media information to dmesg; ifconfig shows it | Theo de Raadt | |
1999-07-23 | default map is now selected by the keyboard id. If current keyboard id don't | Mats O Jansson | |
have a map, use the first keyboard map as default (us). -moj | |||
1999-07-23 | doesn't end does it... | Theo de Raadt | |
1999-07-23 | more slight dmesg formatting for some a really stupid drive | Theo de Raadt | |
1999-07-23 | use READ_BIG for atapi; LS-120 works now | Theo de Raadt | |
1999-07-23 | doc -f | Theo de Raadt | |