summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-21Typo. Ok mickey@Thierry Deval
2002-02-21I should back out the base files tooTheo de Raadt
2002-02-21Remove uncommited garbage. I am sorry, but this was just not tested. ItTheo de Raadt
crashes sh, EVEN after that possible fix. It appears to overflow the ramdisk _before_ it dumps core. Noone was shown these changes. They were just tossed in. This is not a development process that will work, so I am just backing out all the changes in the last 24 hours.
2002-02-21 "rephrase" the loop's condition, gets rid of an ugly operation.Vincent Labrecque
2002-02-21fgsch, if you commit without test compiling ONE MORE TIME, I will send a ↵Theo de Raadt
castration team down to argentina
2002-02-21Fix signal handlers to take an int arg even though it is not used.Todd C. Miller
This allows us to use real prototypes for rmtconnaborted and alarmcatch without causing a warning.
2002-02-21KNFTheo de Raadt
2002-02-21st0 goes on sparc ramdiskTodd T. Fries
2002-02-21ramdisk: rm wt0 tty02 tty03 mcd0, deraadt@ okTodd T. Fries
2002-02-21allow over-ride of MAKEDEVTARGSTodd T. Fries
2002-02-21syncTodd T. Fries
2002-02-21a couple more all/ramdisk tweaksTodd T. Fries
a random typo
2002-02-21numeric typoTodd T. Fries
2002-02-21syncTodd T. Fries
2002-02-21ramdisk: add back st0 st1 rx0 bpf0 rd0 sd2 sd3 ra1 ra2 cd0Todd T. Fries
2002-02-21add ramdisk target, very basic, unused atm, but makes regress happyTodd T. Fries
2002-02-21ramdisk: add back wd2 wd3 sd2 sd3 mcd0 wt0 cd1Todd T. Fries
2002-02-21there never was a 'hil' defined, don't try to put it on ramdiskTodd T. Fries
com ports are not needed on ramdisk
2002-02-21add back viewTodd T. Fries
2002-02-21ramdisk: one less wd, one more sd, as it wasTodd T. Fries
2002-02-21fix a few devices for ramdisksTodd T. Fries
re-order a few all and ramdisk targets to *try* to get lucky and escape ksh's core's
2002-02-21a little closer to reality.Hans Insulander
new section about testing added (mainly as a reminder to myself)
2002-02-21Test for monotonically increasing timeofday.Thomas Nordin
2002-02-21When cleanup_routine is called... also use .St to reference standards.Federico G. Schwindt
2002-02-21Xr pthread_kill; from fries@Federico G. Schwindt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-21oopsMichael Shalayeff
2002-02-21pmap.pmap_pd is redundant -- no moreMichael Shalayeff
2002-02-21document undoTheo de Raadt
2002-02-21 Save undo records for newline insertions.Vincent Labrecque
That makes mg behave more like GNU emacs.
2002-02-21If there is a /var/run/dhclient.pid file, stash its contents andTodd C. Miller
restore it after cleaning out /var/run. Since we don't have /usr yet our options are limited here. Without this change /var/run/dhclient.pid will be removed after dhclient is started from /etc/netstart.
2002-02-21 Don't ignore the argument to undo. (makes ^U work)Vincent Labrecque
2002-02-21remove a wrapper around getenv()Theo de Raadt
2002-02-21always define CHARMASKTheo de Raadt
2002-02-21^Xu is also an undo charTheo de Raadt
2002-02-21test ramdisk targets tooTodd T. Fries
2002-02-21 Typo and...Vincent Labrecque
Duh, newlines aren't even stored in the lines' content, check for a 0 length line to detect deleting newlines.
2002-02-21Fix /tmp races.Miod Vallat
This requires the use of a gcc'ism on the cc commandline, though.
2002-02-21With the recent changes to /etc/netstart, split the part of rc.8 coveringMiod Vallat
it into a full-blown manual page, and document the new behaviour, in particular, what I forgot to add in the previous commit message. Add more Xrefs to network-related configuration files in netstart.8. There is still room for improvement: multicast routing ought to be documented in netstart.8 now, and afterboot.8 modified accordingly. ok chris@
2002-02-21Change the network components initialization order.Miod Vallat
Change from: o all interfaces o all bridges o routes to: o physical interfaces o routes o gif and gre interfaces o bridges Fixeski PR #2400. Manual page updates coming soon. Ok angelos@ chris@ deraadt@
2002-02-21It seems you need to have hacked mg at some point to be considered aDaniel Hartmeier
true old fart, so here's my contribution ;) Don't use the same va_list twice without re-va_start()ing it, doesn't work on macppc.
2002-02-21signal-safe window size changingTheo de Raadt
2002-02-20do not print "New size..." -- other emacs do not botherTheo de Raadt
2002-02-20bind C-_ to undo.Artur Grabowski
2002-02-20 Save newline deletes in their own undo record.Vincent Labrecque
fixes the ^K^K bugs.
2002-02-20Fix ELF so it works with /dev/ksyms. Also make 'detection' of ksymsPer Fogelstrom
a little more robust by looking at the actual namelist filename.
2002-02-20 Add undo code to mg.Vincent Labrecque
needs further hacking. ok `whole bunch of people on icb'@
2002-02-20Clarify how the kernel version string is really updated; Sam SmithTodd C. Miller
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
support added (i mean, written)
2002-02-20104 byte WEP key support for Prism2 cards; from NetBSDTodd C. Miller