| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
|  | 
2.0.
Notes:
    svn path=/head/; revision=1848
 | 
| | 
| 
| 
| 
| 
| 
|  | 
to do with it.
Notes:
    svn path=/head/; revision=1847
 | 
| | 
| 
| 
| 
| 
| 
|  | 
deleted, but I'll leave that up to PHK.
Notes:
    svn path=/head/; revision=1846
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1845
 | 
| | 
| 
| 
| 
| 
| 
|  | 
as I can tell, this is ts the right thing to do.
Notes:
    svn path=/head/; revision=1844
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1843
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1842
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1841
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1840
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1839
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1838
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1837
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
panic in some cases.
Submitted by:	John Dyson
Notes:
    svn path=/head/; revision=1836
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
system conversion.
Submitted by:	John Dyson
Notes:
    svn path=/head/; revision=1835
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Submitted by:	Andrew Moore
Notes:
    svn path=/head/; revision=1834
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1833
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
|  | 
with multicast support and BPF.
Notes:
    svn path=/head/; revision=1831
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1830
 | 
| | 
| 
| 
| 
| 
| 
|  | 
cpufunc.h.
Notes:
    svn path=/head/; revision=1829
 | 
| | 
| 
| 
| 
| 
| 
|  | 
NFS_MINATTRTIMO and NFS_MAXATTRTIMO.
Notes:
    svn path=/head/; revision=1828
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1827
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1826
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1823
 | 
| | 
| 
| 
| 
| 
| 
|  | 
compatibility.
Notes:
    svn path=/head/; revision=1822
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1821
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1820
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
|  | 
specified.
Notes:
    svn path=/head/; revision=1818
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1817
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
stall unnecessarily - always send an ACK when a packet len of < mss is
received.
Notes:
    svn path=/head/; revision=1812
 | 
| | 
| 
| 
| 
| 
| 
|  | 
really like it to be rounded to a longword.
Notes:
    svn path=/head/; revision=1811
 | 
| | 
| 
| 
| 
| 
| 
|  | 
adjustments to compensate for a world without the pagescan daemon.
Notes:
    svn path=/head/; revision=1810
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
and thus not require a sleep/wakeup.
Reviewed by:
Submitted by:
Notes:
    svn path=/head/; revision=1809
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=1808
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
Submitted by:
Added a accton man page. Changed the Makefile to install the man page
as accton.8.
Notes:
    svn path=/head/; revision=1807
 | 
| | 
| 
| 
| 
| 
| 
|  | 
declared.
Notes:
    svn path=/head/; revision=1806
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Added libmd.
Notes:
    svn path=/head/; revision=1804
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
|  | 
changed ^G to \007
Notes:
    svn path=/head/; revision=1801
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Killed a bunch of control chars.
Notes:
    svn path=/head/; revision=1800
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Added a clean target.
Notes:
    svn path=/head/; revision=1799
 | 
| | 
| 
| 
| 
| 
| 
|  | 
changed a ctrl-A to \001
Notes:
    svn path=/head/; revision=1798
 | 
| | 
| 
| 
| 
| 
| 
|  | 
More binary files killed using uuencode.
Notes:
    svn path=/head/; revision=1797
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
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
 |