aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix _zget() so that it checks the return from kmem_alloc(), to avoidMike Smith2000-04-041-3/+9
| | | | | | | | 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
* Add information about the dangarous apollo MPV3 chipset. SeveralWarner Losh2000-04-041-0/+12
| | | | | | | | | 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
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-0411-637/+1333
| | | | | | | | | | | | | | | | | | - 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
* Add multiple #include protectionRoger Hardiman2000-04-043-0/+18
| | | | | | | Submitted by: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> Notes: svn path=/head/; revision=59013
* Whitespace change:Sheldon Hearn2000-04-041-2/+3
| | | | | | | | | | Remove single-space hard sentence break introduced in the previous commit. Reviewed by: jmb Notes: svn path=/head/; revision=59011
* Fixed prototype for setflags(). setflags() returns int, not u_long,Bruce Evans2000-04-042-2/+2
| | | | | | | | | 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
* Remove obsolete reference to PCVT_FREEBSD.Hellmuth Michaelis2000-04-042-2/+2
| | | | Notes: svn path=/head/; revision=59008
* Add a '+' to the first LDADD, otherwise it clobbers the LDADD inGary Jennejohn2000-04-041-1/+1
| | | | | | | | | Makefile.alpha such that the -lkvm disappears and the link fails. This time I tested it, honest :) Notes: svn path=/head/; revision=59007
* Add an example of how to tweak CXXFLAGS in a make.conf file.David E. O'Brien2000-04-042-0/+12
| | | | | | | | This is in responce to several people breaking their world builds by incorrectly assigning to CXXFLAGS. Notes: svn path=/head/; revision=59006
* Pass me the pointy hat.Gary Jennejohn2000-04-042-3/+14
| | | | | | | | | | | | | | | | 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
* - implement logfile archivation to a separate, userHellmuth Michaelis2000-04-042-101/+426
| | | | | | | | | | | | | | | 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
* Run newsyslog source through knfom script obtained from Bruce Evans.Hellmuth Michaelis2000-04-041-408/+415
| | | | | | | | | 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
* Allow MAXDEP dependants, not MAXDEP-1.Doug Rabson2000-04-041-1/+1
| | | | Notes: svn path=/head/; revision=59002
* Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modsslKris Kennaway2000-04-041-0/+1
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=59000
* Add a missing PXE API call and structure.Paul Saab2000-04-041-0/+11
| | | | Notes: svn path=/head/; revision=58999
* Fix mbuf leaking - duh!Duncan Barclay2000-04-041-6/+9
| | | | Notes: svn path=/head/; revision=58998
* Fix pcic_detach_socket to get right pcic_handle.Warner Losh2000-04-042-2/+2
| | | | | | | | | | | 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
* Be consistant about using the right child to get the ivars, which isWarner Losh2000-04-041-7/+20
| | | | | | | the pcic_handle structure for the socket. Notes: svn path=/head/; revision=58996
* enable emu10k1 (sblive) driver, though still playback onlyCameron Grant2000-04-041-1/+1
| | | | Notes: svn path=/head/; revision=58995
* make the click on starting output go awayCameron Grant2000-04-041-20/+24
| | | | Notes: svn path=/head/; revision=58994
* Add all the PXE related structures from the 2.1 PXE spec from Intel.Paul Saab2000-04-042-155/+531
| | | | | | | Fix exsisting code to match the spec. Notes: svn path=/head/; revision=58993
* Dereference a pointer (print int instead of pointer value)Nick Hibma2000-04-031-1/+1
| | | | Notes: svn path=/head/; revision=58991
* Numerous fixes brought in by Lennart Augustsson from NetBSD:Nick Hibma2000-04-031-47/+151
| | | | | | | | | | | | | | | | | | - 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
* Document that the flags can be specified as an octal number.John Polstra2000-04-032-2/+4
| | | | Notes: svn path=/head/; revision=58987
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-0323-583/+588
| | | | | | | | | #define Static static that the OpenBSD folks can define it to be empty if they like. Notes: svn path=/head/; revision=58986
* Plug two file descriptor leaksBrian Somers2000-04-031-2/+6
| | | | Notes: svn path=/head/; revision=58983
* Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in theGary Jennejohn2000-04-032-14/+3
| | | | | | | | | | | | | | | 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
* Add note on SCSI floppy on DEC3000 seriesWilko Bulte2000-04-031-0/+4
| | | | Notes: svn path=/head/; revision=58980
* Enable etc/defaults/pccard.conf which is default configuration fileMitsuru IWASAKI2000-04-034-3/+10
| | | | | | | | | | | | | 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
* Regen.Nick Hibma2000-04-032-120/+418
| | | | Notes: svn path=/head/; revision=58978
* Add Freecom + product; Update NetBSD's copyrightNick Hibma2000-04-031-1/+5
| | | | Notes: svn path=/head/; revision=58977
* Explain static numbering.Sheldon Hearn2000-04-031-4/+16
| | | | | | | Reviewed by: asmodai Notes: svn path=/head/; revision=58975
* Entry for Zip drive no longer needed. We do automatic rescans on connectNick Hibma2000-04-031-10/+0
| | | | | | | now. Notes: svn path=/head/; revision=58973
* Add a hack to cam that makes the cam_xpt available to the rest of theNick Hibma2000-04-033-28/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Silence some warnings.Poul-Henning Kamp2000-04-031-0/+1
| | | | Notes: svn path=/head/; revision=58969
* Fix unsafe tempfile creation. This file is already off the vendorSheldon Hearn2000-04-031-12/+13
| | | | | | | | | | | | 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
* Brush up the last commit.Kazutaka YOKOTA2000-04-031-3/+4
| | | | | | | | | | - Change some expressions. - Wrap "resume" in single quotes to maintain consistency. Submitted by: sheldonh Notes: svn path=/head/; revision=58967
* Brush up the last commit.Kazutaka YOKOTA2000-04-031-13/+13
| | | | | | | | | | | - Expand contractions. - Change some expressions. - Reword the sections that describe the reporting of down events. Submitted by: sheldonh Notes: svn path=/head/; revision=58966
* Unbreak LINT.Kazutaka YOKOTA2000-04-032-1/+5
| | | | Notes: svn path=/head/; revision=58965
* regenerate with MPSAFE from syscalls.masterAlfred Perlstein2000-04-031-5/+5
| | | | Notes: svn path=/head/; revision=58964
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesAlfred Perlstein2000-04-032-18/+33
| | | | | | | | | | 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
* Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, andMike Smith2000-04-033-48/+0
| | | | | | | they break the LINT build. Notes: svn path=/head/; revision=58962
* Add support for sunos_big_vec to support 'make world's on SolarisSteve Price2000-04-031-8/+4
| | | | | | | boxes. Notes: svn path=/head/; revision=58961
* Add support for the sunos_big_vec format as well.Steve Price2000-04-031-4/+7
| | | | Notes: svn path=/head/; revision=58960
* Build and install the elf32_sparc ld(1) scripts and make elf32_sparcSteve Price2000-04-031-1/+13
| | | | | | | the default emulation. Notes: svn path=/head/; revision=58959
* fix missing defines and prototype for emu_vdump()Cameron Grant2000-04-033-6/+21
| | | | Notes: svn path=/head/; revision=58958
* Sync with NetBSD: Add a few id's and correct numerous typo'sNick Hibma2000-04-031-47/+101
| | | | Notes: svn path=/head/; revision=58957
* - Add HPFS and NWFS vnode tags.Chris Costello2000-04-021-12/+12
| | | | | | | | | | - 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
* Sync with NetBSD: Keep the bit position even when the report descriptor says ↵Nick Hibma2000-04-021-2/+5
| | | | | | | POP. Notes: svn path=/head/; revision=58955
* Enable Haifa on sparc64 as well.Steve Price2000-04-021-1/+1
| | | | Notes: svn path=/head/; revision=58954