summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-04sync w/ usd docs;Jason McIntyre
ok millert@
2004-06-04update mail docs w/ reality;Jason McIntyre
help and ok millert@
2004-06-03sort SEE ALSO;Jason McIntyre
2004-06-03- add articlesJason McIntyre
- escape punctuation - kill whitespace - missing .El - sort SEE ALSO
2004-06-03prettyTheo de Raadt
2004-06-03Make sure libobjc is self-contained on vax, so that .m programs can link.Miod Vallat
ok deraadt@
2004-06-03Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@Miod Vallat
2004-06-03Document behavior if MAILTO is set to the empty string.Todd C. Miller
2004-06-03More changes from Dmitry V. Levin:Todd C. Miller
Check return values for setgid, initgroups and setuid in code we don't compile. Print the correct filename for the at job in mail sent. Add some #if DEBUGGING in cron.c's usage(). Set sunlen each time before using it in accept(). Don't send mail at all if MAILTO is set but empty.
2004-06-03Verify that argc > 0 before trying to use argv and mark usage as __dead.Todd C. Miller
from Dmitry V. Levin
2004-06-03Add gpioctl.Alexander Yurchenko
2004-06-03gpioctl -- program to control GPIO devices.Alexander Yurchenko
The gpioctl program allows to manipulate GPIO devices pins Quick start for the Soekris net4801 users: # gpioctl -c 20 out pp # gpioctl 20 1 This will turn on the red error led. If you want to use JP5 I/O pins, just use the /dev/gpio1 device. Quick start for the PC Engines WRAP.1C users: # gpioctl 40 This will read the state of the button (0 means pressed). # gpioctl -c 2 pp out This will turn the first led on, to turn off write 1 to the pin, it's reversed. For the second and the third leds use pins 3 and 18. ok deraadt@
2004-06-03fall back to "nobody" when the _dhcp user is not available, theo bob okHenning Brauer
2004-06-03An optional argument cannot start with '-', even if permutation isTodd C. Miller
disabled. Magne Oestlyngen.
2004-06-03Add gpio(4).Alexander Yurchenko
ok deraadt@
2004-06-03Man page for the gscpcib(4) driver.Alexander Yurchenko
ok deraadt@
2004-06-03Support for the GPIO logical device was added.Alexander Yurchenko
ok deraadt@
2004-06-03Though crontab files are created mode 0600 we should accept ones thatTodd C. Miller
are mode 0400 too. From Walt Howard.
2004-06-03gpio(4) framework man page.Alexander Yurchenko
ok deraadt@
2004-06-03syncAlexander Yurchenko
2004-06-03Add gpio device nodes.Alexander Yurchenko
ok deraadt@
2004-06-03Add support for the GPIO logical device.Alexander Yurchenko
ok deraadt@
2004-06-03gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver.Alexander Yurchenko
Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@
2004-06-03Enable GPIO for i386 port.Alexander Yurchenko
ok deraadt@
2004-06-03A framework for supporting various General Purpose Input/Output (GPIO)Alexander Yurchenko
devices. Such devices provide a set of pins that you can use to connect for example leds to it. The pins can be accessed either from userland through the /dev/gpio* device files or from the kernel drivers. The latter is necessary for implementing timing-sensitive things like i2c or 1-wire master controller. ok deraadt@
2004-06-03Add I2C bus and LM75/LM77 temperature sensors.Alexander Yurchenko
2004-06-03cross-Xref to make pathconf/sysconf easy to find.Marc Espie
twiddling and okay jmc@ millert@
2004-06-03Sync man page with macros:Jean-Francois Brousseau
- SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@
2004-06-03initialize pointers, ok markus@Pedro Martelletto
2004-06-03allow '!!prog', where the second '!' means messages from prog should onlyDaniel Hartmeier
be logged by the subsequent block, aborting evaluation when matching. Useful to log some daemons to dedicated files only (not polluting standard files with their messages). ok beck@, henning@, millert@
2004-06-03Interpret !* correcly. ok dhartmei@Otto Moerbeek
2004-06-03Enable assembly listings.Miod Vallat
2004-06-03update sets sizesMichael Shalayeff
2004-06-03Signal bus errors when a write back operation fails on 88110.Miod Vallat
2004-06-03Be sure to preserve r3 for syscalls which return 32-bit values.Miod Vallat
2004-06-03rl at cardbus, requested by brad. poor brad. everyones feel for him.Theo de Raadt
2004-06-03merge back two chunks that are different hereTed Unangst
2004-06-03ogg vorbis magic i found on a redhat boxTed Unangst
2004-06-03merge in new magic from file 4.09. Mostly from Bruno RoheeTed Unangst
2004-06-03commented out ahdTheo de Raadt
2004-06-03all install media should compile roughly the same... so SMALL_KERNEL thisTheo de Raadt
(and, yes, sorry, turn off propolice).
2004-06-02tables like to allocate lots of memory at once. use the previousTed Unangst
pool allocator, _nointr. testing/ok beck@ cedric@
2004-06-02rearrange the allocators we provide for general use.Ted Unangst
the new one remains the default and _nointr. _kmem is restored to its former position, and _oldnointr is introduced. this is to allow some pool users who don't like the new allocator to continue working. testing/ok beck@ cedric@
2004-06-02Add quirks field to the wdc softc and implement the first one:Alexander Yurchenko
WDC_QUIRK_NOSHORTDMA which disables DMA for the one-sector transfers. Use this quirk for the Geode SC1100 IDE to fix hanging during fdisk reported in PR 3729. Thanks to Alexandre Belloni <abelloni@nerim.net> for testing. ok costa@
2004-06-02fix for broken cpp in gcc3Michael Shalayeff
2004-06-02remove unused BIO-functions.Hans-Joerg Hoexer
ok markus@ ho@
2004-06-02Use errx() rather than err() when errno isn't set.Tom Cosgrove
ok otto@
2004-06-02Don't want text in err() call following malloc failures.Tom Cosgrove
ok henning@
2004-06-02need to explicitly pass ipencap traffic on the encapsulation interfacePedro Martelletto
from Pedro Almeida <pedro@qui.uc.pt>, ok cedric@, xsa@
2004-06-02More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88kMiod Vallat
changes) - makes almost 3MB more memory available for userland. Tested by aoyama@