aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A style fix for my previous commit.Alexander Langer1998-08-023-3/+3
* Add missing "else", without whom the prev. commit is a null change.Tim Vanderhoek1998-08-021-4/+3
* Fixed a race condition during the first lock/trylock of a staticallyAlexander Langer1998-08-023-12/+63
* Fixed printf format errors.Bruce Evans1998-08-024-11/+11
* Fixed printf format errors.Bruce Evans1998-08-029-20/+24
* Fixed printf format errors.Bruce Evans1998-08-0210-26/+32
* Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPEBruce Evans1998-08-026-17/+20
* Fixed printf format errors.Bruce Evans1998-08-023-7/+7
* Fixed printf format warnings for non-errors. This change is null unlessBruce Evans1998-08-021-0/+4
* Fixed printf format errors (time_t is not necessarily long).Bruce Evans1998-08-021-3/+5
* Oops, the SRCDIR=${.OBJDIR} hack is still necessary, (since bsd.doc.mkBruce Evans1998-08-021-1/+1
* Cleaned up. tmac.srefs was in both SRCS and EXTRAS. TheBruce Evans1998-08-021-10/+10
* Don't use `::' to break dependencies. Cleaned some nearby things.Bruce Evans1998-08-021-6/+5
* Use a different hack in the ${DFILE} rule to keep indirect dependenciesBruce Evans1998-08-021-18/+11
* PR: 7469Brian Somers1998-08-023-4/+11
* Add the ISP Qlogic SCSI card to the list of known devices.Gary Palmer1998-08-021-2/+4
* Malformed conditional if MACHINE_ARCH is not defined. From rev 1.195.Wolfram Schneider1998-08-021-3/+3
* On receipt of a sig 15, do a full bundle_Close() even ifBrian Somers1998-08-022-7/+3
* Added 82555B support for media status.David Greenman1998-08-022-2/+4
* Reordered fxp_softc for optimal cacheline behavior.David Greenman1998-08-022-16/+20
* Killed unused variable/assignment.David Greenman1998-08-022-4/+2
* Introduce KRB5_HOME variable.Dima Ruban1998-08-013-3/+24
* Avoid trying to malloc > (1<<32) bytes of memory due to an arithmeticDoug Rabson1998-08-013-6/+6
* Added iso646.h as defined by the Single UNIX Specification, version 2.Alexander Langer1998-08-012-2/+46
* Sync with sys/i386/boot/netboot/main.c revision 1.23.KATO Takenori1998-08-011-0/+1
* Fix reference to /usr/share/misc/iso3166.Dag-Erling Smørgrav1998-08-011-16/+31
* If we get an ENOBUFS from the network, it's normally transient networkPeter Wemm1998-08-013-3/+33
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.Peter Wemm1998-08-011-3/+2
* When we receive an LCP config REQ in Opened state,Brian Somers1998-08-011-6/+8
* Cosmetic: Diagnostic wording (Unknown -> Unexpected)Brian Somers1998-08-011-4/+14
* Always dial immediately on ``open'', ``dial'' and ``call''.Brian Somers1998-07-313-31/+12
* Cosmetic change to driver registration.Doug Rabson1998-07-313-6/+6
* Make it possible to have a driver registered with more than one parent bus.Doug Rabson1998-07-311-16/+17
* Only perform byte/word accesses in the correct EV56 memory space.Doug Rabson1998-07-311-78/+69
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.Doug Rabson1998-07-311-1/+9
* Merge with i386/isa/diskslice_machdep.c 1.30Doug Rabson1998-07-311-32/+14
* I've put together man pages for the pthread_cleanup, pthread_cond, andPoul-Henning Kamp1998-07-3144-4/+2838
* TFTP_ACK goes to port 69 (default tftp port) and tftpd says 'Timeout'.Poul-Henning Kamp1998-07-311-0/+1
* In sys/scsi/st.c, st_close() does not check for errors from callingPoul-Henning Kamp1998-07-311-3/+4
* ndc hardcodes 'named' instead of using $named_program from rc.confPoul-Henning Kamp1998-07-311-2/+2
* Backed out rev.1.31. It was a workaround for bugs in rev.1.4 ofBruce Evans1998-07-311-5/+1
* Fix coredump when two signals are sent in rapid succession.Tim Vanderhoek1998-07-312-2/+3
* Fixed printf format errors.Bruce Evans1998-07-308-80/+94
* Fixed printf format errors.Bruce Evans1998-07-302-4/+4
* Use the slice interfaces for SCSI cdroms. This centralizes handlingBruce Evans1998-07-301-203/+115
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-309-36/+53
* Sync with sys/i386/isa/fd.c revision 1.120.KATO Takenori1998-07-302-114/+124
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-306-9/+9
* Remove spurious printf.Doug Rabson1998-07-301-2/+1
* Document behaviour of "-" and "--" on the command line.Joseph Koshy1998-07-301-2/+7