jdolecek
20282f8b2e
change minor of /dev/zero for ARM ports to 12, so that it is same as on other
...
ports; follows the kernel change
2003-10-17 17:56:28 +00:00
itojun
89159c0540
minor KNF
2003-10-15 21:40:49 +00:00
jdolecek
401cc27682
read the MD MAKEDEV.conf file and appropriately massage the template
...
contents; outputs fully functional MAKEDEV script now
2003-10-15 19:43:00 +00:00
jdolecek
db5fa0cba5
add MI 'all' target - this calls MD 'all_md' and then creates miscellaneous
...
devices supported on all plaforms
and MI 'init' target, which just calls 'all'; this is used if platform
doesn't define it's own 'init' target
2003-10-15 19:16:01 +00:00
jdolecek
7126da0813
MD part of unified MAKEDEV
...
this contains information about disk partitions used by platform,
and MD MAKEDEV targets, such as 'init', MD part of 'all',
as well as any other MD-specific targets not covered by MAKEDEV.tmpl
2003-10-15 19:13:32 +00:00
christos
e2ba1d7082
Allow overrides via fsck_flags
2003-10-15 17:38:04 +00:00
jdolecek
5351b51128
the main parts of new unified MAKEDEV framework - MAKEDEV template
...
and script for generating the MD MAKEDEV
this is work in progress, some parts are still missing
2003-10-13 09:37:45 +00:00
jdc
d8eef4e074
Allow an IPv6 default route to be set from /etc/mygate6 or $defaultroute6.
...
Approved by itojun@.
2003-10-12 09:50:05 +00:00
jdolecek
2d42eb283b
reassing majors for crypto and pf to use the newly defined MI major range
2003-10-10 22:47:10 +00:00
jdolecek
e38ba7f567
add manual section 8 directory entries for evbsh5
2003-10-04 13:40:32 +00:00
jdolecek
5470a1ba9d
g/c empty device groups
2003-10-04 13:15:37 +00:00
jdolecek
faaca95782
remove 'cbq' from the list of supported special devices
2003-10-04 12:13:10 +00:00
dsl
5c2824bce4
Revert 'console' back to /dev/console (from /dev/constty)
2003-10-04 07:41:11 +00:00
dsl
e5217087d8
Change 'console' login to use /dev/constty so that its output isn't
...
stolen by code that requests system messages using TIOCCONS.
2003-10-03 14:54:20 +00:00
dsl
fca3294820
Add a /dev/constty == /dev/console but with minor 1.
...
Use for tty sessions on 'console' so that output doesn't pinched by anyone
using TIOCCONS to get kernel and system messages.
2003-10-03 14:35:36 +00:00
jhawk
74f5f0da45
Redirect stderr as well as stdout in run_calendar (calendar -a)
2003-10-01 05:34:50 +00:00
jhawk
6a61a211cf
Suppress output when running security.local if it produces no output.
...
/etc/security should produce no output (and thus suppress the report)
when nothing is wrong.
While we're here, use printf instead of two echos, like the rest of
the script.
2003-10-01 04:29:03 +00:00
christos
f32195ffa6
turn off calendar -a by default and mention why.
2003-09-30 00:23:23 +00:00
agc
fdc3c14ea7
Default to the public servers from the ntp public pool project.
...
The servers will be dynamically assigned on a round-robin basis from
a list of volunteers.
Fix provided by Wolfgang Rupprecht in PR 22416
2003-09-24 11:36:31 +00:00
lukem
964c040962
add ./usr/X11R6/lib/modules/extensions
2003-09-23 23:07:35 +00:00
jandberg
448afe509a
add wscons support to amiga mouse
2003-09-22 18:17:30 +00:00
simonb
dd0c7f2f44
Get rid of "$highpartoffset" baggage and use fill 16-number ranges for
...
sd,fd,wd, etc devices. Fixes problems with disk-style devices greater
than unit 0.
Thanks to Charles Hannum for clue-stick.
2003-09-22 04:25:16 +00:00
pooka
12cd483962
add isdn telephony dialout devices
2003-09-19 11:11:37 +00:00
lukem
9398373099
add ./usr/X11R6/include/X11/pixmaps
2003-09-14 06:39:11 +00:00
lukem
6869cb17c5
add ./usr/X11R6/share/examples/ssh-askpass
2003-09-14 06:11:40 +00:00
lukem
d5157aa5fd
Add /usr/X11R6/* and /etc/{X11,fonts}
2003-09-12 02:16:45 +00:00
wiz
ea949da1c7
Add a knob to turn off automatic configuration (via rc.d) of
...
non-auto-configured (via kernel) raid devices. oster says ok.
2003-09-10 14:50:19 +00:00
itojun
48fc13b7c2
dd icmp6 as alias
2003-09-08 21:02:55 +00:00
dsl
fc3574d3bf
Correctly fix pty majors
2003-09-05 17:11:30 +00:00
dsl
35bb292640
Put back port specific majors for ptys
2003-09-05 17:02:52 +00:00
matt
d671884ac3
pty (pts) is major 4, not 6
2003-09-05 03:10:36 +00:00
cjep
d1b485c800
Now that we have nuked /sys, change the cdpath to contain /usr/src/sys
...
rather than /sys.
2003-09-02 18:39:27 +00:00
junyoung
d1c665c08e
Add UTF-8 ctype locale support for Korean.
...
From Min Sik Kim <minskim bawi org>. tshiozak@ ok.
2003-09-02 09:30:31 +00:00
lukem
1279eb3872
fix typo in previous, where "pty*" had been changed to "ty*". (hi dsl@ !)
2003-09-01 08:19:57 +00:00
lukem
42efd94df9
add back st* creation, which was accidentally removed in rev 1.32. (hi dsl@ !)
...
this should fix arc autobuild
2003-09-01 08:10:19 +00:00
dsl
818622e67a
Change the way pseudo tty devices are generated in order to avoid
...
any pipes and running other commands (eg dd).
Measurable speeds up creating pseudo ttys.
(there has to be a better way than editing 51 files! - tedious at only
6 key presses per file)
2003-08-30 11:00:20 +00:00
eeh
d3ab92da6d
Fix ttyEcfg/ttyEstat confusion.
2003-08-25 20:40:25 +00:00
wiz
dfdf058a44
Add comment for /dev/crypto.
2003-08-23 23:14:35 +00:00
dsl
a276117721
Optimise DISTRIBUTION_DONE= KERNELS_DONE= nbmake snapshot
...
- If DISTRIBUTION_DONE is defined, don't add the 'root' directory to METALOG.
(maybe install -M shouldn't write to the METALOG file if it doesn't install
the file either)
- Don't re-compress the kernels if the compressed file is newer than the
kernel.
Useful if all you want to do is rebuild the ramdisk image.
2003-08-22 19:03:03 +00:00
mrg
777a312e0f
ipnat needs to be before SERVERS - one may need NAT for servers to work
...
(eg, ntpdate).
2003-08-22 08:43:26 +00:00
itojun
4440262659
create /dev/crypto
2003-08-22 05:06:22 +00:00
tron
f48b602669
Don't use depricated "-f" option to mixerctl(1). Patch supplied by
...
Bruce J.A. Nourish in PR misc/22524.
2003-08-18 13:04:10 +00:00
hannken
efc0a23c7d
Add lpt (for explora) as char 20.
...
This major number is unused in macppc.
2003-08-17 11:06:46 +00:00
rafal
499d0081dd
Add radio(4) devices.
2003-08-08 16:41:41 +00:00
wiz
ef6f82b46b
Remove nntp line -- it refers to a non-existing daemon.
...
Closes PR 22388, from Nate Hill.
2003-08-07 06:44:29 +00:00
bjh21
47a6970dac
Put boot32,ffa into the release tree so people can use it for booting ramdisk
...
kernels.
2003-08-02 18:02:36 +00:00
tsutsui
b51dfb6979
Add some MI SCSI devices.
2003-08-01 02:17:48 +00:00
itojun
3f14c71f75
reserve cdev major # for PF. ok'ed by technical-exec
2003-07-27 14:17:57 +00:00
lukem
6d7e3e1b0d
Add "*,v" to the list of scratch files to skip.
...
Suggested by Johnny Lam / Alistair Crooks
2003-07-26 05:13:47 +00:00
jonathan
cf25ac5ebd
Add /usr/include/crypto for userspace API to opencrypto framework.
2003-07-25 22:59:58 +00:00