summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove -I from CFLAGS. This splipped in with the 3.5 import (as I wasmlaier2004-10-031-1/+0
* The print/acroread4 port seems to be gone. acroread5 doesn't run onkensmith2004-10-031-3/+0
* Prevent reentrancy of the IPv6 routing code (leading to crash withgreen2004-10-031-5/+26
* Add support to IPFW for matching by TCP data length.green2004-10-034-0/+53
* Add the documentation for IPFW's diverted(-loopback|-output) matches.green2004-10-031-0/+8
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-034-16/+77
* Remove accidentally-added O_DIVERTED section.green2004-10-031-17/+0
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-035-33/+312
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-034-4/+4
* Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.dwhite2004-10-021-0/+14
* * Use two cdevsw's for ugen(4): one for control endpoints, and one forgreen2004-10-021-20/+91
* * When toggling short transfers on a bulk transfer endpoint, cancel andgreen2004-10-021-20/+22
* Don't allow to create a drive that already exists.le2004-10-021-0/+8
* Correctly skip the '/dev/' part when creating new drives and prefixle2004-10-022-5/+8
* Get debugging macros from sivar.hphk2004-10-022-2/+8
* Add #ifdef _KERNEL which allows sicontrol(8) to include this filephk2004-10-021-0/+3
* Augh!phk2004-10-021-2/+2
* Fix a problem when you try to mount a directory on another directorytakawata2004-10-021-0/+2
* Fix a deadlock in ggatel(8) simlar to one which was fixed some timepjd2004-10-021-1/+1
* Use generic device/tty adaptation code.phk2004-10-023-648/+83
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-10-022-21/+21
* Unlock g_gate_list_mtx mutex when we cannot allocate unit number.pjd2004-10-021-0/+1
* Add support for CTS modemsignal as well.phk2004-10-021-0/+9
* Pass an array of gid_t rather than an array of int to getgroups().stefanf2004-10-023-4/+7
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-024-20/+8
* Remove an unused declaration. (I should have included this change inalc2004-10-021-1/+0
* Finish the de-orbital burn of our previous FreeBSD version compat libsobrien2004-10-02164-172537/+0
* Add a SOCKBUF_LOCK() to a rarely executed path in do_sendfile().alc2004-10-021-0/+1
* Enable the new compat4x libs.scottl2004-10-021-0/+5
* Update libc, libc_r, and libperl and add libhistory, libm, libopie, libpcap,scottl2004-10-028-14879/+18490
* Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to besam2004-10-021-2/+0
* dc(4) is now supported as well. While here sort the list and remove awi,mlaier2004-10-011-4/+4
* Prepare for 5.3 release by updating libraries that had changed inkensmith2004-10-019-13474/+16626
* General overhaul:schweikh2004-10-013-58/+76
* Document MD commands.ru2004-10-011-0/+25
* Add optimized version of the bswap macroes for constants if __OPTIMIZED__ iscognet2004-10-011-2/+30
* There's no need to turn on MALLOC_PROFILE by default.cognet2004-10-011-1/+0
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.cognet2004-10-011-4/+4
* Add more PnP serial cards support.nyan2004-10-012-22/+38
* Fix BIOS default geometry on pc98.nyan2004-10-011-0/+4
* Bump the library version numbers for the following libraries:kensmith2004-10-015-3/+19
* Read the MAC address in the EEPROM in the correct byte order. Thismux2004-10-012-8/+8
* Clear a process's procfs trace points upon delivery of SIGKILL.alfred2004-10-011-0/+10
* Always set half'n'half mode on ICH* chips.sos2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.sos2004-10-011-14/+16
* Merge the following from the English version:den2004-10-012-36/+17
* Install precious shared libraries with -S.ru2004-10-011-1/+4
* Keep each prog on its own line so that diffs between variousru2004-10-0110-67/+263
* Take away unused libraries.ru2004-10-0110-10/+10
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.green2004-10-012-30/+42
OpenPOWER on IntegriCloud