summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-24gack.Henning Brauer
2002-11-24Add HISTORY sectionTodd C. Miller
2002-11-24test altq and queueHenning Brauer
2002-11-24make succeed again; explicit address family needed in one more case nowHenning Brauer
2002-11-24KNFHenning Brauer
2002-11-24KNFHenning Brauer
2002-11-24make the example parseable (quotes around macros)Philipp Buehler
from sam smith, thx henning@ ok
2002-11-24also no opt_user_ldt.hPhilipp Buehler
miod@, millert@ ok
2002-11-24Check whether the chip enabled or not by reading status register.Alexander Yurchenko
Close PR 2980 ok gluk@
2002-11-24use 8 rounds for passwd, like login.conf specifies; rob_ses@web.deTheo de Raadt
2002-11-24there is no spoon^Wopt_pool.hPhilipp Buehler
miod@, millert@ ok (:art: I'll fix it post 3.2.)
2002-11-24Be sun4m-friendly in FDC_C_HANDLER case.Miod Vallat
2002-11-24we "now" have /usr/share/pfPhilipp Buehler
short descr about the items henning "go ahead, schnellschnellschnell"
2002-11-24missed one about ordering in the ruleset-filePhilipp Buehler
2002-11-24modifiers for -F/-s in the same order as it is required in pf.conf(5)Philipp Buehler
2002-11-24reflect new ordering requirements (..nat, queue, filter)Philipp Buehler
2002-11-24consistency: use sin6 as variable name for sockaddr_in6, not sinHenning Brauer
no functional changes ok millert@ pval@
2002-11-24enforce that queue comes right before filteringPhilipp Buehler
'options, normalization, translation, queue, filter' now henning@ ok
2002-11-24RIO is not yet in GENERICPhilipp Buehler
henning@, kjc@ ok
2002-11-24Fix an error message and remove 'S' from getopt, it's not used.Daniel Hartmeier
From Andreas Oestling.
2002-11-24Explicit unsigned char and unsigned short instead of u_char, u_short.Marc Espie
Make these files usable with -D_POSIX_SOURCE okay millert@
2002-11-24Fix a kernel fault in FDC_C_HANDLER code.Miod Vallat
2002-11-24Same fix for nat and rdr. Now all regress tests pass with malloc.conf JDaniel Hartmeier
again.
2002-11-24Don't memcpy() structures that contain TAILQs. If you need a copy, you haveDaniel Hartmeier
to perform a deep copy (memcpy() is shallow, and the structures contain pointers to head/nodes). This solves the malloc.conf J segfaults.
2002-11-24Cosmetics and removal of a redundant code block.Daniel Hartmeier
2002-11-24"The contents is" -> "The contents are"Chad Loder
2002-11-24Zero out the reserved fields of struct gmonhdr rather than leavingChad Loder
stack garbage in them. From FreeBSD. OK deraadt@
2002-11-24Make this compile again if FDC_C_HANDLER is defined.Miod Vallat
2002-11-24Fix comment: s/trailing NULL/trailing NUL/, no code changes.Chad Loder
2002-11-24Fix instance where syslog(3) after closelog(3) could access freed logChad Loder
tag name. OK millert@, deraadt@
2002-11-24syncTheo de Raadt
2002-11-24wrong word. Thx theoMarc Espie
2002-11-24Some documentation for local gcc changes.Marc Espie
Insights and grumblings from Theo, Todd, Miod.
2002-11-24When initializing the colormap on low depth frame buffers, pick valuesMiod Vallat
from rasops_cmap table, rather than providing our own, especially when they are wrong.
2002-11-23Sync with sbin/kbd/MakefileMiod Vallat
2002-11-23-I${.CURDIR} makes no sense now that we don't look at the tables/ directory.Miod Vallat
2002-11-23Now that wskbd layouts for sparc are done, I don't need to keep these filesMiod Vallat
as a reference...
2002-11-23Add the remaining layouts (due to popular demand): spanish, italian, dutch,Miod Vallat
norwegian, portuguese, swiss-french, swiss-german, uk english. Not thoroughly tested, problems (if any) should be minor. Also fix glitch in caret handling in the previous commit.
2002-11-23New identifier for dutch keyboard layout.Miod Vallat
2002-11-23sighTheo de Raadt
2002-11-23KNFHenning Brauer
2002-11-23More linksMiod Vallat
2002-11-23Mention that hme does not work in sun4c machines.Miod Vallat
2002-11-23After fixing these comments, I add another incorrect one.Dale Rahn
2002-11-23wskbd layouts for Sun Danish, French and German keyboards.Miod Vallat
More to come as time permits...
2002-11-23Implement [u]mul/[u]div/[u]rem with faster version if availableDale Rahn
on machine. Improves speed for dynamic userland processes when active. Idea from Theo. ok deraadt@
2002-11-23Make the mul/div/rem (and u... versions) weak so that ld.so can overrideDale Rahn
it with optimized versions. And allow ld.so to compile with strong versions with extra symbols so it can find them.
2002-11-23bye byeTheo de Raadt
2002-11-23syncTheo de Raadt
2002-11-23let comment match reality. ok millert@Marc Espie