summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add PCI device ID of Surecom NE-34se1998-02-272-2/+4
* Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This sholdguido1998-02-272-8/+10
* Convert ${MASTER_SITE_SUBDIR} to %SUBDIR% as in bsd.port.mk rev 1.257fenner1998-02-273-21/+21
* Fix path in commented-out sample of MASTER_SITE_TEX_CTAN.asami1998-02-273-6/+6
* Sync with sys/i386/isa/sio.c revision up to 1.199.kato1998-02-272-10/+8
* Sync with sys/i386/isa/if_fe.c revision up to 1.39.kato1998-02-271-5/+4
* Sync with sys/i386/isa/if_ed.c revision up to 1.135.kato1998-02-271-15/+14
* Sync with sys/i386/conf/majors.i386 revision 1.36.kato1998-02-271-2/+3
* Support for "MAC address in CIS" type cards.hosokawa1998-02-272-2/+18
* Fix a problem with the conversion of Unix filenames into the VFATmsmith1998-02-272-22/+68
* polish the code.itojun1998-02-274-203/+288
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.itojun1998-02-279-175/+370
* Removed a confusing "#if 0 ... #endif".hosokawa1998-02-271-27/+1
* Removed "#define EXTERN" because this file doesn't have main().hosokawa1998-02-271-2/+1
* Moved main() to a new file (pccardd.c).hosokawa1998-02-274-77/+115
* Removed unused #include and unneccesary comments.hosokawa1998-02-271-7/+0
* "pccardc dumpcis" does not need write permission of /dev/card?.hosokawa1998-02-271-1/+1
* PCCARD-code related style nits, as requested.msmith1998-02-277-48/+48
* Move "geometry disk" device (not yet implemented) to major 95 tojkh1998-02-272-4/+6
* Moved include of <sys/cdefs.h> earlier for the same reasons as movingbde1998-02-271-2/+2
* Fix some style nits and remove an unused header.msmith1998-02-2710-24/+14
* - <pccard/card.h> doesn't exist in -current, so use the include filenate1998-02-271-1/+1
* Fix a core dump caused by negative numbers.steve1998-02-261-0/+1
* added "rdattr" (read attribute memory) function.hosokawa1998-02-263-3/+100
* NetBSD PR# 2772dima1998-02-262-3/+4
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>ahasty1998-02-268-38/+99
* Don't claim XMS isn't implemented (it is).msmith1998-02-262-1/+17
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-268-42/+62
* In the author's words:msmith1998-02-264-30/+80
* Changes to support the addition of a new sysctl variable:dg1998-02-264-48/+46
* Deleted KLOCK-hack.kato1998-02-266-58/+14
* Sync with sys/i386/conf/majors.i386 revision 1.35.kato1998-02-261-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.193.kato1998-02-262-2/+4
* Fixed syntax error by recent changes to the queue macros.kato1998-02-261-3/+3
* Update man page to reflect reality.jkh1998-02-261-20/+66
* isofs -> cd9660jkh1998-02-261-2/+2
* added two new files: allowed_domains.txt and allowed_ips.txt.jmb1998-02-252-16/+42
* Removed unused #includes.bde1998-02-252-4/+2
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Minimize clock drift between getting and setting timeache1998-02-251-9/+26
* Added missing #include of "opt_devfs.h".bde1998-02-252-8/+6
* PR: 5812danny1998-02-251-1/+5
* Added a used #include.bde1998-02-251-0/+1
* Removed a stale comment and staler code.bde1998-02-252-15/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-251-3/+3
* Don't depend on "implicit int".bde1998-02-251-4/+4
* Declare function pointer args as pointers, not as functions.bde1998-02-251-3/+3
* Fixed a missing newline in a debugging printf.bde1998-02-251-4/+4
* Removed unused #includes.bde1998-02-253-13/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-252-6/+6
OpenPOWER on IntegriCloud