summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the return types for strtoq and strtouq to int64_t and u_int64_tjb1998-05-111-3/+2
* Make -Werror i386 specific because gcc with -nostdinc on alpha belchesjb1998-05-111-1/+6
* Cast a pointer to a long, not an int and make the arg passed to the functionjb1998-05-111-2/+2
* Change some tests from CPU_CLASS686 to CPU_686 as appropriate, anddyson1998-05-112-16/+36
* Fix PR 1607, hopefully without breaking the PR 5208 fixes.peter1998-05-111-7/+7
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-1112-205/+873
* Fix spelling error.steve1998-05-111-1/+1
* Change NBPG to PAGE_SIZE to match one of phk's recent commits.steve1998-05-111-2/+2
* Support better performance with P6 architectures and in SMPdyson1998-05-119-31/+217
* Attempt to set write combining mode for graphics devices.dyson1998-05-1112-420/+268
* Make Mitsumi and Sony CDROM devs also use the `a' device. I thinkjkh1998-05-113-9/+9
* It was incorrect to use the `c' device for the matcd driver;jkh1998-05-113-6/+6
* Add support for the Yamaha YMF-719.steve1998-05-103-3/+12
* Remove a 'const' because it was getting thrown away anyway.jb1998-05-101-1/+1
* There is no alpha asm code like on i386, so all the functions thatjb1998-05-101-1/+28
* Cast a pointer to a long, not an int before masking it.jb1998-05-101-1/+1
* Remove 'of type long' from a sentence talking about four 4-byte valuesjb1998-05-101-2/+1
* ut_time is a time_t, not a long.jb1998-05-101-2/+2
* 1) kill -HUP syslog, even if compressing supposedly "binary" fileshoek1998-05-101-12/+16
* Treat all internet addresses as u_int32_t.jb1998-05-101-15/+15
* Don't try to build shared libraries or libc_r yet.jb1998-05-101-2/+4
* Arg! Someone fixed the synopsis in -stable's newsyslog.8, but nothoek1998-05-102-4/+4
* Fix the usage here, too (-F option).hoek1998-05-101-3/+3
* 1) Remove a line that somehow strayed from the one true path ofhoek1998-05-101-3/+2
* Removed share/info from build-tools. It should never have been there,bde1998-05-101-2/+1
* Fix minor typo.steve1998-05-101-2/+2
* Removed bogus dependencies of generated .c files on generated headers.bde1998-05-106-17/+17
* Fixed missing dependencies on headers generated by rpcgen, as usual.bde1998-05-103-25/+26
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-101-2/+2
* Simplified by putting all generated headers in SRCS. The explicitbde1998-05-101-4/+2
* Use rpcgen's -C option to get prototypes in nfs_prot.h.bde1998-05-102-2/+2
* Print a human-readable warning and die if $INFODIR do not exist.wosch1998-05-091-1/+11
* Fix my last change: the .Fx macro doesn't do anything useful without anwollman1998-05-091-2/+2
* Add join to the list of bootstrap tools and remove the cpp script becausejb1998-05-091-10/+18
* Documentation fix: delete references to T/TCP as they are not relevantwollman1998-05-092-12/+36
* Add character major for 'loe' loopback pseudo-ethernet device.msmith1998-05-092-2/+4
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-091-6/+6
* Add a BUGS section and describe a problem I've been having forbrian1998-05-091-1/+14
* Fixed the usual dependency bugs. This Makefile accidentally usuallybde1998-05-091-3/+3
* Fixed overflow in sysinit enum constants. In that little-usedbde1998-05-091-47/+47
* Cast pointers to longs, not ints.jb1998-05-091-3/+3
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusbde1998-05-091-6/+7
* Change long variable to time_t where it is passed to time() by reference.jb1998-05-091-1/+1
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* Add #include string.h to get prototypes and change variables from longjb1998-05-092-3/+5
* Remove bogus time() prototype and let the one in time.h rule.jb1998-05-091-1/+0
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Cast pointers to long instead of int.jb1998-05-094-9/+9
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Change casts of function pointers from int to long. This makes thejb1998-05-096-7/+7
OpenPOWER on IntegriCloud