summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-14The RFORK_FDSHARE option is going away. It's default and safe now.Artur Grabowski
2002-02-14More FREF/FRELE fixesPeter Valchev
2002-02-14 some programs now need the errno definition and sys/params, so put them inVincent Labrecque
there.
2002-02-14M4 generated MAKEDEV still premature.Hugh Graham
2002-02-14 use strtol instead of atoi to get range checking, etcVincent Labrecque
2002-02-14Correctly FREF/FRELE in mmap(2).Artur Grabowski
2002-02-14Try to initialize variables correctly, that usually helps.Artur Grabowski
2002-02-14Avoid overflow in usage percent calculation. ok deraadt@Thomas Nordin
2002-02-14sync with other install.md scripts. also copy /boot from /usr/mdec, where itTheo de Raadt
now lives
2002-02-14syncTheo de Raadt
2002-02-14put "boot" in /usr/mdec instead of /Theo de Raadt
2002-02-14KNFTheo de Raadt
2002-02-14install PCS on vax from hereTheo de Raadt
2002-02-14bktr is a radio attachment, me forgot, tm@oganer.net remindedMichael Shalayeff
2002-02-14syncTodd T. Fries
2002-02-14o start a TODO listTodd T. Fries
o properly generate scsi scanner devices o shorten pty generation shell fragment o many tweaks for vax (audio what? how did I ever think vax had audio?)
2002-02-14enable sshMarkus Friedl
2002-02-14Add skip steps for rule action (pass/block vs. scrub) and directionDaniel Hartmeier
(in vs. out). This speeds up rule set evaluation considerably, because the rules set used to be linearly traversed (even twice) when looking for scrub rules. Ok frantzen@, deraadt@
2002-02-14Xr rpc.yppasswddTheo de Raadt
2002-02-14syncTodd T. Fries
2002-02-14fix just a tadTodd T. Fries
2002-02-14some KNFTheo de Raadt
2002-02-14spellingTheo de Raadt
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-02-14syncTodd T. Fries
2002-02-14vax joins the fun.Todd T. Fries
2002-02-14no, i think the pr from s@msmith.net was rightTheo de Raadt
2002-02-14lclint says this is an unsigned variable... and it's right !Marc Espie
2002-02-14Mark path via .PaMike Pechkin
deraadt@ ok
2002-02-14sync (only comments with commas effected)Todd T. Fries
2002-02-14KNF function argument spacingTodd T. Fries
2002-02-14s/,\([^ ]\)/, \1/g .. mostly. Function arguments now spaced like style(9)Todd T. Fries
2002-02-14escapees; it is not yet time (but soon)Todd T. Fries
2002-02-14add -Wall -Werror. this way, if __weak_alias() is missing it won't goFederico G. Schwindt
further.
2002-02-14syncTodd T. Fries
2002-02-14crank pty by one; ok millert@,deraadt@,miod@Todd T. Fries
2002-02-14syncTodd T. Fries
2002-02-14hp300 joins the party; ok millert@Todd T. Fries
2002-02-14From NetBSD:Federico G. Schwindt
Deal with weak symbols when looking up in shared libraries; tested by marc@ miod@ and myself.
2002-02-14__weak_alias() support.Federico G. Schwindt
2002-02-14mg? ridiculous. for now, anywaysTheo de Raadt
2002-02-14version mishandlingTheo de Raadt
2002-02-14typoTheo de Raadt
2002-02-14 Oups, my chartypes commit broke this.Vincent Labrecque
Use mg specific _MG_U/_MG_L chartypes instead of systemwide ones.
2002-02-14 the "theo-mode" is said to be a 'standalone' extension in main.c, beVincent Labrecque
coherent.
2002-02-14Don't divide by zero.Aaron Campbell
2002-02-14 Change character types definitions defines so they don't clash withVincent Labrecque
the system's ctype.h. ok art@
2002-02-14If helps to loop over the correct variable *sigh*Jason Wright
2002-02-14 simplify a loop and add some comments.Vincent Labrecque
ok deraadt@
2002-02-13some more KNF and -WallTheo de Raadt