summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-08Revert.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Don't accidentally mask off the T_USER bit before calling trap().Mark Kettenis
2011-07-08Switch sparc to gcc4. No source upgrade possible (well, it obviously can beMiod Vallat
2011-07-08Initial description of 'prio' keyword.Ryan Thomas McBride
2011-07-08re-add ospfd/ospf6d support which got lost, and build scripts for themTheo de Raadt
2011-07-08ensure that we won't enter an endless loop while iterating overMike Belopuhov
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-08early daemons fit on a lineTheo de Raadt
2011-07-08Add regress tests for 'prio' keyword.Ryan Thomas McBride
2011-07-08Do not continue to send data to suspended/locked clients or there willNicholas Marriott
2011-07-08move the pflog0 setup to the pflogd script and onlyRobert Nagy
2011-07-08Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries.Dale Rahn
2011-07-08No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it.Marco Pfatschbacher
2011-07-08Add F_DUPFD_CLOEXEC.Matthew Dempsky
2011-07-08Remove useless labels from copyin and copyout.Paul Irofti
2011-07-08no reason to zero pages we are about to mark dirtyAriane van der Steldt
2011-07-08Ensure all pages in pmemrange can be marked as dirty.Ariane van der Steldt
2011-07-08unlink compat_aout, spotted by jmcTed Unangst
2011-07-08Remove COMPAT_OLDSOCK since no nothing sets MSG_COMPAT anymore.Theo de Raadt
2011-07-08zap trailing whitespace;Jason McIntyre
2011-07-08add -r to SYNOPSIS;Jason McIntyre
2011-07-08Sort RC_DAEMONS.Antoine Jacoutot
2011-07-08Only compile hibernate_machdep if option hibernate is set.Ariane van der Steldt
2011-07-08Ack, my last change used size_t for file offsets, but size_t is onlyMatthew Dempsky
2011-07-08surround splice structure with __BSD_VISIBLE (the right one, noticed byMike Belopuhov
2011-07-08Pull libm for fabs.Martynas Venckus
2011-07-08tweak previous;Jason McIntyre
2011-07-08Last part of pipex_{pppoe,l2tp,pptp}_input() are almost identical.YASUOKA Masahiko
2011-07-08Kill weak `cerror' alias, it's colliding with the userland namespace. NoticedMiod Vallat
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-08ext2fs is not really the most common linux filesystem.Ted Unangst
2011-07-08Add support for tgmath--the type-generic math; now that both mathMartynas Venckus
2011-07-08syncTheo de Raadt
2011-07-08Finalize work on complex math routines, now that we have theMartynas Venckus
2011-07-08COMPAT_43 does not do all it used to. COMPAT_AOUT is wholly useless.Ted Unangst
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-08down to one compat option...Ted Unangst
2011-07-08regen syscallsTed Unangst
2011-07-08remove all traces of COMPAT_09 and COMPAT_10. ok deraadtTed Unangst
2011-07-08mark carp advertisements to be queued at priority 6. losing them is bad,Henning Brauer
2011-07-08keep the fdplock around copyout in pipe. ok matthewTed Unangst
2011-07-08xl(4) now supports WoL.Stefan Sperling
2011-07-08add license, ok ajacoutot@, deraadt@Robert Nagy
2011-07-08- pretend we're 0.26. there were no changes in 0.26 thatJasper Lievisse Adriaanse
2011-07-08Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).Stefan Sperling
2011-07-08allow rules to specify "prio X" or "prio (X, Y)" to assign priority levelsHenning Brauer
2011-07-08surprisingly, we use pf as classifier for the new priority queueingHenning Brauer
2011-07-08new priority queueing implementation, extremely low overhead, thus fast.Henning Brauer