Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-04 | Driver for the 3c515 FastEtherlink ISA | Jason Wright | |
1999-08-03 | chmod/chown all the ptys | Theo de Raadt | |
1999-08-03 | Reorganise ppp's usage to avoid some mandoc limitations. | brian | |
Suggested by: wollman@FreeBSD.org | |||
1999-08-03 | use particular mapping type instead of bogus zero. | Michael Shalayeff | |
-Wall overall happiness; millert@ ok | |||
1999-08-03 | straitify tlbmissers a little more; fix stack mangling for trapall | Michael Shalayeff | |
1999-08-03 | flush caches and tlb on mapping removal | Michael Shalayeff | |
1999-08-03 | * rf_reconstruct.c: adopt nilkas' suggestion regard statics and | Peter Galbavy | |
__inline__ - this is a proof of concept and will cover the raidframe source as a whole over coming updates. Update namespace of function to prefix with rf_ - comments again welcome. * overall: rework the macros in rf_etimer.h and the resultant changes to their use to count microseconds and not clock ticks. Restore the code in rf_revent.c to a similar strcuture to before the previous commit, and use the system timers to govern resource usage. Tested with local i386/IDE and the reconstruction of a disk in my array - performance has improved for reconstruction at no noticable CPU cost. | |||
1999-08-03 | Return an open failure if the fstab is zero length or not a regular file. | Jason Downs | |
1999-08-03 | Compile with UVM. | Hakan Olsson | |
1999-08-03 | use ddb's printf in pmap_hptdump | Michael Shalayeff | |
1999-08-02 | Ethernet, not 10 Mb/s Ethernet | Theo de Raadt | |
1999-08-02 | Mention that ospf is a possible filter protocol. | brian | |
1999-08-02 | Fallback to sendmail if /etc/mailer.conf is missing. | Jakob Schlyter | |
1999-08-02 | Indentation | Jakob Schlyter | |
1999-08-02 | revert from using static functions, as per niklas@openbsd.org advice. | Peter Galbavy | |
1999-08-02 | Fix realloc bug. | Jakob Schlyter | |
1999-08-02 | Integration of mailwrapper (from NetBSD) | Jakob Schlyter | |
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert | |||
1999-08-02 | sync | Theo de Raadt | |
1999-08-02 | typo | Paul Janzen | |
1999-08-02 | Add a hook to regexp/regerror.c for overriding the default regerror() | Jason Downs | |
function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times. | |||
1999-08-02 | Use err[x]/warn[x] and improve error reporting | brian | |
Submitted by: charnier@FreeBSD.org | |||
1999-08-02 | fix reconstruction performance. the old code used home-grown timers | Peter Galbavy | |
based upon hardcoded CPU speed values and an assumtion that the number of clock cycles was available. This is/was silly. redone rf_GetNextReconEvent so that is now runs for 1/10th second before sleeping for a short time (1/50th sec). Locally, this is using about 25% of the CPU while rebuilding a disk in a four disk IDE RAID5 array. It was 22% of the way through when I last looked... much much faster. An even better way is sought - suggestions welcome. Lots of code that the old routines relied on canm be harvested later. Patches also being sent to Greg Oster @ NetBSD group. | |||
1999-08-02 | Filter ospf and igmp separately. | brian | |
Kind-of submitted by: phk@FreeBSD.org | |||
1999-08-02 | Check to make sure process group is not 0 before sending a SIGHUP to | Todd C. Miller | |
the process group on exit. This will cause problems if we are not the process group leader. | |||
1999-08-02 | minor style nit | Peter Galbavy | |
1999-08-02 | * make some function static, copied from rf_netbsdkintf.c | Peter Galbavy | |
* move composition og openmask in raidclose to before where it is tested. | |||
1999-08-02 | restore the NetBSD specific files to their -current state from | Peter Galbavy | |
NetBSD. There is no reason to mess with these; they are just being carried around as a reference at the moment. | |||
1999-07-31 | use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying. | Paul Janzen | |
1999-07-31 | - make atc check for calloc() failure; correctly check for redefinition of | Paul Janzen | |
"width" in game definition files (jsm28@cam.ac.uk) - clean up man page some (based on work of dholland@eecs.harvard.edu) | |||
1999-07-31 | fix a -Wcast-qual warning: jsm28@cam.ac.uk | Paul Janzen | |
1999-07-31 | Use const where appropriate: jsm28@cam.ac.uk | Paul Janzen | |
1999-07-31 | 0 -> SEEK_SET; jsm28@cam.ac.uk. | Paul Janzen | |
1999-07-31 | spelling | Paul Janzen | |
1999-07-31 | sync | Theo de Raadt | |
1999-07-31 | add isa info | David Leonard | |
1999-07-31 | RangeLAN2 ISA | David Leonard | |
1999-07-31 | fix printing error; marc | Theo de Raadt | |
1999-07-31 | document cdev/bdev semantic change | Theo de Raadt | |
1999-07-30 | Add IEEE 802 hardware type. | Federico G. Schwindt | |
1999-07-30 | acd went away | Theo de Raadt | |
1999-07-30 | acd goes away | Theo de Raadt | |
1999-07-30 | sync | Theo de Raadt | |
1999-07-30 | fix | Theo de Raadt | |
1999-07-30 | acd goes away | Theo de Raadt | |
1999-07-30 | bye | Theo de Raadt | |
1999-07-30 | acd dies | Theo de Raadt | |
1999-07-30 | no more acd | Theo de Raadt | |
1999-07-30 | do not permit regular users to chflags/fchflags on chr or blk devices -- | Theo de Raadt | |
even if they happen to own them at the moment. | |||
1999-07-30 | A better, but still not perfect, merge of raidctl(8) | Peter Galbavy | |
1999-07-30 | acd went away | Theo de Raadt | |