Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-24 | sync | Todd T. Fries | |
2008-09-24 | enable /dev/xfs0 creation like other archs in the 'all' mode | Todd T. Fries | |
yes, I know, afs on vax, who would want this? | |||
2008-08-29 | remove BIND's delegation-only from default config files. | Jakob Schlyter | |
ok djm@ millert@ | |||
2008-08-25 | regen | Joel Sing | |
2008-08-25 | Add USB devices. | Joel Sing | |
ok miod@ jasper@ | |||
2008-08-24 | remove the ls=ls -gCF alias: we already have an alias for ls (-CF), | Jason McIntyre | |
and now that the behaviour of -g has changed to be more in line with posix, we get group ID by default anyway; kick started by PR 5784 from Jacek Masiulaniec; discussed with otto and sobrado; ok deraadt millert | |||
2008-08-14 | Tools from /usr may not be used in netstart since it may be NFS-mounted | Stuart Henderson | |
and not available at that time. Rewrite the hostname.if permission check to use only /bin/ls and the shell. Requested by deraadt. ok todd, "Twisted." deraadt | |||
2008-07-24 | Specify a cdroot entry that will actually work on a CD. | Joel Sing | |
ok krw@ | |||
2008-07-23 | Prevent warning about insecure hostnames where no /etc/hostname.* | Stuart Henderson | |
exists. From wcmaier@. Check target of symbolic links to avoid noise at boot and in seucrity output where you have several interfaces symlinked to one config file. "If you think this is the right thing to do" deraadt@ | |||
2008-07-14 | Regen | Miod Vallat | |
2008-07-14 | /dev/tuner description should point out to bktr(4), spotted by jmc. | Miod Vallat | |
2008-07-14 | Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are not | Miod Vallat | |
available on amd64. | |||
2008-07-09 | automatically populate net.inet.(tcp|udp).baddynamic with the | Damien Miller | |
contents of /etc/services so as to avoid randomly allocating source ports that correspond to well-known services. Auto-filling of the baddynamic tables is performed before reading sysctl.conf, so it is still possible to add or subtract ports, or override the autofilling entirely there. Note that this requires a new kernel and /sbin/sysctl. feedback markus@ ok markus@ deraadt@ millert@ | |||
2008-07-02 | move to 4.4-beta | Theo de Raadt | |
2008-06-28 | regen | Marcus Glocker | |
2008-06-28 | Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the | Marcus Glocker | |
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@ | |||
2008-06-27 | sync | Todd T. Fries | |
2008-06-27 | fix bio major, only took a year to test | Todd T. Fries | |
2008-06-26 | add _ypldap; ok deraadt@ | Todd T. Fries | |
2008-06-26 | add _ypldap; ok deraadt@ | Otto Moerbeek | |
2008-06-26 | add user and group needed for ypldap. | Pierre-Yves Ritschard | |
2008-06-25 | regen; | Jason McIntyre | |
2008-06-25 | sort; ok todd | Jason McIntyre | |
2008-06-19 | sync | Todd T. Fries | |
2008-06-19 | sort, prompted by jmc@ | Todd T. Fries | |
2008-06-16 | build MAKEDEV.8's conditionally upon more than just rcsid changes also | Todd T. Fries | |
2008-06-16 | +_rtadvd here too; ok deraadt@ | David Krause | |
2008-06-15 | start rpc.statd together with rpc.lockd | Nikolay Sturm | |
"just get it in" deraadt | |||
2008-06-15 | minor touch | Theo de Raadt | |
2008-06-15 | clean | Todd T. Fries | |
2008-06-15 | be smarter, only write a new MAKEDEV if more than just the rcsid changed | Todd T. Fries | |
2008-06-14 | shorten SUBDIR list | Theo de Raadt | |
2008-06-14 | redo the way MAKEDEV files are generated | Todd T. Fries | |
get it in, deraadt@ | |||
2008-06-14 | sync (missed last time round) | Todd T. Fries | |
2008-06-14 | sync. | Marc Balmer | |
2008-06-14 | add amdmsr. | Marc Balmer | |
help (a lot...) and ok todd. | |||
2008-06-13 | sync | Todd T. Fries | |
2008-06-13 | /dev/bio on ramdisks, it is safe and small | Todd T. Fries | |
ok deraadt@, marco@ | |||
2008-06-13 | - add support for ignoring files and directories from comparison | Antoine Jacoutot | |
through an optionnal /etc/sysmerge.ignore file requested by many man page tweak from jmc@ /etc/changelist addition suggested by sthen@ ok sthen@ jdixon@ jmc@ naddy@ | |||
2008-06-12 | sync | Todd T. Fries | |
2008-06-12 | make /dev/drm0 to go with oga@'s libdrm commit moments ago | Todd T. Fries | |
ok oga@ | |||
2008-06-12 | sync | Todd T. Fries | |
2008-06-12 | video on all usb archs, ok mglocker@ | Todd T. Fries | |
2008-06-12 | sync | Todd T. Fries | |
2008-06-12 | no /dev/*random on ramdisks, libc uses the sysctl | Todd T. Fries | |
please commit from deraadt@ | |||
2008-06-10 | regen | Marcus Glocker | |
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker | |
Help and OK todd@, OK robert@ | |||
2008-06-09 | warn once not 3 times in case of a non existent file, discussed with deraadt | Todd T. Fries | |
originally pointed out by Johan Torin | |||
2008-06-09 | drop root privileges in rtadvd to _rtadvd | Rainer Giedat | |
ok deraadt@, reyk@, pyr@ | |||
2008-06-09 | Ensure that hostname.* files are also re-chowned to root.wheel at each | Theo de Raadt | |
boot as discussed with claudio while eating tasty donairs. ok todd |