| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | ffs_read: | ache | 2004-01-23 | 1 | -7/+14 |
* | | PR: docs/58586 | wes | 2004-01-23 | 1 | -0/+19 |
* | | Clarify behaviour of ffsinfo: It appends to outfile without | cperciva | 2004-01-23 | 1 | -1/+1 |
* | | Document fetch(1) environment variables in fetch(1) man page, instead of | wes | 2004-01-23 | 1 | -12/+108 |
* | | Remove leftover FREE() from changes in rev 1.50. | andre | 2004-01-23 | 1 | -1/+0 |
* | | Unbreak amd64: Rename calls from panic to __panic | peter | 2004-01-23 | 1 | -3/+3 |
* | | Split the overloaded variable 'win' into two for their specific purposes: | andre | 2004-01-22 | 1 | -21/+22 |
* | | Move the reduction by one of the syncache limit after the zone has been | andre | 2004-01-22 | 1 | -1/+1 |
* | | Remove an unused variable and put the sockaddr_in6 onto the stack instead | andre | 2004-01-22 | 1 | -26/+14 |
* | | Fix SYNOPSIS of manual page, clustering no-arg options correctly. | sheldonh | 2004-01-22 | 2 | -4/+2 |
* | | Two fixes for script(1): | cperciva | 2004-01-22 | 1 | -11/+22 |
* | | Serial murderers shouldn't commit suicide. (killall should | cperciva | 2004-01-22 | 1 | -0/+4 |
* | | If we're going to "add path 'fd/*' unhide", it only makes | cperciva | 2004-01-22 | 1 | -0/+1 |
* | | Write 100 times for tomorrow: | phk | 2004-01-22 | 1 | -2/+3 |
* | | Initialize the (i386) frame pointer when setting up a thread | deischen | 2004-01-22 | 1 | -1/+4 |
* | | Fixed broken logic when parsing double quotes. | ru | 2004-01-22 | 1 | -14/+5 |
* | | Catch up with etc/Makefile,v 1.324 -- split "install" and "distribution" | ru | 2004-01-22 | 1 | -18/+13 |
* | | Fix the PCI attach routine to properly setup the IRQ and port resource | jhb | 2004-01-22 | 1 | -13/+20 |
* | | o Implement the pthread_spin_* functions in libthr. | mtm | 2004-01-22 | 5 | -0/+378 |
* | | Add missing free() in exception handlers. | simokawa | 2004-01-22 | 2 | -2/+3 |
* | | Fix generation of random multicast MAC address. | rse | 2004-01-22 | 1 | -1/+1 |
* | | Only enforce -fno-strict-aliasing for optimization levels that | ru | 2004-01-22 | 1 | -1/+4 |
* | | Since id(1) is in /usr, it may not be available until after filesystem | mtm | 2004-01-22 | 1 | -1/+3 |
* | | - Run makewhatis(1) in etc/Makefile at the end of "install". | ru | 2004-01-22 | 3 | -12/+8 |
* | | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 16 | -28/+29 |
* | | Make proc's kg_nice/ki_nice explicitly signed for PPC. This is a | grehan | 2004-01-22 | 2 | -2/+2 |
* | | Remove references to cryptotest | imp | 2004-01-22 | 1 | -5/+1 |
* | | Fix alignment of size field in `ls -lh` -- the width was being computed | cperciva | 2004-01-22 | 1 | -2/+2 |
* | | Two fixes here: | cperciva | 2004-01-22 | 1 | -2/+4 |
* | | Fix definition of IFM_MODE, which should be refrected the change of | onoe | 2004-01-22 | 1 | -1/+1 |
* | | Add suspend and resume methods. I'm not certain this work correctly | wpaul | 2004-01-22 | 1 | -0/+36 |
* | | Add support for TCP/IP checksum offload. | wpaul | 2004-01-22 | 2 | -25/+217 |
* | | Extend the description of the framework of interface capabilities. | yar | 2004-01-22 | 1 | -4/+90 |
* | | As I've been pointed out by Andrew Gallatin, there are some | yar | 2004-01-21 | 1 | -4/+12 |
* | | If a transfer to or from a floppy disk crosses a 64k boundary, we have to | jhb | 2004-01-21 | 1 | -2/+2 |
* | | Fix multicast and promiscuous mode handling for Yukon devices. | wpaul | 2004-01-21 | 2 | -100/+202 |
* | | Calculate the right register offset when clearing TX buffer pointer | wpaul | 2004-01-21 | 1 | -1/+2 |
* | | Use the length of the interface name, not the length of its address when | brooks | 2004-01-21 | 1 | -1/+1 |
* | | Cosmetics | sos | 2004-01-21 | 1 | -1/+1 |
* | | Add structures and definitions for task offload (TCP/IP checksum, | wpaul | 2004-01-21 | 1 | -0/+141 |
* | | Add a sysctl (default: off) which enables a log(LOG_INFO...) warning | phk | 2004-01-21 | 1 | -10/+19 |
* | | Clean up error handling in libstand filesystem code to be more consistent: | jhb | 2004-01-21 | 10 | -27/+49 |
* | | Simplify timing gymnastics a bit. | phk | 2004-01-21 | 1 | -2/+2 |
* | | Make sure to trap failures correctly in ndis_get_info() and ndis_set_info(). | wpaul | 2004-01-21 | 1 | -0/+6 |
* | | Remove #ifdef for ancient source FreeBSD compat. | phk | 2004-01-21 | 1 | -11/+0 |
* | | DTRT, quote parens in an extended regular expression. | schweikh | 2004-01-21 | 1 | -1/+1 |
* | | Add my birthday. | philip | 2004-01-21 | 1 | -0/+1 |
* | | Don't leak softc's when destroying interfaces. | brooks | 2004-01-21 | 1 | -0/+3 |
* | | Fix style(9) of my previous commit. | cperciva | 2004-01-21 | 1 | -1/+1 |
* | | Revert previous commit, ru has ideas how to better document this | schweikh | 2004-01-21 | 1 | -9/+1 |