summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-0589-106/+4729
| | | | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. Notes: svn path=/head/; revision=1849
* From 1.1.5: define default shared library versions. For 2.0, use versionGarrett Wollman1994-08-041-0/+3
| | | | | | | 2.0. Notes: svn path=/head/; revision=1848
* For the moment, don't build kpasswdd until we figure out whatGarrett Wollman1994-08-041-1/+3
| | | | | | | to do with it. Notes: svn path=/head/; revision=1847
* Make obj directory work right. md?hl.c should probably beGarrett Wollman1994-08-041-0/+3
| | | | | | | deleted, but I'll leave that up to PHK. Notes: svn path=/head/; revision=1846
* Add a couple of files we created in 1.x.Garrett Wollman1994-08-042-0/+61
| | | | Notes: svn path=/head/; revision=1845
* Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So farGarrett Wollman1994-08-046-192/+415
| | | | | | | as I can tell, this is ts the right thing to do. Notes: svn path=/head/; revision=1844
* Use __GNU_P not __P.Garrett Wollman1994-08-041-5/+5
| | | | Notes: svn path=/head/; revision=1843
* Use __GNU_P ratherthan __P.Garrett Wollman1994-08-041-25/+25
| | | | Notes: svn path=/head/; revision=1842
* histedit.h is now installed from here, not from libedit.Garrett Wollman1994-08-042-2/+175
| | | | Notes: svn path=/head/; revision=1841
* histedit.h is now installed from include.Garrett Wollman1994-08-041-6/+0
| | | | Notes: svn path=/head/; revision=1840
* Install RPC headers from include, like they always should have been.Garrett Wollman1994-08-0414-2/+1768
| | | | Notes: svn path=/head/; revision=1839
* Added assembly versions of ffs() and bcmp().David Greenman1994-08-043-75/+198
| | | | Notes: svn path=/head/; revision=1838
* Inlined insque and remque.David Greenman1994-08-042-4/+54
| | | | Notes: svn path=/head/; revision=1837
* Fixed bug that would cause free memory reserves to be depleted and cause aDavid Greenman1994-08-041-1/+5
| | | | | | | | panic in some cases. Submitted by: John Dyson Notes: svn path=/head/; revision=1836
* Added some code that was accidently left out early in the 1.x -> 2.0 VMDavid Greenman1994-08-041-1/+10
| | | | | | | | system conversion. Submitted by: John Dyson Notes: svn path=/head/; revision=1835
* Move ieeefp.h over, and put it in the correct subdirectory this time.Garrett Wollman1994-08-044-4/+212
| | | | | | | Submitted by: Andrew Moore Notes: svn path=/head/; revision=1834
* Added glueo build rpcsvc stuff, and install floatingpoint.h.Garrett Wollman1994-08-041-2/+4
| | | | Notes: svn path=/head/; revision=1833
* Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;Garrett Wollman1994-08-0417-0/+2556
| | | | | | | | | | the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will be deleted. Submitted by: Original work in 1.1 by J.T. Conklin. Notes: svn path=/head/; revision=1832
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessDavid Greenman1994-08-044-1286/+1806
| | | | | | | with multicast support and BPF. Notes: svn path=/head/; revision=1831
* Nuke redefinition of insque and remque.David Greenman1994-08-041-5/+1
| | | | Notes: svn path=/head/; revision=1830
* Nuked #if 0'd _insque and _remque routines - they are now inlined inDavid Greenman1994-08-042-56/+2
| | | | | | | cpufunc.h. Notes: svn path=/head/; revision=1829
* Made NFS attribute cache timeouts kernel config file tunable viaDavid Greenman1994-08-046-6/+30
| | | | | | | NFS_MINATTRTIMO and NFS_MAXATTRTIMO. Notes: svn path=/head/; revision=1828
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.David Greenman1994-08-045-349/+363
| | | | Notes: svn path=/head/; revision=1827
* Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy.David Greenman1994-08-031-5/+5
| | | | Notes: svn path=/head/; revision=1826
* Merged in post-1.1.5 work done by myself and John Dyson. This includes:David Greenman1994-08-037-146/+301
| | | | | | | | | | | | | | | | | | | | me: 1) TLB flush optimization that effectively eliminates half of all of the TLB flushes. This works by only flushing the TLB when a page is "present" in memory (i.e. the valid bit is set in the page table entry). See section 5.3.5 of the Intel 386 Programmer's Reference Manual. 2) The handling of "CMAP" has been improved to catch attempts at multiple simultaneous use. John: 1) Added pmap_qenter/pmap_qremove functions for fast mapping of pages into the kernel. This is for future optimizations and support for the upcoming merged VM/buffer cache. Reviewed by: John Dyson Notes: svn path=/head/; revision=1825
* Here comes the right import of gcc-2.6.0.Poul-Henning Kamp1994-08-02173-0/+307626
| | | | Notes: svn path=/head/; revision=1823
* Added MAP_FILE definition that does nothing - for backward sourceDavid Greenman1994-08-021-1/+2
| | | | | | | compatibility. Notes: svn path=/head/; revision=1822
* Completed (hopefully) the kernel support for old style "fastlinks".David Greenman1994-08-021-2/+2
| | | | Notes: svn path=/head/; revision=1821
* Fixed so that it can grok old style "fastlinks".David Greenman1994-08-026-6/+6
| | | | Notes: svn path=/head/; revision=1820
* Don't call getmntopts with a null pointer as an option string; it'llDavid Greenman1994-08-021-3/+2
| | | | | | | | dereference it. Pass optarg from getopts as it should have been done. This bug caused mount_cd9660 to segfault whenever -o was used. Notes: svn path=/head/; revision=1819
* Fixed NULL pointer dereference that occured when any options wereDavid Greenman1994-08-022-2/+6
| | | | | | | specified. Notes: svn path=/head/; revision=1818
* Added $Id$David Greenman1994-08-02680-353/+1199
| | | | Notes: svn path=/head/; revision=1817
* This is the tcl-scripts which will convert gcc-2.6.0 to bmake form, Poul-Henning Kamp1994-08-025-0/+1049
| | | | | | | | a patch to gcc from Bruce, and to libg++ by me. I will check in the actual compiler when Jordan has put in the rest of src/gnu. Notes: svn path=/cvs2svn/branches/ORIG/; revision=1814
* fixed bug where large amounts of unidirectional UDP traffic would fillDavid Greenman1994-08-011-0/+10
| | | | | | | | | | | | the interface output queue and further udp packets would be fragmented and only partially sent - keeping the output queue full and jamming the network, but not actually getting any real work done (because you can't send just 'part' of a udp packet - if you fragment it, you must send the whole thing). The fix involves adding a check to make sure that the output queue has sufficient space for all of the fragments. Notes: svn path=/head/; revision=1813
* Fixed bug with Nagel Congestion Avoidance where a tcp connection wouldDavid Greenman1994-08-012-2/+38
| | | | | | | | stall unnecessarily - always send an ACK when a packet len of < mss is received. Notes: svn path=/head/; revision=1812
* Reduced loopback MTU from 65535 to 65532 because some things like NFSDavid Greenman1994-08-011-1/+1
| | | | | | | really like it to be rounded to a longword. Notes: svn path=/head/; revision=1811
* Removed all code related to the pagescan daemon, and changed 'act_count'David Greenman1994-08-017-107/+15
| | | | | | | adjustments to compensate for a world without the pagescan daemon. Notes: svn path=/head/; revision=1810
* Allow for output processing routine to handle entire character bufferDavid Greenman1994-08-011-2/+4
| | | | | | | | | and thus not require a sleep/wakeup. Reviewed by: Submitted by: Notes: svn path=/head/; revision=1809
* Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0.David Greenman1994-08-013-18/+42
| | | | Notes: svn path=/head/; revision=1808
* Reviewed by:Andreas Schulz1994-07-302-1/+23
| | | | | | | | | Submitted by: Added a accton man page. Changed the Makefile to install the man page as accton.8. Notes: svn path=/head/; revision=1807
* Removed pager declarations. They are NOT optional, and don't need to beDavid Greenman1994-07-282-8/+0
| | | | | | | declared. Notes: svn path=/head/; revision=1806
* Documented the new CVS template. This really isn't the right place for it,Garrett Wollman1994-07-241-0/+44
| | | | | | | | but I wanted to get this out for review without an interminable debate about where it really should go. Notes: svn path=/head/; revision=1805
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+1
| | | | | | | Added libmd. Notes: svn path=/head/; revision=1804
* Reviewed by: phkPoul-Henning Kamp1994-07-2415-0/+1646
| | | | | | | | | | Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static. Notes: svn path=/cvs2svn/branches/ORIG/; revision=1802
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+1
| | | | | | | changed ^G to \007 Notes: svn path=/head/; revision=1801
* Reviewed by: phkPoul-Henning Kamp1994-07-241-5/+5
| | | | | | | Killed a bunch of control chars. Notes: svn path=/head/; revision=1800
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+4
| | | | | | | Added a clean target. Notes: svn path=/head/; revision=1799
* Reviewed by: phkPoul-Henning Kamp1994-07-241-1/+1
| | | | | | | changed a ctrl-A to \001 Notes: svn path=/head/; revision=1798
* Reviewed by: phkPoul-Henning Kamp1994-07-2421-0/+143
| | | | | | | More binary files killed using uuencode. Notes: svn path=/head/; revision=1797
* Submitted by: phkPoul-Henning Kamp1994-07-233-1/+21
| | | | | | | | Got rid of a couple of binary files by uuencoding. 49 more to go. BTW: ed(1) seems to have an exit(2) problem, 5 tests fail. Notes: svn path=/head/; revision=1796