Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert | 2004-06-04 | 10 | -123/+164 | |
| | |||||
* | sync w/ usd docs; | 2004-06-04 | 1 | -53/+80 | |
| | | | | ok millert@ | ||||
* | update mail docs w/ reality; | 2004-06-04 | 9 | -147/+230 | |
| | | | | help and ok millert@ | ||||
* | sort SEE ALSO; | 2004-06-03 | 1 | -2/+2 | |
| | |||||
* | - add articles | 2004-06-03 | 1 | -18/+20 | |
| | | | | | | | - escape punctuation - kill whitespace - missing .El - sort SEE ALSO | ||||
* | pretty | 2004-06-03 | 1 | -2/+2 | |
| | |||||
* | Make sure libobjc is self-contained on vax, so that .m programs can link. | 2004-06-03 | 1 | -0/+4 | |
| | | | | ok deraadt@ | ||||
* | Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@ | 2004-06-03 | 1 | -3/+4 | |
| | |||||
* | Document behavior if MAILTO is set to the empty string. | 2004-06-03 | 1 | -2/+4 | |
| | |||||
* | More changes from Dmitry V. Levin: | 2004-06-03 | 3 | -25/+40 | |
| | | | | | | | | 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. | ||||
* | Verify that argc > 0 before trying to use argv and mark usage as __dead. | 2004-06-03 | 1 | -4/+7 | |
| | | | | from Dmitry V. Levin | ||||
* | Add gpioctl. | 2004-06-03 | 1 | -2/+2 | |
| | |||||
* | gpioctl -- program to control GPIO devices. | 2004-06-03 | 3 | -0/+413 | |
| | | | | | | | | | | | | | | | | | | | | 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@ | ||||
* | fall back to "nobody" when the _dhcp user is not available, theo bob ok | 2004-06-03 | 1 | -3/+6 | |
| | |||||
* | An optional argument cannot start with '-', even if permutation is | 2004-06-03 | 1 | -4/+5 | |
| | | | | disabled. Magne Oestlyngen. | ||||
* | Add gpio(4). | 2004-06-03 | 1 | -2/+3 | |
| | | | | ok deraadt@ | ||||
* | Man page for the gscpcib(4) driver. | 2004-06-03 | 2 | -2/+70 | |
| | | | | ok deraadt@ | ||||
* | Support for the GPIO logical device was added. | 2004-06-03 | 1 | -6/+38 | |
| | | | | ok deraadt@ | ||||
* | Though crontab files are created mode 0600 we should accept ones that | 2004-06-03 | 1 | -3/+3 | |
| | | | | are mode 0400 too. From Walt Howard. | ||||
* | gpio(4) framework man page. | 2004-06-03 | 1 | -0/+160 | |
| | | | | ok deraadt@ | ||||
* | sync | 2004-06-03 | 28 | -69/+77 | |
| | |||||
* | Add gpio device nodes. | 2004-06-03 | 2 | -2/+6 | |
| | | | | ok deraadt@ | ||||
* | Add support for the GPIO logical device. | 2004-06-03 | 3 | -73/+279 | |
| | | | | ok deraadt@ | ||||
* | gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver. | 2004-06-03 | 8 | -7/+273 | |
| | | | | | | | Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@ | ||||
* | Enable GPIO for i386 port. | 2004-06-03 | 2 | -2/+9 | |
| | | | | ok deraadt@ | ||||
* | A framework for supporting various General Purpose Input/Output (GPIO) | 2004-06-03 | 6 | -2/+380 | |
| | | | | | | | | | | | 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@ | ||||
* | Add I2C bus and LM75/LM77 temperature sensors. | 2004-06-03 | 1 | -2/+3 | |
| | |||||
* | cross-Xref to make pathconf/sysconf easy to find. | 2004-06-03 | 3 | -3/+7 | |
| | | | | twiddling and okay jmc@ millert@ | ||||
* | Sync man page with macros: | 2004-06-03 | 1 | -5/+5 | |
| | | | | | | | - SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@) - SIMPLEQ_REMOVE_HEAD() has only 2 arguments ok jmc@ | ||||
* | initialize pointers, ok markus@ | 2004-06-03 | 2 | -4/+4 | |
| | |||||
* | allow '!!prog', where the second '!' means messages from prog should only | 2004-06-03 | 2 | -5/+27 | |
| | | | | | | 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@ | ||||
* | Interpret !* correcly. ok dhartmei@ | 2004-06-03 | 1 | -3/+3 | |
| | |||||
* | Enable assembly listings. | 2004-06-03 | 2 | -4/+2 | |
| | |||||
* | update sets sizes | 2004-06-03 | 1 | -11/+11 | |
| | |||||
* | Signal bus errors when a write back operation fails on 88110. | 2004-06-03 | 1 | -2/+2 | |
| | |||||
* | Be sure to preserve r3 for syscalls which return 32-bit values. | 2004-06-03 | 1 | -3/+3 | |
| | |||||
* | rl at cardbus, requested by brad. poor brad. everyones feel for him. | 2004-06-03 | 1 | -1/+2 | |
| | |||||
* | merge back two chunks that are different here | 2004-06-03 | 1 | -7/+15 | |
| | |||||
* | ogg vorbis magic i found on a redhat box | 2004-06-03 | 1 | -0/+80 | |
| | |||||
* | merge in new magic from file 4.09. Mostly from Bruno Rohee | 2004-06-03 | 163 | -219/+4286 | |
| | |||||
* | commented out ahd | 2004-06-03 | 2 | -2/+6 | |
| | |||||
* | all install media should compile roughly the same... so SMALL_KERNEL this | 2004-06-03 | 1 | -1/+4 | |
| | | | | (and, yes, sorry, turn off propolice). | ||||
* | tables like to allocate lots of memory at once. use the previous | 2004-06-02 | 1 | -3/+3 | |
| | | | | pool allocator, _nointr. testing/ok beck@ cedric@ | ||||
* | rearrange the allocators we provide for general use. | 2004-06-02 | 2 | -21/+41 | |
| | | | | | | | | 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@ | ||||
* | Add quirks field to the wdc softc and implement the first one: | 2004-06-02 | 3 | -4/+14 | |
| | | | | | | | | | 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@ | ||||
* | fix for broken cpp in gcc3 | 2004-06-02 | 1 | -20/+20 | |
| | |||||
* | remove unused BIO-functions. | 2004-06-02 | 2 | -93/+6 | |
| | | | | ok markus@ ho@ | ||||
* | Use errx() rather than err() when errno isn't set. | 2004-06-02 | 1 | -3/+3 | |
| | | | | ok otto@ | ||||
* | Don't want text in err() call following malloc failures. | 2004-06-02 | 4 | -14/+14 | |
| | | | | ok henning@ | ||||
* | need to explicitly pass ipencap traffic on the encapsulation interface | 2004-06-02 | 1 | -1/+4 | |
| | | | | from Pedro Almeida <pedro@qui.uc.pt>, ok cedric@, xsa@ |