| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=49811
|
|
|
|
|
|
|
| |
way. This way they are available for inspection when debugging problems.
Notes:
svn path=/head/; revision=49810
|
|
|
|
| |
Notes:
svn path=/head/; revision=49809
|
|
|
|
|
|
|
|
| |
type settings on the compiler command line. FSF put their version of our
"__P()" macro in config.h, thus ``config.h'' required now.
Notes:
svn path=/head/; revision=49808
|
|
|
|
| |
Notes:
svn path=/head/; revision=49807
|
|
|
|
| |
Notes:
svn path=/head/; revision=49805
|
|
|
|
| |
Notes:
svn path=/head/; revision=49803
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with version 1.25.
Bison 1.28 fixed a bug in the initialization of the `undefined' symbol
table entry. Unfortunately something about the way we are compiling
egcs-1.1.2's cc1plus breaks with this bugfix.
"--broken-undeftoken-init" is needed when compiling cc1plus. Otherwise
/usr/libexec/cc1plus cannot compile libgcc.
Notes:
svn path=/head/; revision=49801
|
|
|
|
| |
Notes:
svn path=/head/; revision=49800
|
|
|
|
| |
Notes:
svn path=/head/; revision=49799
|
|
|
|
|
|
|
|
| |
Bison 1.28 has our bison.simple rev 1.2 change, but due to code movement,
``cvs'' didn't realize this.
Notes:
svn path=/head/; revision=49798
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=49796
|
| |
| |
| |
| | |
Notes:
svn path=/vendor/bison/dist/; revision=49795
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49794
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49792
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Pointed out by: green
remove redundant strlen, sprintf returns the length.
Reviewed by: peter
Notes:
svn path=/head/; revision=49791
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
BIOS function (supported in v1.2) on older BIOS version (v1.1 or 1.0).
Reviewed by: -mobile ML folks.
Notes:
svn path=/head/; revision=49790
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
apm_bioscall() to check requested BIOS is supported or not.
- Add workaround in apm_driver_version() for the buggy BIOSes which
don't return the connection version in %ax.
PR: i386/13028
Reviewed by: sanpei@sanpei.org and Warner Losh.
Notes:
svn path=/head/; revision=49789
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49788
|
| |
| |
| |
| |
| |
| |
| |
| | |
are syscalls 183 to 190. Also implement syscall 183: linux_getcwd. This is
needed to support a RH 6.0 environment.
Notes:
svn path=/head/; revision=49787
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
functions use the new sigset_t and sigaction_t which allows support for more
than 32 signals. Only the lower 32 signals are supported for now.
linux_rt_sigaction, linux_sigaction and linux_signal use linux_do_sigaction
to do the actual work. That way unnecessary redundancy is avoided. The same
has been done for linux_rt_sigprocmask and linux_sigprocmask. They call
linux_do_sigprocmask to do the actual work.
Notes:
svn path=/head/; revision=49786
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for turning on the feature. Which is wrong.
Submitted by: bde
Notes:
svn path=/head/; revision=49785
|
| |
| |
| |
| |
| |
| |
| | |
syscalls are needed to support a RH 6.0 environment.
Notes:
svn path=/head/; revision=49784
|
| |
| |
| |
| |
| |
| |
| | |
Reviewed by: bde, sheldonh, andreas
Notes:
svn path=/head/; revision=49783
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the SRM environment. This makes the traditional "boot [/kernel] -s"
and similar things work on the Alpha. Since the flags are appended,
they augment and/or override those from the SRM environment.
Notes:
svn path=/head/; revision=49782
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
m instead of m_new.
Submitted by: Kenneth D. Merry <ken@kdm.org>
Notes:
svn path=/head/; revision=49780
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the functionality of the compression option in the supfile.
Reported by: Ben Rosengart <ben@skunk.org>
Notes:
svn path=/head/; revision=49777
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49775
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of kernel space. Remove the ioctl supporting functions, and move the actual
code to the switch-statement. Now everybody can clearly see that the
implementation is really poor.
Also fix a typo in LINUX_TIOCGETD. The underlying function was given command
TIOCSETD instead op TIOCGETD...
Notes:
svn path=/head/; revision=49774
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49773
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When fts_open is used with option FTS_NOCHDIR the full
path entry of type FTS_DP is returned with a trailing
'/' if the final directory is empty.
This fix coresponds to netbsd's __fts13.c v. 1.16
Notes:
svn path=/head/; revision=49772
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Introduce BUF_STRATEGY(struct buf *, int flag) macro, and use it throughout.
please see comment in sys/conf.h about the flag argument.
Remove strategy argument from all the diskslice/label/bad144
implementations, it should be found from the dev_t.
Remove bogus and unused strategy1 routines.
Remove open/close arguments from dssize(). Pick them up from dev_t.
Remove unused and unfinished setgeom support from diskslice/label/bad144 code.
Notes:
svn path=/head/; revision=49771
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pathname translation.
Submitted by: green
Notes:
svn path=/head/; revision=49770
|
| |
| |
| |
| |
| |
| |
| |
| | |
from the same bug in that the argument is not first copied from user space
before it is used. This is part 2 (of 2) of the termios fixes.
Notes:
svn path=/head/; revision=49768
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
changes. This is part 1 of the complete termios ioctl fixes.
o change type of c_{i|o|c|l}flag in struct termios from unsigned long to
unsigned int. The type now matches the Linux definitions.
o replaced constants by the corresponding defines in sptab[] for clarity.
Since there's no define for 135 baud, its mapping has been dropped.
function bsd_to_linux_termios:
o Fix typo IXON -> IXANY.
o Remove bogus assignment to c_cc[LINUX_VSWTC].
function linux_to_bsd_termios:
o Fix dupo LINUX_IXON -> LINUX_IXANY.
o Add LINUX_CREAD mapping.
o Fix typo IEXTEN -> LINUX_IEXTEN.
function linux_to_bsd_termio:
o Small optimization: Don't preset the complete c_cc array when we next
assign to the first LINUX_NCC entries.
Notes:
svn path=/head/; revision=49766
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of the AUTHORS section in mdoc.samples(7) to document how the
authors name should be specified.
PR: docs/13131
Pointed out by: Alexey M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49764
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49763
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49759
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49757
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49754
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49753
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49751
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49748
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49746
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49744
|
| |
| |
| |
| |
| |
| |
| |
| | |
fopen(2) -> fopen(3)
fclose(2) -> fclose(3)
Notes:
svn path=/head/; revision=49741
|
| |
| |
| |
| |
| |
| |
| |
| | |
vmstat(1) -> vmstat(8)
iostat(1) -> iostat(8)
Notes:
svn path=/head/; revision=49738
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49736
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49734
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=49732
|