summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millertderaadt2004-06-0410-123/+164
|
* sync w/ usd docs;jmc2004-06-041-53/+80
| | | | ok millert@
* update mail docs w/ reality;jmc2004-06-049-147/+230
| | | | help and ok millert@
* sort SEE ALSO;jmc2004-06-031-2/+2
|
* - add articlesjmc2004-06-031-18/+20
| | | | | | | - escape punctuation - kill whitespace - missing .El - sort SEE ALSO
* prettyderaadt2004-06-031-2/+2
|
* Make sure libobjc is self-contained on vax, so that .m programs can link.miod2004-06-031-0/+4
| | | | ok deraadt@
* Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@miod2004-06-031-3/+4
|
* Document behavior if MAILTO is set to the empty string.millert2004-06-031-2/+4
|
* More changes from Dmitry V. Levin:millert2004-06-033-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.millert2004-06-031-4/+7
| | | | from Dmitry V. Levin
* Add gpioctl.grange2004-06-031-2/+2
|
* gpioctl -- program to control GPIO devices.grange2004-06-033-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 okhenning2004-06-031-3/+6
|
* An optional argument cannot start with '-', even if permutation ismillert2004-06-031-4/+5
| | | | disabled. Magne Oestlyngen.
* Add gpio(4).grange2004-06-031-2/+3
| | | | ok deraadt@
* Man page for the gscpcib(4) driver.grange2004-06-032-2/+70
| | | | ok deraadt@
* Support for the GPIO logical device was added.grange2004-06-031-6/+38
| | | | ok deraadt@
* Though crontab files are created mode 0600 we should accept ones thatmillert2004-06-031-3/+3
| | | | are mode 0400 too. From Walt Howard.
* gpio(4) framework man page.grange2004-06-031-0/+160
| | | | ok deraadt@
* syncgrange2004-06-0328-69/+77
|
* Add gpio device nodes.grange2004-06-032-2/+6
| | | | ok deraadt@
* Add support for the GPIO logical device.grange2004-06-033-73/+279
| | | | ok deraadt@
* gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver.grange2004-06-038-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.grange2004-06-032-2/+9
| | | | ok deraadt@
* A framework for supporting various General Purpose Input/Output (GPIO)grange2004-06-036-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.grange2004-06-031-2/+3
|
* cross-Xref to make pathconf/sysconf easy to find.espie2004-06-033-3/+7
| | | | twiddling and okay jmc@ millert@
* Sync man page with macros:jfb2004-06-031-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@pedro2004-06-032-4/+4
|
* allow '!!prog', where the second '!' means messages from prog should onlydhartmei2004-06-032-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@otto2004-06-031-3/+3
|
* Enable assembly listings.miod2004-06-032-4/+2
|
* update sets sizesmickey2004-06-031-11/+11
|
* Signal bus errors when a write back operation fails on 88110.miod2004-06-031-2/+2
|
* Be sure to preserve r3 for syscalls which return 32-bit values.miod2004-06-031-3/+3
|
* rl at cardbus, requested by brad. poor brad. everyones feel for him.deraadt2004-06-031-1/+2
|
* merge back two chunks that are different heretedu2004-06-031-7/+15
|
* ogg vorbis magic i found on a redhat boxtedu2004-06-031-0/+80
|
* merge in new magic from file 4.09. Mostly from Bruno Roheetedu2004-06-03163-219/+4286
|
* commented out ahdderaadt2004-06-032-2/+6
|
* all install media should compile roughly the same... so SMALL_KERNEL thisderaadt2004-06-031-1/+4
| | | | (and, yes, sorry, turn off propolice).
* tables like to allocate lots of memory at once. use the previoustedu2004-06-021-3/+3
| | | | pool allocator, _nointr. testing/ok beck@ cedric@
* rearrange the allocators we provide for general use.tedu2004-06-022-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:grange2004-06-023-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 gcc3mickey2004-06-021-20/+20
|
* remove unused BIO-functions.hshoexer2004-06-022-93/+6
| | | | ok markus@ ho@
* Use errx() rather than err() when errno isn't set.tom2004-06-021-3/+3
| | | | ok otto@
* Don't want text in err() call following malloc failures.tom2004-06-024-14/+14
| | | | ok henning@
* need to explicitly pass ipencap traffic on the encapsulation interfacepedro2004-06-021-1/+4
| | | | from Pedro Almeida <pedro@qui.uc.pt>, ok cedric@, xsa@