summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
tested on alpha sparc64 powerpc.
2002-02-21i_nwid is not a NUL-terminated string. Use the length parameter for theTodd C. Miller
length and sanity check against IEEE80211_NWID_LEN.
2002-02-21In WI_SETSTR round up i_len to be an even number if needed since weTodd C. Miller
are going to divide it by 2. More or less based on NetBSD.
2002-02-21Make this file lie less, and just a little more informative.Hans Insulander
2002-02-21remove rfork.o from the auto-generated assembler stubsArtur Grabowski
2002-02-21Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵Artur Grabowski
gubble, gubble...
2002-02-21Added an outcommented example of a parameter that's very nice forHans Insulander
people with NAT. Requested by some local users.
2002-02-21Make sure that the stack is not shared.Artur Grabowski
2002-02-21account for the process signal mask when dealing with signals; testedFederico G. Schwindt
a while ago by marc@ and brad@
2002-02-21correct .Xr's.Federico G. Schwindt
2002-02-21There is no need to restrict number of bufs to 200.Artur Grabowski
It's just a pasto from sparc.
2002-02-21Correctly initialize the compression case.Angelos D. Keromytis
2002-02-21Use dport instead of sport, shifflett@nps.navy.milAngelos D. Keromytis
2002-02-21Use .St for standards. Random cleanups as well.Federico G. Schwindt
2002-02-21Set the source port correctly, shifflett@nps.navy.milAngelos D. Keromytis
2002-02-21%s/iommu_clear/iommu_remove/gJason Wright
(iommu_clear was renamed awhile ago, but comments and such were not updated)
2002-02-21Pasto. Ok mickey@Thierry Deval
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