aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add history: The reallocf() function first appeared in FreeBSD-3.0.Tim Vanderhoek1999-12-281-0/+5
* Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.Tim Vanderhoek1999-12-281-1/+2
* Avoid the potentially confusing term "a null pointer" and say "the NULLTim Vanderhoek1999-12-282-3/+3
* Add .Xrefs to tolower.3 and toupper.3, respectively.Tim Vanderhoek1999-12-282-0/+2
* Better handling groff failures. If popen(ROFF_COMMAND) returns zero bytesAlexey Zelkin1999-12-281-3/+5
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkPeter Wemm1999-12-281-1/+1
* Take into account the fact that "[" may be called with a path,Sheldon Hearn1999-12-281-1/+6
* Make cloning mask sockaddr (genmask) possible.Ruslan Ermilov1999-12-281-1/+2
* Added following modes:KATO Takenori1999-12-283-16/+56
* Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transfersPeter Wemm1999-12-281-1/+13
* Fix the swap backed vn case - this was broken by my rev 1.128 toPeter Wemm1999-12-282-22/+50
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsRobert Watson1999-12-281-3/+4
* Correctly handle a user-requested abort in the middle of displaying aMike Smith1999-12-281-2/+4
* Add display of maximum allowed mbuf count to match mbuf cluster count.Mike Smith1999-12-281-3/+11
* Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clustersMike Smith1999-12-281-2/+22
* Fix a small typo in the comments.Bill Fumerola1999-12-281-1/+1
* Dedocument one of the BUGS listed in the last commit. The bug (needlessTim Vanderhoek1999-12-281-3/+0
* Rather than use an LRU-ordered circular list to store buffered data,Tim Vanderhoek1999-12-281-35/+65
* Small bug fix and improvementsYoshinobu Inoue1999-12-283-3/+20
* Upgrade to the pam_ssh module, version 1.1..Brian Feldman1999-12-282-24/+346
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-286-16/+37
* Delete dead code and clean comments a little.Tim Vanderhoek1999-12-282-8/+15
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-2849-52/+14758
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-2831-31/+2072
* Two nits and disable isa probe due to its overly agressive claiming ofWarner Losh1999-12-282-4/+4
* Correctly maintain state when manipulating linked lists. This fixes aTim Vanderhoek1999-12-271-3/+8
* Add ipsec_esp option to files which depend on crypto.Yoshinobu Inoue1999-12-271-15/+15
* Initialize unitialized variable from prev. commit.Tim Vanderhoek1999-12-271-1/+1
* Fixed breakage of static linkage of rlogind. Someone added -lutil andBruce Evans1999-12-271-4/+5
* Fixed some bugs (one serious one: timeouts were claimed to be executed atBruce Evans1999-12-271-4/+41
* Fix typo "," vs ";"Peter Wemm1999-12-272-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).Bruce Evans1999-12-271-4/+5
* Synced with sys/isa/sio.c rev 1.282.KATO Takenori1999-12-272-10/+96
* Synced with sys/i386/isa/clock.c rev 1.148. This is a cosmetic changeKATO Takenori1999-12-273-12/+48
* Synced with sys/i386/conf/Makefile.i386 rev 1.169.KATO Takenori1999-12-272-22/+8
* Synced with Makefile.i386. The following cleanups in Makefile.i386Bruce Evans1999-12-272-6/+6
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-2716-26/+30
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-277-32/+33
* Fix some typo's.Jeroen Ruigrok van der Werven1999-12-271-2/+2
* This should have been committed with related changes to .c files.Bruce Evans1999-12-271-1/+1
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-274-20/+20
* Fixed some type mismatches. p_retval[0] in struct proc has typeBruce Evans1999-12-274-36/+44
* Connect up the bootforth glue and compile it, but don't initialize itPeter Wemm1999-12-271-3/+13
* Add in missing ENABLE TARGET MODE opcode.Matt Jacob1999-12-271-0/+2
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.Peter Wemm1999-12-273-5/+7
* Make this compile with -Wall -WerrorPeter Wemm1999-12-271-1/+2
* Reset the Zoom 56K modem when starting to use it.Julian Elischer1999-12-272-2/+6
* kvm_mkdb(8) no longer exists (in .Xr) and kvm_nlist(8) has even less to doPeter Wemm1999-12-271-3/+1
* Include opt_nfs.hPeter Wemm1999-12-271-0/+1
* Remove kvm_mkdb as it isn't installed anymore. libkvm asks directlyPeter Wemm1999-12-271-1/+0