summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (finally) document -nsam2009-03-161-2/+8
* Remove CD input hack for ALC268 based Acer systems. Latest systems does notmav2009-03-161-5/+7
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-165-50/+126
* Added DLT_ENC to map list, so it is now possiblevanhu2009-03-161-0/+3
* Fix spelling in message.mav2009-03-161-3/+3
* cat(1) compiles fine at WARNS level 6.des2009-03-161-0/+1
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofweongyo2009-03-161-4/+4
* Define and use two macros for loopback checksum offload:rwatson2009-03-161-6/+9
* Chase the k8temp->amdtemp rename in NOTES and loader.conf.dchagin2009-03-162-3/+3
* if_hwassist should be initialized with CSUM, rather than IFCAP, flags.rwatson2009-03-161-2/+2
* Teach psm about O_ASYNCrnoland2009-03-161-0/+23
* Get rid of any remaining PZERO flags in mtx_sleep()rnoland2009-03-163-14/+2
* Fix R600 writeback across suspend/resume.rnoland2009-03-161-3/+0
* Sort include files in the alphabetical order.dchagin2009-03-161-5/+4
* Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it toscf2009-03-161-0/+7
* Restore missing OSREL definition that accidetnally dropped from animp2009-03-151-0/+3
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificjamie2009-03-153-14/+16
* Teach the loopback interface about checksum generation and validationrwatson2009-03-152-12/+42
* Ignore FUTEX_FD op, as it is done by linux.dchagin2009-03-152-8/+1
* Include linux_futex.h before linux_emul.hdchagin2009-03-152-3/+1
* Mention specifically in UPDATING that non-MPSAFE device drivers are norwatson2009-03-151-0/+7
* Bump __FreeBSD_version for the removal of IFF_NEEDSGIANT; networkrwatson2009-03-151-1/+1
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-1519-203/+11
* - Create the buildworld object directories with mtree instead of variousgabor2009-03-152-32/+8
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-1510-110/+108
* - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks.jeff2009-03-154-14/+34
* - Implement a new mechanism for resetting lock profiling. We nowjeff2009-03-153-25/+111
* Don't adjust ranges at all for subtractive bridges. The simple-mindedimp2009-03-151-0/+4
* Generalize the workaround for the Hitachi HT-4840-11. The Contecimp2009-03-151-6/+7
* no need to for gnu89 any moresam2009-03-151-2/+0
* remove gcc-ism; tsinfo isn't used anywaysam2009-03-151-1/+1
* Opps.. I missed a file on the commit :-)rrs2009-03-141-1/+2
* Fix build breakage due to the interplay between r189801 and r189824.das2009-03-142-0/+3
* Oops. Correct comment in the LICENSE file.pjd2009-03-141-1/+1
* Regression tests for mac_portacl(4).pjd2009-03-144-0/+242
* - Correct logic in if statement - we want to allocate temporary bufferpjd2009-03-141-1/+3
* Namespace: Defining htonl() and friends here instead of arpa/inet.h isdas2009-03-141-2/+2
* Fix the visibility of several prototypes. Also move pthread_kill() anddas2009-03-143-3/+19
* Hide dbopen() in the POSIX namespace, and use standard type namesdas2009-03-141-33/+35
* Hide numerous BSD extensions in the POSIX namespace.das2009-03-141-24/+30
* Bump __FreeBSD_version to 800071 for gcc patch to add support for C99das2009-03-141-1/+1
* Make gcc use C99 inline semantics in c99 and gnu99 mode. This was thedas2009-03-146-139/+212
* Namespace: aio_waitcomplete() is a BSD extension.das2009-03-141-1/+4
* Namespace: adjtime(), futimes(), futimesat(), lutimes(), and settimeofday()das2009-03-141-5/+13
* Namespace: abort2() is a BSD extension.das2009-03-141-1/+1
* Namespace: endpwent, getpwent, and setpwent are XSI extensions.das2009-03-141-1/+4
* Namespace: dprintf() and getline() are in P1003.1-2008.das2009-03-141-2/+2
* Various namespace cleanups, including exposing fchmod() and fchmodat()das2009-03-142-5/+11
* Namespace: preadv() and pwritev() are extensions.das2009-03-141-0/+2
* Namespace: vsyslog() is a BSD extension.das2009-03-141-0/+2
OpenPOWER on IntegriCloud