Age | Commit message (Expand) | Author |
1997-08-25 | everywhere i look, bugs pop up... sigh | Theo de Raadt |
1997-08-25 | dumb fix for dumb users-- ftp's mget now idiot-proofs input! | jkatz |
1997-08-25 | Explicately pass -host flag to route(8) to avoid confusion with networks. | Todd C. Miller |
1997-08-25 | add vnconfig(8) in SEE ALSO. From dworkin@village.org | Todd C. Miller |
1997-08-25 | when getting interrupt, clean up curses only if curses was active | Theo de Raadt |
1997-08-25 | Xr more | Theo de Raadt |
1997-08-25 | clean gid too | Theo de Raadt |
1997-08-25 | August 1997 version of "the one true awk" | kstailey |
1997-08-25 | clear input buffer to ' ' or \0 correctly; jlemon@freebsd | Theo de Raadt |
1997-08-25 | subtract take changing time from estimate; blank@fox.uni-trier.de | Theo de Raadt |
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs |
1997-08-25 | better mmap support, what fun | Theo de Raadt |
1997-08-25 | require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from fre... | Theo de Raadt |
1997-08-25 | a little pms | Theo de Raadt |
1997-08-24 | avoid oflow | Theo de Raadt |
1997-08-24 | -msupersparc is bad news on the microSparc. | Jason Downs |
1997-08-24 | vi, build, argh, hack around it | Theo de Raadt |
1997-08-24 | cgfour* matches cgfourteen*, duh | Theo de Raadt |
1997-08-24 | Fix warnings | Todd C. Miller |
1997-08-24 | doc RETURNS; cato@ulysses.df.lth.se | Theo de Raadt |
1997-08-24 | various linux-based patches; from linux people; sent by jsm@octomino.demon.co.uk | Theo de Raadt |
1997-08-24 | prototype _err* and _warn* | Todd C. Miller |
1997-08-24 | Fix compiler warnings. | Todd C. Miller |
1997-08-24 | if interface not found by SIOCGIFCONF when printing, complain. | Theo de Raadt |
1997-08-24 | Check for >= UINT_MAX not > UINT_MAX | Todd C. Miller |
1997-08-24 | 64bit fix wrt strtoul(3). Fix send to Keith. | Todd C. Miller |
1997-08-24 | Fix compiler warnings. | Todd C. Miller |
1997-08-24 | 64bit fix: don't mix long & int. | Todd C. Miller |
1997-08-24 | #include <string.h> for strlen() and strcpy(). | Todd C. Miller |
1997-08-24 | #include <string.h> for strlen(). | Todd C. Miller |
1997-08-24 | 64bit fix, cast pointers to long, not int. | Todd C. Miller |
1997-08-24 | new internic root.cache | Theo de Raadt |
1997-08-24 | give shutdown daemon own session; dima@tejblum.dnttm.rssi.ru | Theo de Raadt |
1997-08-24 | New stuff | Per Fogelstrom |
1997-08-24 | More err()/warn()/etc. argument fixes. | Jason Downs |
1997-08-24 | no vim | Theo de Raadt |
1997-08-24 | do not ever call err() with a 2nd arg that could have a % in it, ok? | Theo de Raadt |
1997-08-24 | 4.2BSD had this first | Theo de Raadt |
1997-08-24 | correct -sane error msg; steve@freebsd | Theo de Raadt |
1997-08-24 | sparc sync | Theo de Raadt |
1997-08-23 | echo on ipmon startup | Michael Shalayeff |
1997-08-23 | don't use bios geometry for floppy and psudo-disks | Michael Shalayeff |
1997-08-23 | Change realloc(foo,0) to behave like malloc(0). Both now return a pointer | Per Fogelstrom |
1997-08-23 | sync usage() to man | Michael Shalayeff |
1997-08-23 | Avoid buf oflow. From Warner Losh <imp@rover.village.org> | Todd C. Miller |
1997-08-23 | Strip trailing slashes from source (we already did dest). | Todd C. Miller |
1997-08-22 | Buf oflow fix from Warner Losh <imp@rover.village.org> | Todd C. Miller |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt |
1997-08-22 | do not check for sc_ioctl in mmap call | Theo de Raadt |
1997-08-22 | document XPG4 compatible format options | kstailey |