aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | - Track resources in our softc.Matthew N. Dodd2003-03-295-127/+278
* | Fix up the long mbuf chain recovery code to use m_defrag; the oldMike Silbersack2003-03-291-19/+8
* | Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partAlan Cox2003-03-293-13/+8
* | Add the m_defrag routine, as discussed on committers@. ThisMike Silbersack2003-03-292-0/+84
* | Add MBUF_FRAG_TEST to NOTES.Mike Silbersack2003-03-291-0/+7
* | Note: this is OLDCARD, and tweak comment about clpd 6729/30.Warner Losh2003-03-291-1/+3
* | Add a new man page for bus_activate_resource andWarner Losh2003-03-292-2/+100
* | Clearify what happens with the cookiep in various cases.Warner Losh2003-03-291-1/+11
* | Fix some typos:Warner Losh2003-03-291-6/+14
* | 320.rdist is OBE as we don't have rdist in the base system any more.David E. O'Brien2003-03-291-1/+0
* | This is OBE as we don't have rdist in the base system any longer.David E. O'Brien2003-03-291-31/+0
* | Globally use -mieee in /usr/src for Alpha.David E. O'Brien2003-03-291-0/+4
* | Reduce "code duplication" for AMD CPU's.David E. O'Brien2003-03-291-30/+10
* | Back out the totally unapproved backout of my commits.David E. O'Brien2003-03-294-60/+2
* | Small mdoc fixSean Chittenden2003-03-292-2/+2
* | Text formatting changes.Matthew N. Dodd2003-03-292-65/+68
* | Don't panic if we aren't plugged into a hub.Matthew N. Dodd2003-03-291-5/+18
* | add missing copyright noticesSam Leffler2003-03-283-4/+90
* | If IPCP is disabled, susccess of IPV6CP negotiation is sufficientHajimu UMEMOTO2003-03-281-0/+5
* | Typo fixes. Translators can probably ignore these.Bruce A. Mah2003-03-282-6/+6
* | New release notes: adduser(8) -g, gstat(8), omshell(1)/dhcpctl(3).Bruce A. Mah2003-03-282-0/+20
* | Check for the PS_NEEDSIGCHK flag in the right flags field.John Baldwin2003-03-282-2/+2
* | Add an option to print the time in 12-hour format.Maxime Henrion2003-03-282-4/+26
* | Perform warm reset if codec reports ready on attach.Orion Hodson2003-03-281-16/+25
* | xargs(1) is WARNS=6 clean.Maxime Henrion2003-03-281-1/+1
* | When -o isn't specified, open /dev/null as stdin.Maxime Henrion2003-03-281-2/+5
* | Move details of dev_t (and udev_t) to <sys/_types.h>.Mike Barcroft2003-03-284-31/+28
* | Sysctl treats `long' and `unsigned long' differently - fix a comment.Robert Drehmel2003-03-281-1/+1
* | - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)Max Khon2003-03-281-17/+17
* | Add pc-card from ARCHOS CD-224E cdrom.Maxim Sobolev2003-03-281-0/+4
* | bump __FreeBSD_version for thread-safe realpath(3)Max Khon2003-03-281-1/+1
* | Fix an XXX: and implement LINUX_BLKGETSIZE correctly.Poul-Henning Kamp2003-03-281-6/+14
* | Expound a little bit about the softc, where its size is found and aWarner Losh2003-03-281-2/+16
* | Remove bogus card.4, and replace it with a link to oldcard.4. ruWarner Losh2003-03-282-104/+1
* | Create a man page for bus_child_present(9), a function to see if aWarner Losh2003-03-282-1/+84
* | pccarddevs_data.h no longer generatedWarner Losh2003-03-281-3/+2
* | MFp4:Warner Losh2003-03-282-106/+10
* | - Clean up function calling conventions.Matthew N. Dodd2003-03-284-439/+525
* | Allow m_dup_pkthdr to accept mbufs with attached clusters asMike Silbersack2003-03-281-3/+3
* | Add a checksum to the kernel message buffer, and update it everyIan Dowse2003-03-282-4/+25
* | Multicast support, gleaned from NetBSD's if_iy driver.Matthew N. Dodd2003-03-282-5/+103
* | Close the disk file descriptor that is RO before trying to open theJuli Mallett2003-03-281-4/+1
* | Default data length should be 56, not 64.Matthew N. Dodd2003-03-281-1/+1
* | Make realpath() thread-safe. New implementation does not use chdir(2) at all.Max Khon2003-03-272-111/+128
* | Check return value from vmapbuf instead of the function address.Tor Egge2003-03-271-2/+1
* | Don't pass NULL in as a flags argument to libfetch's fetchGetURL()Robert Watson2003-03-271-1/+1
* | Correct LDBL_* constants based on values from i386.David Schultz2003-03-271-9/+9
* | - Rely on ether_ifattach() to initialize part of our struct ifnetMatthew N. Dodd2003-03-271-23/+17
* | Add an information and fix typo.Takeshi Shibagaki2003-03-271-2/+2
* | Eliminate a buffer sleep/wakeup race.Tor Egge2003-03-271-7/+3