| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
zttempting to bzero NULL when the kernel map fills up. _zget() will
now return NULL as it seems it was originally intended to do.
Notes:
svn path=/head/; revision=59017
|
| |
|
|
|
|
|
|
|
| |
people have suggested the workaround to me (use only PIO mode) and
I've not seend a message saying ths was fixed. I'll removed the bold
warning stars after the issue is corrected.
Notes:
svn path=/head/; revision=59016
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The driver now uses bus_space() and runs on NetBSD 1.4.2
Submitted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
- Remove startup quirks for video and vbi capture for PAL users.
PAL TV users can now run FXTV and Alevt in any order.
- Add support for cable channels >100
Submitted by Scott Presnell <srp@zgi.com>
- New MSP3410/3415 setup code added. This is experimental.
Please set the sysctl hw.bt848.slow_msp_audio to 1 for this.
Submitted by Frank Nobis<fn@radio-do.de>
Notes:
svn path=/head/; revision=59014
|
| |
|
|
|
|
|
| |
Submitted by: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Notes:
svn path=/head/; revision=59013
|
| |
|
|
|
|
|
|
|
|
| |
Remove single-space hard sentence break introduced in the previous
commit.
Reviewed by: jmb
Notes:
svn path=/head/; revision=59011
|
| |
|
|
|
|
|
|
|
| |
and "extern" in function prototypes is a style bug. The type mismatch
broke chflags(1) on i386's with 64-bit longs and may have broken it on
alphas.
Notes:
svn path=/head/; revision=59009
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59008
|
| |
|
|
|
|
|
|
|
| |
Makefile.alpha such that the -lkvm disappears and the link fails.
This time I tested it, honest :)
Notes:
svn path=/head/; revision=59007
|
| |
|
|
|
|
|
|
| |
This is in responce to several people breaking their world builds by
incorrectly assigning to CXXFLAGS.
Notes:
svn path=/head/; revision=59006
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It was not a good idea to remove csu_header from struct cspace, it had
ramifications which I didn't notice.
Restore src/usr.sbin/ppp/slcompress.h to the way it was, since MAX_HDR
was already defined as 128 there and it's a user program anyway.
In sys/net/slcompress.h make MAX_HDR 128 intead of MLEN to avoid
bloat.
My apologies for any inconvenience.
Notes:
svn path=/head/; revision=59005
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configurable directory
- implement alternate and more flexible way to specify
logfile rotation time in addition to the ISO 8601
restricted format
- cleanup the source which was a mix of several styles
of persons who maintained it so far, ran through
knfom script got from bde.
Reviewed by: (in part) sheldonh and garyj
Notes:
svn path=/head/; revision=59004
|
| |
|
|
|
|
|
|
|
| |
Joerg Wunsch suggested to do this to make the functional changes in
the next commit to newsyslog (which were run through the same script)
better visible.
Notes:
svn path=/head/; revision=59003
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59002
|
| |
|
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@acm.org>
Notes:
svn path=/head/; revision=59000
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58999
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58998
|
| |
|
|
|
|
|
|
|
|
|
| |
Pass sc->dev rather than a bogusly cast pccard_softc *sc.
This allows us to insert and remove cards w/o panicing the kernel.
However, the cis isn't mapped in, so the pccard_scan_cis function
fails.
Notes:
svn path=/head/; revision=58997
|
| |
|
|
|
|
|
| |
the pcic_handle structure for the socket.
Notes:
svn path=/head/; revision=58996
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58995
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58994
|
| |
|
|
|
|
|
| |
Fix exsisting code to match the spec.
Notes:
svn path=/head/; revision=58993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58991
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Request the maximum number of LUNs on a device if it is
a Bulk-Only device.
- Handle NO_TEST_UNIT_READY case for SCSI
- Add NO_START_STOP quirk for LS-120
- Fix a KASSERT which was the wrong way around.
- Kickstart the LS-120 with the infamous LS-120 specific command of
which no one knows what it doesn, apart from the fact that it appeared
in the Linux code someday.
Notes:
svn path=/head/; revision=58990
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58987
|
| |
|
|
|
|
|
|
|
| |
#define Static static
that the OpenBSD folks can define it to be empty if they like.
Notes:
svn path=/head/; revision=58986
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58983
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tree. This considerably reduces unnecessary bloat in struct slcompress.
I'm running with this change right now and have seen no negative
side-effects.
On my sytem this reduced kernel BSS by about 25KB.
Submitted by: bde
Approved by: brian for user-ppp
Notes:
svn path=/head/; revision=58982
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58980
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
for pccardd.
Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf
as well.
Note that old pccard.conf.sample still remains for while but
no longer to be maintained.
Reviewed by: imp, -mobile ML and nomads ML in Japan.
Notes:
svn path=/head/; revision=58979
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58978
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58977
|
| |
|
|
|
|
|
| |
Reviewed by: asmodai
Notes:
svn path=/head/; revision=58975
|
| |
|
|
|
|
|
| |
now.
Notes:
svn path=/head/; revision=58973
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel. Justin agress that there is no other reasonable alternative to
do automatic rescans on connect.
The problem is that when a new device attaches to a SIM (SCSI host
controller) we need to send a XPT_SCAN_BUS command to the SIM using
xpt_action. This requires however that there is a peripheral available
to take the command (otherwise xpt_done and later bomb). The RESCAN
ioctl uses the same periph.
This enables a USB mass storage drive to do an automatic rescan on
connection of the drive.
The automatic dropping of a CAM entry on disconnection was already
working (asynchronous event).
The next thing to do is find someone to commit a change to vpo to do the
same thing. Just port umass_cam_rescan and friends across to that
driver.
Approved by: gibbs
Notes:
svn path=/head/; revision=58972
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58969
|
| |
|
|
|
|
|
|
|
|
|
|
| |
branch. Although this problem has been reported to the GNU folks,
it's unlikely that any solution they may come up with will involve
the use of mktemp(1).
PR: 16942
Submitted by: Colin Phipps <crp22@cam.ac.uk>
Notes:
svn path=/head/; revision=58968
|
| |
|
|
|
|
|
|
|
|
| |
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.
Submitted by: sheldonh
Notes:
svn path=/head/; revision=58967
|
| |
|
|
|
|
|
|
|
|
|
| |
- Expand contractions.
- Change some expressions.
- Reword the sections that describe the reporting of down events.
Submitted by: sheldonh
Notes:
svn path=/head/; revision=58966
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58964
|
| |
|
|
|
|
|
|
|
|
| |
that a syscall does not want the BGL to be grabbed automatically.
Add the new MPSAFE flag to the syscalls that dillon has determined to
be MPSAFE.
Notes:
svn path=/head/; revision=58963
|
| |
|
|
|
|
|
| |
they break the LINT build.
Notes:
svn path=/head/; revision=58962
|
| |
|
|
|
|
|
| |
boxes.
Notes:
svn path=/head/; revision=58961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58960
|
| |
|
|
|
|
|
| |
the default emulation.
Notes:
svn path=/head/; revision=58959
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58958
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58957
|
| |
|
|
|
|
|
|
|
|
| |
- Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101,
1.102.
Reviewed by: alfred
Notes:
svn path=/head/; revision=58956
|
| |
|
|
|
|
|
| |
POP.
Notes:
svn path=/head/; revision=58955
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58954
|