Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r314651,r318439,r318440: | ngie | 2017-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files. | ||||
* | Add /dev/speaker support to amd64. | ru | 2005-11-11 | 1 | -1/+1 |
| | | | | | | | | The following repo-copies were made (by Mark Murray): sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4 | ||||
* | 'speaker' not 'atspeaker' | mdodd | 2003-03-29 | 1 | -1/+1 |
| | |||||
* | Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' which | mdodd | 2003-03-29 | 1 | -0/+9 |
is the same as the config device directive. Reminded by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> |