aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Correctly destroy assoiciated ucom device on detach.Stanislav Sedov2008-04-161-0/+2
* Use separate UMA zone for data items allocation. It is a partialAlexander Motin2008-04-161-40/+70
* Regenerate.Jung-uk Kim2008-04-166-8/+92
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.Jung-uk Kim2008-04-164-0/+24
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI2008-04-166-7/+73
* Style fixes to opendir.c:Xin LI2008-04-161-6/+3
* Fixes typo's in sctp.cRandall Stewart2008-04-161-4/+4
* Allow SCTP to compile without INET6.Randall Stewart2008-04-1613-972/+1544
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-165-5/+5
* Sort MAN and MLINKS.Ruslan Ermilov2008-04-161-25/+26
* Connect newly added manpages to the build.Ruslan Ermilov2008-04-161-5/+15
* Fix compilation with LOCKF_DEBUG.Doug Rabson2008-04-161-1/+1
* Fix pkg_info when specifying a remote package.Florent Thoumie2008-04-162-18/+23
* Man pages for the openat(2), fexecve(2) and related syscalls.Konstantin Belousov2008-04-1615-40/+1098
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-1624-225/+227
* Tighten up the error-handling in nlm_get_rpc. While I'm here, fix aDoug Rabson2008-04-161-3/+7
* Doh! Extra mips in the path. Remove these and wait until tomorrowWarner Losh2008-04-1611-600/+0
* Turns out the machine/asm.h isn't needed here, since SYS.h alreadyWarner Losh2008-04-1610-12/+1
* FreeBSD/mips libc support. Merged from perforce mips2-jnpr branch.Warner Losh2008-04-1611-0/+611
* _vfork is not in libthr, remove the reference.David Xu2008-04-161-1/+0
* Mention support for nForce MCP73.Pyun YongHyeon2008-04-161-2/+4
* Fix one-byte buffer overflow: NUL gets written to the buffer, but isn'tColin Percival2008-04-151-1/+1
* Add very limited support for the isc-dhclient. It will almostly certaintlyBrooks Davis2008-04-151-0/+4
* When sending packets directly to the DHCP server, use a socket and sendBrooks Davis2008-04-151-0/+15
* style(9).Rui Paulo2008-04-151-1/+1
* Several changes breaking netgraph module ABI collected together:Alexander Motin2008-04-153-139/+115
* Revert the previous commit and use M_PROMISC flag instead.Jung-uk Kim2008-04-151-8/+17
* Use genclock for RTC handling. This eliminates the MD versions forMarcel Moolenaar2008-04-153-135/+51
* Fix possible buffer overrun on 64-bit arch when generating MACMaksim Yevmenkin2008-04-151-1/+3
* Implement POSIX function tcgetsid() which returns session id.David Xu2008-04-156-2/+90
* This file shows signs of heavy borrowing from NetBSD's cache.c file,Warner Losh2008-04-151-16/+58
* Add copyright notice and license to reflect origin of most of theWarner Losh2008-04-151-5/+28
* Bootstrap the build of btxld.Ruslan Ermilov2008-04-151-1/+3
* Support and switch to the ULE scheduler:Marcel Moolenaar2008-04-155-4/+19
* If the .inf file did not have a Default entry for the registry key then writeAndrew Thompson2008-04-151-1/+3
* Use a ndis_ prefix on the C variable instead of directly using the .sysAndrew Thompson2008-04-152-7/+7
* This isn't used, so remove it. It isn't relevant to most mips platforms.Warner Losh2008-04-153-219/+0
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.Warner Losh2008-04-151-4/+0
* This file is unused on amd64.Warner Losh2008-04-151-32/+0
* Remove $P4$ tag. Rumor has it that p4 importer hates it.Warner Losh2008-04-151-1/+0
* Remove M_SKIP_FIREWALL abuse and add more appropriate check.Jung-uk Kim2008-04-151-20/+11
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonPyun YongHyeon2008-04-151-12/+6
* Revision 1.9 changes the delivery mode from the magic constant 0Marcel Moolenaar2008-04-141-1/+1
* restore(8) does not check for write failure while building two tempKirk McKusick2008-04-141-24/+68
* Fix problem with slave devices.Søren Schmidt2008-04-144-16/+16
* Use the pru_flush infrastructure to avoid a panicRandall Stewart2008-04-143-3/+65
* - Have SCTP use the new pru_flush functionalityRandall Stewart2008-04-141-0/+1
* Add pru_flush routine so a transport canRandall Stewart2008-04-143-2/+11
* Protection against errant sender sending a streamRandall Stewart2008-04-141-1/+7
* New logging values.Randall Stewart2008-04-141-29/+30