Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-06 | Don't add the same function twice when ordering the functions of a PCI device. | Mark Kettenis | |
Prevents alipm(4) attaching twice on Blade-100. ok deraadt@ | |||
2006-01-06 | Add missing rcsid | Todd C. Miller | |
2006-01-06 | sync | Theo de Raadt | |
2006-01-06 | Include <sys/types.h> and don't define away __size_t | Todd C. Miller | |
Based on existing bits for FreeBSD 5 | |||
2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in | Todd C. Miller | |
1997 (yes, really). | |||
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-06 | typo fix from ray lai; | Jason McIntyre | |
ok deraadt | |||
2006-01-06 | mark up fix; | Jason McIntyre | |
2006-01-06 | restructure the section on cvs sub-commands: make each command | Jason McIntyre | |
a sub-section, and put the command usage in an indented display; this removes the problem of line split on complicated usage, and makes the usage itself much easier to maintain (no mark up to worry about). page looks nicer too ;) ok joris xsa | |||
2006-01-06 | ingore local update of newly added files. this fixes some possible | Reyk Floeter | |
NULL pointer conditions and also removes some obsolete extra checks. ok joris@ | |||
2006-01-06 | uninitialized pointer could confuse the cleanup check | Reyk Floeter | |
ok joris@ | |||
2006-01-06 | Two helper macros for setting SLP_TYPx values. | Alexander Yurchenko | |
2006-01-06 | typos; | Xavier Santolaria | |
2006-01-06 | final round of whacking FILES for duplicate info, and some consistency | Jason McIntyre | |
fixes; ok djm | |||
2006-01-06 | weed out some duplicate info in the known_hosts FILES entries; | Jason McIntyre | |
ok djm | |||
2006-01-06 | zap <paths.h>; | Xavier Santolaria | |
2006-01-06 | tweak the descriptions of -r and -u: make the distinction | Jason McIntyre | |
between them a little clearer; ok espie | |||
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt | |
Call uaudio_set_speed() if and only if the selected Audio Streaming interface supports multiple sampling rates. fixed netbsd pr 27237. | |||
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt | |
assign AudioNlfe to UATO_SUBWOOFER assign "phone" to telephony terimnal types. The label "phone" is used in ac97 though it is not defined as AudioN* macro. dlg@ ok. | |||
2006-01-06 | One definition for sleeping states in acpireg.h is enough. | Alexander Yurchenko | |
2006-01-06 | Err, commited from the wrong tree | Alexander Yurchenko | |
2006-01-06 | Fix acpi includes. | Alexander Yurchenko | |
2006-01-06 | fix the mkstemps .Fn; | Jason McIntyre | |
2006-01-06 | in code fragment: | Jason McIntyre | |
- allocate enough space for sfn. - remove variable initializations that get overwritten anyway. - change spaces to tabs. - change "sizeof sfn" to "sizeof(sfn)". - change fprintf(stderr) to warn(). from ray lai; ok millert | |||
2006-01-06 | nicer EXAMPLES; from ray lai | Jason McIntyre | |
2006-01-06 | When suspending, check the tid of the arg, not of ourselves, doh | Otto Moerbeek | |
2006-01-06 | Sudden newline | Alexander Yurchenko | |
2006-01-06 | Check for ACPI control availability only if ACPI_ENABLE defined. | Alexander Yurchenko | |
2006-01-06 | Informative error messages on attach, prettier dmesg. | Alexander Yurchenko | |
2006-01-06 | fix typo; from ray lai; | Jason McIntyre | |
ok mbalmer millert krw | |||
2006-01-06 | put the description of vlanprio in the correct place; | Jason McIntyre | |
2006-01-06 | printf -> dnprintf conversion for debug messages. | Alexander Yurchenko | |
2006-01-06 | set correct delay() value after executing the `read version' command; | Xavier Santolaria | |
2006-01-06 | Initialize thread debug in _rthread_init. The debug verbosity | Marco S Hyman | |
can be set in the environment using RTHREAD_DEBUG. ok, tedu@ | |||
2006-01-06 | oring in PCATCH doesn't help if we don't pass the right prio to tsleep | Ted Unangst | |
2006-01-06 | check in of "rwlock.20051230" from art. | Ted Unangst | |
mostly cleanup and simplification, though now also supporting upgrade and downgrade via the magic wand. | |||
2006-01-06 | take interp[MAXPATHLEN] off the stack. from mickey, ok otto | Ted Unangst | |
while here, switch above from malloc to pool, remove stupid casts | |||
2006-01-06 | guess it's time to remove the init printf; sturm found a port that | Ted Unangst | |
didn't like it. | |||
2006-01-06 | we now do these checks in iic_scan | Theo de Raadt | |
2006-01-06 | update lists of chips each driver supports | Theo de Raadt | |
2006-01-06 | add Wacom Graphire3 and Graphire4 support. | Brad Smith | |
From NetBSD via Michael Knudsen ok dlg@ | |||
2006-01-06 | regen | Brad Smith | |
2006-01-06 | add Wacom Graphire3 and Graphire4 USB ids. | Brad Smith | |
2006-01-06 | pick some register with a known value, to try to tell a lm96000 apart | Theo de Raadt | |
from any of a variety of National superio chipsets for which documention is very hard to find | |||
2006-01-06 | DIOCNATLOOK was forgotten in the second access control switch. it's a | Daniel Hartmeier | |
read-only operation (looking up one state entry), so allow it when /dev/pf is opened read-only (allows squid to work read-only). from Andrey Matveev. | |||
2006-01-06 | for DIOCCLRSTATUS (pfctl -Fi), reset 'Enabled for x' time, too. simplifies | Daniel Hartmeier | |
computations of change rates. unfortunately, I don't remember who suggested this. | |||
2006-01-06 | remove NetBSD's event counter code. | Brad Smith | |
ok grange@ | |||
2006-01-05 | check that stdio file descriptors are actually closed before clobbering | Damien Miller | |
them in sanitise_stdfd(). problems occurred when a lower numbered fd was closed, but higher ones weren't. spotted by, and patch tested by Frédéric Olivié | |||
2006-01-05 | if both debug and verbose defined, only spit out the dump once | Theo de Raadt | |