Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-04 | sync w/ usd docs; | Jason McIntyre | |
ok millert@ | |||
2004-06-04 | update mail docs w/ reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-06-03 | sort SEE ALSO; | Jason McIntyre | |
2004-06-03 | - add articles | Jason McIntyre | |
- escape punctuation - kill whitespace - missing .El - sort SEE ALSO | |||
2004-06-03 | pretty | Theo de Raadt | |
2004-06-03 | Make sure libobjc is self-contained on vax, so that .m programs can link. | Miod Vallat | |
ok deraadt@ | |||
2004-06-03 | Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@ | Miod Vallat | |
2004-06-03 | Document behavior if MAILTO is set to the empty string. | Todd C. Miller | |
2004-06-03 | More 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-03 | Verify that argc > 0 before trying to use argv and mark usage as __dead. | Todd C. Miller | |
from Dmitry V. Levin | |||
2004-06-03 | Add gpioctl. | Alexander Yurchenko | |
2004-06-03 | gpioctl -- 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-03 | fall back to "nobody" when the _dhcp user is not available, theo bob ok | Henning Brauer | |
2004-06-03 | An optional argument cannot start with '-', even if permutation is | Todd C. Miller | |
disabled. Magne Oestlyngen. | |||
2004-06-03 | Add gpio(4). | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Man page for the gscpcib(4) driver. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Support for the GPIO logical device was added. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Though crontab files are created mode 0600 we should accept ones that | Todd C. Miller | |
are mode 0400 too. From Walt Howard. | |||
2004-06-03 | gpio(4) framework man page. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | sync | Alexander Yurchenko | |
2004-06-03 | Add gpio device nodes. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Add support for the GPIO logical device. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | gscpcib(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-03 | Enable GPIO for i386 port. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | A 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-03 | Add I2C bus and LM75/LM77 temperature sensors. | Alexander Yurchenko | |
2004-06-03 | cross-Xref to make pathconf/sysconf easy to find. | Marc Espie | |
twiddling and okay jmc@ millert@ | |||
2004-06-03 | Sync 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-03 | initialize pointers, ok markus@ | Pedro Martelletto | |
2004-06-03 | allow '!!prog', where the second '!' means messages from prog should only | Daniel 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-03 | Interpret !* correcly. ok dhartmei@ | Otto Moerbeek | |
2004-06-03 | Enable assembly listings. | Miod Vallat | |
2004-06-03 | update sets sizes | Michael Shalayeff | |
2004-06-03 | Signal bus errors when a write back operation fails on 88110. | Miod Vallat | |
2004-06-03 | Be sure to preserve r3 for syscalls which return 32-bit values. | Miod Vallat | |
2004-06-03 | rl at cardbus, requested by brad. poor brad. everyones feel for him. | Theo de Raadt | |
2004-06-03 | merge back two chunks that are different here | Ted Unangst | |
2004-06-03 | ogg vorbis magic i found on a redhat box | Ted Unangst | |
2004-06-03 | merge in new magic from file 4.09. Mostly from Bruno Rohee | Ted Unangst | |
2004-06-03 | commented out ahd | Theo de Raadt | |
2004-06-03 | all install media should compile roughly the same... so SMALL_KERNEL this | Theo de Raadt | |
(and, yes, sorry, turn off propolice). | |||
2004-06-02 | tables like to allocate lots of memory at once. use the previous | Ted Unangst | |
pool allocator, _nointr. testing/ok beck@ cedric@ | |||
2004-06-02 | rearrange 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-02 | Add 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-02 | fix for broken cpp in gcc3 | Michael Shalayeff | |
2004-06-02 | remove unused BIO-functions. | Hans-Joerg Hoexer | |
ok markus@ ho@ | |||
2004-06-02 | Use errx() rather than err() when errno isn't set. | Tom Cosgrove | |
ok otto@ | |||
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove | |
ok henning@ | |||
2004-06-02 | need to explicitly pass ipencap traffic on the encapsulation interface | Pedro Martelletto | |
from Pedro Almeida <pedro@qui.uc.pt>, ok cedric@, xsa@ | |||
2004-06-02 | More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88k | Miod Vallat | |
changes) - makes almost 3MB more memory available for userland. Tested by aoyama@ |