summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-2612-0/+24
|
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyache2000-10-261-1/+1
| | | | originates
* Add copyright to skeleton.julian2000-10-261-6/+29
|
* Sigh. It'd be nice to completely commit a bugfix. Once again:bmah2000-10-261-6/+6
| | | | | Fix a bug in which pkg_version(1) was ignoring $PORTREVISION or $PORTEPOCH from ports' Makefile definitions.
* Install the loader manpages.obrien2000-10-261-1/+0
|
* Fix a bug in which pkg_version(1) was ignoring $PORTREVISIONbmah2000-10-261-5/+8
| | | | or $PORTEPOCH from ports' Makefile definitions.
* some more cleanupsjulian2000-10-261-66/+113
| | | | still need to handle non-PNP devices properly.
* add reinit functions to mixerscg2000-10-2613-21/+100
| | | | | unstaticize chn_start() add reset/resetdone functions to channels
* do not attach to soundblaster 1.x - they are unsupportedcg2000-10-261-3/+7
|
* Change comment from sprintf to snprintfimp2000-10-261-1/+1
|
* Change snprintf to strncpy.imp2000-10-261-2/+9
| | | | | Also add a comment about a bogus assumption in the current code found at bsdcon by jhb.
* Improve some slightly confused formatting.dwmalone2000-10-261-3/+3
| | | | Reviewed by: sheldonh
* Note update of bktr(4) to 2.17 (+MFC) and fix up some problems withbmah2000-10-263-13/+32
| | | | a prior note about this driver. Note addition of uscanner(4).
* fix unaligned access errors caused by bad scanf/printf format stringsgallatin2000-10-261-4/+4
| | | | | PR: alpha/21247 tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
* fix unaligned access errors by copying untyped data to properly alignedgallatin2000-10-262-48/+48
| | | | | | | locals PR: alpha/13912 obtained from: NetBSD tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
* Add new ioctls for userland access to the MSP deviceroger2000-10-263-0/+30
|
* add a version tag for the alpha linulator to depend ongallatin2000-10-261-0/+2
|
* Fix typoroger2000-10-261-1/+1
|
* Minor build fixes.dfr2000-10-264-3/+4
|
* Treat c_fmt field as compatibility placeholderache2000-10-262-5/+3
|
* Force "%c" to be ctime-compatibleache2000-10-261-1/+2
| | | | Submitted by: ru
* Added "minimum3": spare room for multilingual installer and driver floppy.hosokawa2000-10-262-0/+10
| | | | The size is 3 x 1.44MB.
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
| | | | | | | | | | change_ruid() in kern_prot.c. This fixes an incorrect use of chgproccnt(). Update both osf1_setuid() and osf1_setgid() to use setsugid() instead of just frobbing the flag. (mostly) submitted by: truckman
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-262-3/+2
|
* Add and install the uscanner manpage.asmodai2000-10-262-0/+126
| | | | | Reviewed by: n_hibma Prodded by: grog
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-2644-78/+78
| | | | precedent.
* Always need to 'load /kernel', it's the 'read' that needs tojwd2000-10-261-1/+1
| | | | | | | | be isolated out for the 2 floppy install. 5.0-20001026-SNAP cdrom now boots correctly. Reviewed by: Mike Smith <msmith@FreeBSD.org>
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtache2000-10-262-5/+6
| | | | Submitted by: ru
* More explicitly set crypto bits.jkh2000-10-264-18/+36
| | | | Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
| | | | | | | | in the code enforces this. So, do not check for and attempt a false reassembly if only IP_RF is set. Also, removed the dead code, since we no longer use dtom() on return from ip_reass().
* fix conflicts from rcsidsdarrenr2000-10-266-35/+68
|
* This commit was generated by cvs2svn to compensate for changes in r67615,darrenr2000-10-2627-630/+1379
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import IP Filter 3.4.12darrenr2000-10-2633-667/+1449
| |
* | fix conflicts from rcsidsdarrenr2000-10-2628-356/+1198
| |
* | Shorten the labels in the keymap menu so it fits smaller screens.jkh2000-10-263-27/+27
| | | | | | | | Submitted by: pho
* | Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
| | | | | | | | | | | | This was first fixed in rev 1.82 but then broken in rev 1.125. PR: 6177
* | Uncommnet entries for PC-Cards which are supposed work with ncv, nsp,non2000-10-261-57/+39
| | | | | | | | | | | | | | | | | | | | | | and stg drivers. Also all config indexes for these cards are changed to auto. Note, still if you would like to use cards which has a comment; # (Do not put this entry under Bustoaster) you need some quick hack. Uncomment the entry above. Reviewed by: sanpei@FreeBSD.org
* | While I'm here and got caught by it, add FreeBSD IDs so the next guyobrien2000-10-2684-6/+84
| | | | | | | | won't have trouble committing his bits.
* | Having a local `string.h' is just asking for trouble. As is having aobrien2000-10-2613-24/+46
| | | | | | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h'
* | Use the pathnames from pathnames.h rather than hardcoding them here.obrien2000-10-262-2/+5
| | | | | | | | Add RCSIDs.
* | Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-263-21/+26
| |
* | Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-262-10/+12
| | | | | | | | Increment isdn4bsd step.
* | Make the software HDLC decoder work again.hm2000-10-261-3/+5
| | | | | | | | Submitted by: Hans Petter Selasky <hselasky@c2i.net>
* | Almost a year exactly from when I first imported mergemaster at freebsdcon,billf2000-10-261-2/+1
| | | | | | | | remove myself as co-maintainer and let Doug handle all the fun.
* | handle AFMT_QUERY rightcg2000-10-261-6/+15
| |
* | Close PR22152 and PR19511 -- correct the naming of a variableluigi2000-10-261-1/+1
| |
* | Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DM9100/DM9102 chips. Do not set DC_TX_ONE. The DC_TX_USE_TX_INTR flag causes dc_encap() to set the 'interrupt on TX completion' bit only once every 64 packets. This is an attempt to reduce the number of interrupts generated by the chip. You're supposed to get a 'no more TX buffers left' interrupt once you hit the last packet whether you ask for one or not, however it seems the Davicom chip doesn't generate this interrupt, or at least it doesn't generate it under the same circumstances. The result is that if you transmit n packets, where n is less than 64, and then wait 5 seconds, you'll get a watchdog timeout whether you want one or not. The DC_TX_INTR_ALWAYS causes dc_encap() to request an interrupt for every frame. I'm still waiting on confirmation from a couple of users to see if this fixes their problems with the Davicom DM9102 before I merge this into -stable, but this fixed the problem for me in my own testing so I'm willing to make the change to -current right away.
* | Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-252-0/+2
| |
* | Move the call to extend_heap() from main to start so that if our BSSdfr2000-10-252-3/+6
| | | | | | | | | | | | expands beyond the limit we will extend the address space before trying to zero the BSS. This should give us plenty of headroom for modest expansion of the loader.
* | Don't build start.S as part of libalpha.a - its built specially.dfr2000-10-251-1/+1
| |
OpenPOWER on IntegriCloud