Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-29 | ansi | Theo de Raadt | |
2002-06-29 | Some cleanup/simplification: | Kenneth R Westerback | |
1) Put knowledge of /tmp/fstab in munge_fstab rather than redirect input on calls. Check in munge_fstab whether /etc/fstab was successfully created, and exit install/upgrade with appropriate error if not. This error condition is therefore checked on install and upgrade. 2) Don't bother specifying value in exit statements - no one is checking whether it is 1, 2, or 0. 3) Put status messages inside check_fs rather than around invocation, and exit from check_fs if a fsck fails, rather than checking return value and exiting. 4) With above changes, simplify munge_fs/check_fs/mount_fs logic in upgrade.sh. 5) Various cosmetic cleanups. | |||
2002-06-29 | sync | Theo de Raadt | |
2002-06-29 | add /dev/wskbd, /dev/wsmouse and /dev/ttyCcfg | Matthieu Herrb | |
ok millert@ | |||
2002-06-29 | maja@ does not like updating the manuals (; | Michael Shalayeff | |
2002-06-29 | Add Brazilian keymap (iso275). Create by me and tested by | Mats O Jansson | |
gustavo.rios@transport.alstom.com. -moj | |||
2002-06-29 | Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. | Mats O Jansson | |
-moj | |||
2002-06-29 | correct port range check. from deraadt. sync w/kame. bind-bugs have ↵ | Jun-ichiro itojun Hagino | |
already notified. | |||
2002-06-29 | screw the MLINKS | Theo de Raadt | |
2002-06-29 | document /var/empty chroot | Theo de Raadt | |
2002-06-29 | We know noone called Bill Fenenr | Theo de Raadt | |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt | |
2002-06-29 | make -I and -P exclusive; constrain -p and -P to their respective maximums; | Theo de Raadt | |
itojun ok | |||
2002-06-29 | check -p out of range. sync w/kame, hint from deraadt | Jun-ichiro itojun Hagino | |
2002-06-29 | ansi | Theo de Raadt | |
2002-06-29 | KNF | Theo de Raadt | |
2002-06-29 | kqfilter for the log. niels said i can commit it if it works | Michael Shalayeff | |
and i converted syslog to libevent and it works now (; | |||
2002-06-29 | Add supported controllers. And a warning. | Steve Murphree | |
2002-06-29 | sync | Theo de Raadt | |
2002-06-29 | Replace strtou?q() with the more standard strtou?ll(), using weak | Todd C. Miller | |
aliases to fake up strtou?q(). espie@ OK. | |||
2002-06-28 | stupid bug written in the last minute | Theo de Raadt | |
2002-06-28 | gidset[2] -> gidset[1]; markus ok | Theo de Raadt | |
2002-06-28 | correct uid handling; markus | Theo de Raadt | |
2002-06-28 | minor KNF | Theo de Raadt | |
2002-06-28 | wrap NOKVM variables too | Theo de Raadt | |
2002-06-28 | go back to running these as root from inetd. however once rpc.{rusersd,rstatd} | Theo de Raadt | |
starts, do a chroot to /var/empty and change to user nobody. hi mom, i'm in jail! | |||
2002-06-28 | various cleanups; ok millert | Theo de Raadt | |
2002-06-28 | Use %b and print the bitmask of the flags in the debugging message for the ↵ | Jason Wright | |
extent. | |||
2002-06-28 | Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys on | Miod Vallat | |
Apple laptops. ok maja@ | |||
2002-06-28 | Don't check for address family conflicts in nat/rdr before expansion, | Daniel Hartmeier | |
rules will expand to all valid combinations, and there's an error when none is found. Makes "nat on tun0 from 10.0.0.0/8 to any -> (tun0)" work (again). | |||
2002-06-28 | Fix usage counter for IPCOMP --- sam@errno.com | Angelos D. Keromytis | |
2002-06-28 | Whoops, don't actually register for MODEXP yet | Jason Wright | |
2002-06-28 | Implement MODEXP as MODMUL for debugging purposes until I understand the | Jason Wright | |
args for MODEXP. | |||
2002-06-28 | Oops. Doing a diff before commit is not enough. You have to read the diff too. | Artur Grabowski | |
2002-06-28 | The IEEE fp stuff changed the rules for how fpu should be enabled. | Artur Grabowski | |
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines. | |||
2002-06-28 | Use slightly safer internal variable names in MALLOC and FREE. | Artur Grabowski | |
2002-06-28 | define RPP_STDIN; missed in previous commit | Todd C. Miller | |
2002-06-28 | support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@ | Markus Friedl | |
2002-06-28 | sync | Markus Friedl | |
2002-06-28 | more ICH4 fxp chips; sync names w/ NetBSD; ok art@ | Markus Friedl | |
2002-06-28 | range check -u option at invocation | Theo de Raadt | |
2002-06-28 | Don't use SignalBundle if it's not set | brian | |
Submitted by: Federico G. Schwindt <fgsch@olimpo.com.br> | |||
2002-06-28 | undo recent changes; they still crash for people (dhclient this time). | Theo de Raadt | |
This is a bullshit process. Test your shit before you toss it into the tree. | |||
2002-06-28 | Move the calculation of sc_link->openings to after the printf about | Todd C. Miller | |
tagged queueing which is where it was last time around. This fixes a panic I was seeing when there were lots of transactions (e.g. when i read my mail). | |||
2002-06-28 | use ssize_t | Theo de Raadt | |
2002-06-28 | tree(3) wants an int return value for its compare functions and | Todd C. Miller | |
the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result. | |||
2002-06-28 | minor bump for readpassphrase() flag addition | Todd C. Miller | |
2002-06-28 | Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY. | Todd C. Miller | |
Based on a patch from Brett Eldridge. | |||
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller | |