Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-18 | this is better. | Federico G. Schwindt | |
2002-06-18 | Add gpr, i386 only; this may change in the near future to something more | Federico G. Schwindt | |
generic as /dev/smartcard or similar. deraadt@ ok. | |||
2002-06-09 | remove the `real' Id string in generated output, keeps conflicts down | Todd T. Fries | |
miod@ ok, requested a long time ago by misc | |||
2002-05-16 | add systrace device okay fries@ | Niels Provos | |
2002-04-21 | Add ramdisk nodes to MAKEDEV. | Miod Vallat | |
2002-04-17 | Remove duplicate device list for "MAKEDEV all". | Miod Vallat | |
No change in the generated output, so no regen needed. ok todd@ | |||
2002-04-11 | pci should be 600; matthieu ok | Theo de Raadt | |
2002-03-31 | create bktr0 for i386; millert@ deraadt@ ok. | Federico G. Schwindt | |
2002-02-25 | - fix a 'rndrandom' vs 'random' output problem | Todd T. Fries | |
- more accurate documentation, more documentation - remove some EOL whitespace ok deraadt@ | |||
2002-02-21 | I should back out the base files too | Theo de Raadt | |
2002-02-21 | st0 goes on sparc ramdisk | Todd T. Fries | |
2002-02-21 | a couple more all/ramdisk tweaks | Todd T. Fries | |
a random typo | |||
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-19 | pretty | Todd T. Fries | |
2002-02-19 | make wscons devices D-F possible, only used on sparc64 (D) atm. | Todd T. Fries | |
make sparc64 build ttyD{cfg,0,1,..,b} move wscons) to 'target()' macros to make the above possible | |||
2002-02-17 | why were there two ramdisks? | Theo de Raadt | |
2002-02-16 | copyright repair | Theo de Raadt | |
2002-02-15 | tweaks for vax; I must find a way of over-riding default target's, until then, | Todd T. Fries | |
this feels alot like distrib/sets .. mi global and md for everybody that's gotta be different .. | |||
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 | fix just a tad | Todd T. Fries | |
2002-02-14 | s/,\([^ ]\)/, \1/g .. mostly. Function arguments now spaced like style(9) | Todd T. Fries | |
2002-02-14 | crank pty by one; ok millert@,deraadt@,miod@ | Todd T. Fries | |
2002-02-14 | hp300 joins the party; ok millert@ | Todd T. Fries | |
2002-02-10 | some indentation output nits | Theo de Raadt | |
2002-02-09 | add wd* to ramdisk target for macppc, reported my matthieu | Dale Rahn | |
2002-02-09 | use "ramdisk" for the ramdisk target, always | Theo de Raadt | |
2002-02-08 | prepare for invasion, sparc64 gets major number fix wrt tty[a-d] | Todd T. Fries | |
order a few places provide '[ "$DEBUG" ] && set -x' inside R() for debugging help .. | |||
2002-01-23 | tweak all) target numbers | Todd T. Fries | |
2002-01-23 | use target for ramdisk on all archs | Todd T. Fries | |
2002-01-23 | shuffle some things, arch independent targets go outside arch specific areas, | Todd T. Fries | |
build scsi tape devices ;-) | |||
2002-01-23 | s/tth/ttyh/ for sparc64 | Todd T. Fries | |
2002-01-23 | o use target(name,dev,str1,str2,..) and twrget(name,dev,devstr,str1,str2,...) | Todd T. Fries | |
introduced in the last commit o order (alphabetically) the disk_q's o pull in spif/mag/bpp scripts from sparc | |||
2002-01-12 | Add _DEV entry for spif and correct spif to only create 1 bpp and 8 tty | Jason Wright | |
2002-01-08 | add sparc 'source' | Todd T. Fries | |
2002-01-08 | +speaker,+pdc | Todd T. Fries | |
2002-01-08 | 'delete ofdisk' drahn@ | Todd T. Fries | |
2002-01-08 | add mac68k 'source' | Todd T. Fries | |
2002-01-08 | add 'source' | Todd T. Fries | |
2002-01-08 | add sun3 'source' | Todd T. Fries | |
2002-01-08 | more | Todd T. Fries | |
2002-01-07 | add pci to all) (thanks drahn@) | Todd T. Fries | |
add more to all) | |||
2002-01-07 | o more devices for 'all' target | Todd T. Fries | |
o ttyCcfg is 600 not 666 o add radio o joy is 666 not 600 (current i386 MAKEDEV does this) | |||
2002-01-07 | add /dev/pci | Todd T. Fries | |
s/tzs/czs/ typo | |||
2002-01-07 | sprinklings of 'ifstep()' | Todd T. Fries | |
'the big disk case' no longer sets vars and calls dodisk, would take more space to additionally do the 'stepping' argument (see cd\* in generated MAKEDEV) | |||
2002-01-07 | DISK_STEPPING is not used, and in any event, is not global to all disks | Todd T. Fries | |
prepare dodisk* script functions for a 7th argument, what I call disk stepping, the number to add from rd0a to rd1a minor numbers, defaulted to 16; some archs *cough*macppc*cough* still have 8 for cdroms and such | |||
2002-01-07 | add more disks to the 'all' target, rd shows up on sparc64 now ;-) | Todd T. Fries | |
s/tty/tth/ | |||
2002-01-04 | add ttyC for wscons as wsdisp | Todd T. Fries | |
2002-01-04 | add usb scanners | Todd T. Fries | |
2002-01-04 | This is my m4 MAKEDEV generation system. | Todd T. Fries | |
.mi -> edit this to add new devices .sub -> hardcore m4 here, be careful */*.md -> machine dependent information (generally device,block (& char) major) Thanks for eyes/conversation about this over the years from espie, deraadt, johns, fgsch, hugh, weingart, mickey, and others .. SEE ALSO . m4(1), MAKEDEV(8) |