aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backout rev.1.5 - it seems that it's posixly correct that the programMaxim Sobolev2002-02-251-2/+0
* In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),Maxim Sobolev2002-02-251-0/+2
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-1/+2
* Add a few missing commas.Murray Stokely2002-02-251-2/+2
* Add a new test_counter() function which tries to determine the width ofPoul-Henning Kamp2002-02-251-17/+46
* Document what inpcb->inp_vflag is for.Alfred Perlstein2002-02-251-1/+1
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemMaxim Sobolev2002-02-251-1/+1
* The TCP code did not do sufficient checks on whether incoming packetsCrist J. Clark2002-02-252-14/+26
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-1/+1
* Add some basic FreeBSD/sparc64 Hardware Notes.Murray Stokely2002-02-256-0/+412
* Typo fix: missing ;.Makoto Matsushita2002-02-251-1/+1
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-0/+1
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-0/+1
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-0/+2
* Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn'tBruce Evans2002-02-251-0/+2
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-2/+2
* Modify the tte format to not include the tlb context number and to store theJake Burkholder2002-02-258-499/+1189
* Improve grep'ing for variables in make.conf and rc.conf*.Doug Barton2002-02-251-4/+4
* Use the default 'ld' emulation rather than hard coding it.David E. O'Brien2002-02-251-1/+0
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-7/+8
* Declare time(not3) instead of depending on namespace pollution 3 layersBruce Evans2002-02-251-0/+2
* Removed mounds of unused variables.Bruce Evans2002-02-251-4/+0
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-3/+3
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-3/+3
* The thermal thread needs to take Giant before it does anything with theMike Smith2002-02-251-0/+6
* Removed unused include of <sys/resource.h> instead of depending onBruce Evans2002-02-251-12/+2
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-3/+4
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-2/+1
* #include <stddef.h> for the definition of NULL instead of depending onBruce Evans2002-02-251-1/+3
* Sockets passed into uipc_abort() have been allocated by sonewconn()Ian Dowse2002-02-251-10/+2
* Correct name spelling for one of the people who share my birthday.Greg Lehey2002-02-241-1/+1
* MFen (1.283 --> 2.286).Jun Kuriyama2002-02-241-3/+3
* Make atomic_cmpset_32 correctly return 0 on failure.Benno Rice2002-02-241-0/+3
* Fix style bugs:Alfred Perlstein2002-02-241-2/+3
* Tests by numerous people have shown that many chipsets do not properlyMatthew Dillon2002-02-241-1/+1
* bump __FreeBSD_version for usb structure rename.Alfred Perlstein2002-02-241-1/+1
* Give a little more information as to why pnp configuration of a deviceAlfred Perlstein2002-02-241-1/+7
* Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.Mike Barcroft2002-02-241-2/+0
* Add a generation number to timecounters and spin if it changes underPoul-Henning Kamp2002-02-242-37/+64
* Fix a typo (?) in previous commit told ttyprintf() to print the integerPoul-Henning Kamp2002-02-241-1/+1
* Sync with the Alpha's GENERIC configuration.David E. O'Brien2002-02-241-3/+143
* Add a definition for mode page 0x2a "CD capabilities and mechanicalJoerg Wunsch2002-02-241-0/+52
* Finish phk's previous removal of BIO_ORDERED, all code thatSøren Schmidt2002-02-242-5/+0
* * Add a feature to do a "pre {build|install}world" check of (so far)Doug Barton2002-02-241-26/+90
* Move some debugger-only symbols around; this patch didn't make it intoMike Smith2002-02-243-4/+2
* Use libgcc_p.a when -pg is in effect.David E. O'Brien2002-02-241-0/+4
* ctags would create a corrupt tags file if the source C file used '//' styleGregory Neil Shapiro2002-02-243-13/+16
* Make sure we don't remove /etc/mail/sendmail.cf on make clean since thisGregory Neil Shapiro2002-02-241-3/+11
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether theDag-Erling Smørgrav2002-02-241-1/+9
* Adding infrastructure for translation for alpha dirSebastien Gioria2002-02-233-2/+57