summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-29111-258/+272
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-29304-703/+710
* - latest 2ndbuffer patchcg1999-12-2914-200/+486
* Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this..billf1999-12-291-0/+2
* Only print "couldn't install distributions" popup if anyjkh1999-12-292-6/+10
* Add support for building the 'mlx?' devices, which will be used by themsmith1999-12-291-1/+9
* Hookup the info docs.obrien1999-12-291-0/+2
* Make tcp_drain() actually do something. When invoked (usually as amsmith1999-12-282-0/+58
* Build and install the GASP info page. Unfortunately there is no manpage.obrien1999-12-281-0/+16
* Use the *much* more readable unified diff format.obrien1999-12-282-3/+3
* -Wall and minor style(9) cleanups.deischen1999-12-2821-46/+42
* Change stack allocation algorithm to make better use of memorydeischen1999-12-286-66/+60
* Don't wakeup threads when there is a process signal and no installeddeischen1999-12-283-69/+111
* Build openssl properly during make world.kris1999-12-281-1/+4
* Avoid to write garbage if uiomove fails.bp1999-12-282-0/+8
* Fix an overflow in the msdosfs_read() function which exposed on the filesbp1999-12-282-6/+6
* It is possible that number of sectors specified in the BPBbp1999-12-284-12/+28
* Typo cops.hoek1999-12-281-1/+1
* Add history: The reallocf() function first appeared in FreeBSD-3.0.hoek1999-12-281-0/+5
* Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION.hoek1999-12-281-1/+2
* Avoid the potentially confusing term "a null pointer" and say "the NULLhoek1999-12-282-3/+3
* Add .Xrefs to tolower.3 and toupper.3, respectively.hoek1999-12-282-0/+2
* Better handling groff failures. If popen(ROFF_COMMAND) returns zero bytesphantom1999-12-281-3/+5
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkpeter1999-12-281-1/+1
* Take into account the fact that "[" may be called with a path,sheldonh1999-12-281-1/+6
* Make cloning mask sockaddr (genmask) possible.ru1999-12-281-1/+2
* Added following modes:kato1999-12-283-16/+56
* Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transferspeter1999-12-281-1/+13
* Fix the swap backed vn case - this was broken by my rev 1.128 topeter1999-12-282-22/+50
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsrwatson1999-12-281-3/+4
* Correctly handle a user-requested abort in the middle of displaying amsmith1999-12-281-2/+4
* Add display of maximum allowed mbuf count to match mbuf cluster count.msmith1999-12-281-3/+11
* Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clustersmsmith1999-12-281-2/+22
* Fix a small typo in the comments.billf1999-12-281-1/+1
* Dedocument one of the BUGS listed in the last commit. The bug (needlesshoek1999-12-281-3/+0
* Rather than use an LRU-ordered circular list to store buffered data,hoek1999-12-281-35/+65
* Small bug fix and improvementsshin1999-12-283-3/+20
* Upgrade to the pam_ssh module, version 1.1..green1999-12-282-24/+346
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-286-16/+37
* Delete dead code and clean comments a little.hoek1999-12-282-8/+15
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-2849-52/+14758
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-2831-31/+2072
* Two nits and disable isa probe due to its overly agressive claiming ofimp1999-12-282-4/+4
* Correctly maintain state when manipulating linked lists. This fixes ahoek1999-12-271-3/+8
* Add ipsec_esp option to files which depend on crypto.shin1999-12-271-15/+15
* Initialize unitialized variable from prev. commit.hoek1999-12-271-1/+1
* Fixed breakage of static linkage of rlogind. Someone added -lutil andbde1999-12-271-4/+5
* Fixed some bugs (one serious one: timeouts were claimed to be executed atbde1999-12-271-4/+41
* Fix typo "," vs ";"peter1999-12-272-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).bde1999-12-271-4/+5
OpenPOWER on IntegriCloud