Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn | |
tested on alpha sparc64 powerpc. | |||
2002-02-21 | i_nwid is not a NUL-terminated string. Use the length parameter for the | Todd C. Miller | |
length and sanity check against IEEE80211_NWID_LEN. | |||
2002-02-21 | In WI_SETSTR round up i_len to be an even number if needed since we | Todd C. Miller | |
are going to divide it by 2. More or less based on NetBSD. | |||
2002-02-21 | Make this file lie less, and just a little more informative. | Hans Insulander | |
2002-02-21 | remove rfork.o from the auto-generated assembler stubs | Artur Grabowski | |
2002-02-21 | Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵ | Artur Grabowski | |
gubble, gubble... | |||
2002-02-21 | Added an outcommented example of a parameter that's very nice for | Hans Insulander | |
people with NAT. Requested by some local users. | |||
2002-02-21 | Make sure that the stack is not shared. | Artur Grabowski | |
2002-02-21 | account for the process signal mask when dealing with signals; tested | Federico G. Schwindt | |
a while ago by marc@ and brad@ | |||
2002-02-21 | correct .Xr's. | Federico G. Schwindt | |
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski | |
It's just a pasto from sparc. | |||
2002-02-21 | Correctly initialize the compression case. | Angelos D. Keromytis | |
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | Use .St for standards. Random cleanups as well. | Federico G. Schwindt | |
2002-02-21 | Set the source port correctly, shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-21 | %s/iommu_clear/iommu_remove/g | Jason Wright | |
(iommu_clear was renamed awhile ago, but comments and such were not updated) | |||
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval | |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval | |
2002-02-21 | I should back out the base files too | Theo de Raadt | |
2002-02-21 | Remove uncommited garbage. I am sorry, but this was just not tested. It | Theo 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-21 | fgsch, if you commit without test compiling ONE MORE TIME, I will send a ↵ | Theo de Raadt | |
castration team down to argentina | |||
2002-02-21 | Fix 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-21 | KNF | Theo de Raadt | |
2002-02-21 | st0 goes on sparc ramdisk | Todd T. Fries | |
2002-02-21 | ramdisk: rm wt0 tty02 tty03 mcd0, deraadt@ ok | Todd T. Fries | |
2002-02-21 | allow over-ride of MAKEDEVTARGS | Todd T. Fries | |
2002-02-21 | sync | Todd T. Fries | |
2002-02-21 | a couple more all/ramdisk tweaks | Todd T. Fries | |
a random typo | |||
2002-02-21 | numeric typo | Todd T. Fries | |
2002-02-21 | sync | Todd T. Fries | |
2002-02-21 | ramdisk: add back st0 st1 rx0 bpf0 rd0 sd2 sd3 ra1 ra2 cd0 | Todd T. Fries | |
2002-02-21 | add ramdisk target, very basic, unused atm, but makes regress happy | Todd T. Fries | |
2002-02-21 | ramdisk: add back wd2 wd3 sd2 sd3 mcd0 wt0 cd1 | Todd T. Fries | |
2002-02-21 | there never was a 'hil' defined, don't try to put it on ramdisk | Todd T. Fries | |
com ports are not needed on ramdisk | |||
2002-02-21 | add back view | Todd T. Fries | |
2002-02-21 | ramdisk: one less wd, one more sd, as it was | Todd T. Fries | |
2002-02-21 | fix a few devices for ramdisks | Todd T. Fries | |
re-order a few all and ramdisk targets to *try* to get lucky and escape ksh's core's | |||
2002-02-21 | a little closer to reality. | Hans Insulander | |
new section about testing added (mainly as a reminder to myself) | |||
2002-02-21 | Test for monotonically increasing timeofday. | Thomas Nordin | |
2002-02-21 | When cleanup_routine is called... also use .St to reference standards. | Federico G. Schwindt | |
2002-02-21 | Xr pthread_kill; from fries@ | Federico G. Schwindt | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-21 | oops | Michael Shalayeff | |
2002-02-21 | pmap.pmap_pd is redundant -- no more | Michael Shalayeff | |
2002-02-21 | document undo | Theo de Raadt | |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque | |
That makes mg behave more like GNU emacs. | |||
2002-02-21 | If there is a /var/run/dhclient.pid file, stash its contents and | Todd 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-21 | remove a wrapper around getenv() | Theo de Raadt | |