Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-14 | The RFORK_FDSHARE option is going away. It's default and safe now. | Artur Grabowski | |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev | |
2002-02-14 | some programs now need the errno definition and sys/params, so put them in | Vincent Labrecque | |
there. | |||
2002-02-14 | M4 generated MAKEDEV still premature. | Hugh Graham | |
2002-02-14 | use strtol instead of atoi to get range checking, etc | Vincent Labrecque | |
2002-02-14 | Correctly FREF/FRELE in mmap(2). | Artur Grabowski | |
2002-02-14 | Try to initialize variables correctly, that usually helps. | Artur Grabowski | |
2002-02-14 | Avoid overflow in usage percent calculation. ok deraadt@ | Thomas Nordin | |
2002-02-14 | sync with other install.md scripts. also copy /boot from /usr/mdec, where it | Theo de Raadt | |
now lives | |||
2002-02-14 | sync | Theo de Raadt | |
2002-02-14 | put "boot" in /usr/mdec instead of / | Theo de Raadt | |
2002-02-14 | KNF | Theo de Raadt | |
2002-02-14 | install PCS on vax from here | Theo de Raadt | |
2002-02-14 | bktr is a radio attachment, me forgot, tm@oganer.net reminded | Michael Shalayeff | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | o start a TODO list | Todd 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-14 | enable ssh | Markus Friedl | |
2002-02-14 | Add skip steps for rule action (pass/block vs. scrub) and direction | Daniel 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-14 | Xr rpc.yppasswdd | Theo de Raadt | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | fix just a tad | Todd T. Fries | |
2002-02-14 | some KNF | Theo de Raadt | |
2002-02-14 | spelling | Theo de Raadt | |
2002-02-14 | complete the function arg KNF spacing | Todd T. Fries | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | vax joins the fun. | Todd T. Fries | |
2002-02-14 | no, i think the pr from s@msmith.net was right | Theo de Raadt | |
2002-02-14 | lclint says this is an unsigned variable... and it's right ! | Marc Espie | |
2002-02-14 | Mark path via .Pa | Mike Pechkin | |
deraadt@ ok | |||
2002-02-14 | sync (only comments with commas effected) | Todd T. Fries | |
2002-02-14 | KNF function argument spacing | Todd T. Fries | |
2002-02-14 | s/,\([^ ]\)/, \1/g .. mostly. Function arguments now spaced like style(9) | Todd T. Fries | |
2002-02-14 | escapees; it is not yet time (but soon) | Todd T. Fries | |
2002-02-14 | add -Wall -Werror. this way, if __weak_alias() is missing it won't go | Federico G. Schwindt | |
further. | |||
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | crank pty by one; ok millert@,deraadt@,miod@ | Todd T. Fries | |
2002-02-14 | sync | Todd T. Fries | |
2002-02-14 | hp300 joins the party; ok millert@ | Todd T. Fries | |
2002-02-14 | From 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-14 | mg? ridiculous. for now, anyways | Theo de Raadt | |
2002-02-14 | version mishandling | Theo de Raadt | |
2002-02-14 | typo | Theo 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, be | Vincent Labrecque | |
coherent. | |||
2002-02-14 | Don't divide by zero. | Aaron Campbell | |
2002-02-14 | Change character types definitions defines so they don't clash with | Vincent Labrecque | |
the system's ctype.h. ok art@ | |||
2002-02-14 | If 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-13 | some more KNF and -Wall | Theo de Raadt | |