Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-24 | sudo 1.6.2 | Todd C. Miller | |
2000-01-24 | required files for ELF share library support. this version is | Dale S. Rahn | |
somewhat skeletal. | |||
2000-01-24 | Sync, well also add shared library files. | Dale S. Rahn | |
This is a bit optimistic because shared libraries are not fully functional, but do build. | |||
2000-01-24 | For now switch to building PowerPC MAC support, when additional work | Dale S. Rahn | |
is done on PREP based machines those ramdisks can be added back. | |||
2000-01-24 | Make application mode arrow keys work; fixes arrow keys on the console. | Todd C. Miller | |
2000-01-24 | Previous fix to allow '-' in filenames did not work as desired, | Dale S. Rahn | |
causes a trailing ' ' to be on filenames and was not recognized if at beginning of string. Fixed so those instances work also. | |||
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the ↵ | Theo de Raadt | |
actual family being processed | |||
2000-01-23 | OpenSSH-1.2.2 | Markus Friedl | |
2000-01-23 | Send an SA payload when we're deleting an ingress flow. | Angelos D. Keromytis | |
2000-01-23 | Allow BITMAP_ADDRESS_DST in ADDFLOW messages. | Angelos D. Keromytis | |
2000-01-23 | Slight changes to root drive detection for powerpc (mac). | Dale S. Rahn | |
2000-01-23 | Fix `internal consistency errors': all warnings for undefined symbols MUST | Marc Espie | |
handle reported_undefineds correctly. Probably unseen before now because this warning only occurred for symbols that also triggered other warnings ? or maybe no-one cares. | |||
2000-01-23 | Repair exceptions in i386 pic code (builtin setjmp/longjmp was not saving | Marc Espie | |
the pic register). FreeBSD PR 3441... Thanks to David O'Brien for letting me know, and Alexander N. Kabaev for the actual fix. | |||
2000-01-23 | Update to ncurses-5.0-20000122 | Todd C. Miller | |
2000-01-23 | remove vga/vgafb for now. mac is currently running on openfirmware | Dale S. Rahn | |
console and now that configuration works better, this causes problems. | |||
2000-01-23 | ip4_input -> ip4_input6, and fix typo in comment | Angelos D. Keromytis | |
2000-01-23 | rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ie | Todd C. Miller | |
2000-01-23 | Correct serial device names | brian | |
Submitted by: kevlo@ | |||
2000-01-22 | Don't allow the time to be set forward so far it will wrap and become negative, | Todd C. Miller | |
thus allowing an attacker to bypass the next check below. The cutoff is 1 year before rollover occurs, so even if the attacker uses adjtime(2) to move the time past the cutoff, it will take a very long time to get to the wrap point. The actual check is tv_sec > INT_MAX - 365*24*60*60 because on 64 bit platforms tv_sec is 64 bits but time_t is 32 bits. This will need to be changed some time in the future when the size of time_t changes. Add a printf when a user tries to turn the clock backwards and securelevel > 1 | |||
2000-01-22 | minor getdents cleanup: | Todd C. Miller | |
o return ENOTDIR, not EINVAL for v_type != VDIR (SunOS behavior) o return EINVAL for values of nbytes too small to hold a single dir entry o remove a redundant check for error != 0 | |||
2000-01-22 | Some minor doc updates that should have gotten commited ages ago. | Todd C. Miller | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt | |
2000-01-22 | Remove vga and wscons, not used yet due to openfirmware console. | Dale S. Rahn | |
2000-01-22 | canceled -> cancelled | Aaron Campbell | |
2000-01-22 | Spell it "usable", not "useable", for consistency across the man pages. | Aaron Campbell | |
2000-01-22 | Add a couple of useful examples. | Aaron Campbell | |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell | |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell | |
2000-01-22 | changes to GENERIC must be matched in GENERIC_SCSI3 | Theo de Raadt | |
2000-01-22 | sync | Theo de Raadt | |
2000-01-22 | mislabeling | Theo de Raadt | |
2000-01-22 | Fix pci probing for the powerpc port, it was previously only probing a | Dale S. Rahn | |
portion of the pci devices, 1,2,4,8,... instead of 1,2,3,4,5,6,7,8,... Updated to use indirect PCI configuration, so that pci-pci buses could be probed. And that devices > 11 on the pci bus could be detected. | |||
2000-01-22 | Allow the address specified in the bus_space_map to either be | Dale S. Rahn | |
the absolute address requested, or the offset address, this is done by oring the requested address with the bus base address. Devices on the mac-io bus are bus base relative, but the pci devices are absolute addresses. | |||
2000-01-22 | do not interpret a '-' character in a file or bootpath as the beginning of | Dale S. Rahn | |
options, the dash character is only special if a space preceeds it. fixes booting from "/pci/mac-io/ide/disk/bsd". | |||
2000-01-22 | Use .Va. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
2000-01-21 | sync | Theo de Raadt | |
2000-01-21 | instead of blocking SIGINT, catch it ourselves, so that we can clean the | Theo de Raadt | |
tty modes up and kill ourselves -- instead of our process group leader (scp, cvs, ...) going away and leaving us in noecho mode. people with cbreak shells never even noticed.. | |||
2000-01-21 | Make token_output not static. | Federico G. Schwindt | |
2000-01-21 | Hide cursor if possible | Paul Janzen | |
2000-01-21 | Improve score table formatting (partially from malcolm@bits.bris.ac.uk | Paul Janzen | |
via jsm@netbsd.org); remove a terminating \n from a warnx() (jsm@netbsd) and tidy a bit; check score file for corruption to avoid segfault. | |||
2000-01-21 | use net/mask notation for the private networks | Theo de Raadt | |
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert | |
2000-01-21 | Deal with getcwd() returning NULL. | Todd C. Miller | |
Problem noted by Oleg Safiullin <form@vell.nsc.ru> | |||
2000-01-21 | Remove unused function; jsm@netbsd.org | Paul Janzen | |
2000-01-21 | Fix comment. | Angelos D. Keromytis | |
2000-01-21 | ip4 -> ipip | Angelos D. Keromytis | |
2000-01-21 | Typo. | Angelos D. Keromytis | |
2000-01-21 | Forgot to delete this. | Angelos D. Keromytis | |