Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-10 | These two was not ready for commit yet. Backed out. | Per Fogelstrom | |
1997-04-10 | Add Matrox Mystique | Per Fogelstrom | |
1997-04-10 | Attempt to clean up local devices. | Per Fogelstrom | |
Added support for new QED RT52x0 processors. | |||
1997-04-10 | stripped down | Per Fogelstrom | |
1997-04-10 | __C -> __abs_c for consistency with usage in tc_* | Todd C. Miller | |
1997-04-10 | how is this for fast bug fixing response! revert to sigblock() since the | Theo de Raadt | |
sigprocmask() code was not equivelant. report from grr@shandakor.tharsis.com, PR#154 | |||
1997-04-10 | do not need sys/types.h; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1997-04-10 | always skip the first 8K of swap. Yes, 8K, not some manufactured number that ↵ | Theo de Raadt | |
ends up being 4K | |||
1997-04-10 | additions & fixes from niklas & i | Theo de Raadt | |
1997-04-10 | their is -> there is | kstailey | |
1997-04-10 | another 8MB of swap and it works | kstailey | |
1997-04-10 | calc page alignment correctly for -p; pk@netbsd | Theo de Raadt | |
1997-04-10 | if generating obj@ links, check if the existing obj@ link points to the | Theo de Raadt | |
same path we want to make it point to later. If it does, leave the link as-is and do not attempt to recreate it. read-only /usr/src with obj@ links will work much better with this. Fix from Niklas -- anyone who figures out a way to do this without using perl gets a cookie. | |||
1997-04-10 | machine@ is a horrible hack in obj@ space. ignore the error. fix later | Theo de Raadt | |
1997-04-10 | allow syntax of the form "route add -net 192.168.64.0/20 <destaddr>"; | Theo de Raadt | |
phk@freebsd, man page changes done by me 'cause i'm a bit bored | |||
1997-04-10 | fix up a few pieces of doc. | Theo de Raadt | |
NOTE: FreeBSD has now integrated issetugid() into their system and have changed the semantics! Their's will return 1 if a process has called setuid() or setgid() ---- ours was specifically designed to be decoupled from that behaviour. | |||
1997-04-10 | doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places | Theo de Raadt | |
1997-04-10 | Do block/sector handling like the other ports | Niklas Hallqvist | |
1997-04-10 | SunOS emulation trap#2 handling from NetBSD (gwr via scottr) | Niklas Hallqvist | |
1997-04-10 | Stop the SONIC before setting reset, not after... | briggs | |
1997-04-10 | Add missing __C #define | Todd C. Miller | |
1997-04-10 | Changes from Denny Gentry <denny1@home.com>: | briggs | |
Change in the way receive buffer areas are handled. Before we gave the chip 16 buffers, each 1536 bytes (big enough for one packet). Now we're handing the chip 8 buffers, each 4 Kbytes, and letting the chip fit as many packets as it can in each one. This should help keep it from running out of buffer space. Also make some of the performance-crucial routines inline. It made no measurable difference except to make me feel better | |||
1997-04-10 | Fix typo (aligend -> aligned) | Todd C. Miller | |
1997-04-10 | Fix typos. | Todd C. Miller | |
1997-04-10 | Ack. Make this compile again. | briggs | |
1997-04-10 | Sync with NetBSD (lukem) | Todd C. Miller | |
* support $ftp_proxy for ftp:// transfers [bin/3245] * add "more" & "less" as synonyms for "page" * move editline setup code into controlediting(), and call appropriately. only setup setup terminal if going into interactive mode. | |||
1997-04-09 | Use the value of UU_MACHINE from the environment if present. | felix | |
This makes the Received header lines more accurate, if rmail is called from Taylor UUCP's uuxqt. (And we ship Taylor UUCP...) Change #define TAYLOR_ENV into #undef TAYLOR_ENV if this should annoy you :-) | |||
1997-04-09 | Fix typos. Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de> | Todd C. Miller | |
1997-04-09 | just clean up a stylistic mess I created myself long ago. | michaels | |
1997-04-09 | add soundblaster support | kstailey | |
1997-04-09 | change space to "_" in tsleep() string | kstailey | |
1997-04-09 | Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/ | briggs | |
1997-04-09 | Comment video cards and add define for SuperMac Thunder/24. | briggs | |
1997-04-09 | Revert to older (working) version of gcc, plus recent changes. | Jason Downs | |
1997-04-09 | add tags | kstailey | |
1997-04-09 | correct paragraph fill | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | spelling | kstailey | |
1997-04-09 | fix syntax errors | kstailey | |
1997-04-09 | Remove the rest of the new files. | Jason Downs | |
Commit a couple local configuration changes of mine before I lose them. | |||
1997-04-09 | We're pulling this back out... | Jason Downs | |
1997-04-09 | blush... | Per Fogelstrom | |
1997-04-09 | oops.. arc->wgrisc | Per Fogelstrom | |
1997-04-09 | wgrisc etc stuff | Per Fogelstrom | |
1997-04-09 | emulate bios calls. more debugging stuff. some fixes. | Michael Shalayeff | |
1997-04-09 | mention /etc/netstart toggles | Theo de Raadt | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-09 | add NAT startup | kstailey | |