Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-24 | reflect new ordering requirements (..nat, queue, filter) | Philipp Buehler | |
2002-11-24 | consistency: use sin6 as variable name for sockaddr_in6, not sin | Henning Brauer | |
no functional changes ok millert@ pval@ | |||
2002-11-24 | enforce that queue comes right before filtering | Philipp Buehler | |
'options, normalization, translation, queue, filter' now henning@ ok | |||
2002-11-24 | RIO is not yet in GENERIC | Philipp Buehler | |
henning@, kjc@ ok | |||
2002-11-24 | Fix an error message and remove 'S' from getopt, it's not used. | Daniel Hartmeier | |
From Andreas Oestling. | |||
2002-11-24 | Explicit 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-24 | Fix a kernel fault in FDC_C_HANDLER code. | Miod Vallat | |
2002-11-24 | Same fix for nat and rdr. Now all regress tests pass with malloc.conf J | Daniel Hartmeier | |
again. | |||
2002-11-24 | Don't memcpy() structures that contain TAILQs. If you need a copy, you have | Daniel 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-24 | Cosmetics and removal of a redundant code block. | Daniel Hartmeier | |
2002-11-24 | "The contents is" -> "The contents are" | Chad Loder | |
2002-11-24 | Zero out the reserved fields of struct gmonhdr rather than leaving | Chad Loder | |
stack garbage in them. From FreeBSD. OK deraadt@ | |||
2002-11-24 | Make this compile again if FDC_C_HANDLER is defined. | Miod Vallat | |
2002-11-24 | Fix comment: s/trailing NULL/trailing NUL/, no code changes. | Chad Loder | |
2002-11-24 | Fix instance where syslog(3) after closelog(3) could access freed log | Chad Loder | |
tag name. OK millert@, deraadt@ | |||
2002-11-24 | sync | Theo de Raadt | |
2002-11-24 | wrong word. Thx theo | Marc Espie | |
2002-11-24 | Some documentation for local gcc changes. | Marc Espie | |
Insights and grumblings from Theo, Todd, Miod. | |||
2002-11-24 | When initializing the colormap on low depth frame buffers, pick values | Miod Vallat | |
from rasops_cmap table, rather than providing our own, especially when they are wrong. | |||
2002-11-23 | Sync with sbin/kbd/Makefile | Miod Vallat | |
2002-11-23 | -I${.CURDIR} makes no sense now that we don't look at the tables/ directory. | Miod Vallat | |
2002-11-23 | Now that wskbd layouts for sparc are done, I don't need to keep these files | Miod Vallat | |
as a reference... | |||
2002-11-23 | Add 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-23 | New identifier for dutch keyboard layout. | Miod Vallat | |
2002-11-23 | sigh | Theo de Raadt | |
2002-11-23 | KNF | Henning Brauer | |
2002-11-23 | More links | Miod Vallat | |
2002-11-23 | Mention that hme does not work in sun4c machines. | Miod Vallat | |
2002-11-23 | After fixing these comments, I add another incorrect one. | Dale Rahn | |
2002-11-23 | wskbd layouts for Sun Danish, French and German keyboards. | Miod Vallat | |
More to come as time permits... | |||
2002-11-23 | Implement [u]mul/[u]div/[u]rem with faster version if available | Dale Rahn | |
on machine. Improves speed for dynamic userland processes when active. Idea from Theo. ok deraadt@ | |||
2002-11-23 | Make the mul/div/rem (and u... versions) weak so that ld.so can override | Dale Rahn | |
it with optimized versions. And allow ld.so to compile with strong versions with extra symbols so it can find them. | |||
2002-11-23 | bye bye | Theo de Raadt | |
2002-11-23 | sync | Theo de Raadt | |
2002-11-23 | let comment match reality. ok millert@ | Marc Espie | |
2002-11-23 | no more share/altq | Theo de Raadt | |
2002-11-23 | better error checking in expand_queue | Henning Brauer | |
2002-11-23 | no more altqd use | Theo de Raadt | |
2002-11-23 | easier | Henning Brauer | |
2002-11-23 | Daniel's diff to untangle my mess with ifa_pick_ips like so: | Ryan Thomas McBride | |
- add decide_address_family() which runs through the list to find hosts with the af set - replace ifa_pick_ips with remove_invalid_hosts() which removes hosts with the wrong address family from the list from/ok dhartmei@ | |||
2002-11-23 | better error checking, round 1 | Henning Brauer | |
this time in expand_altq | |||
2002-11-23 | KNF | Henning Brauer | |
2002-11-23 | typo (in #ifdef'd out code, but well...); Michal Ludvig <michal at logix.cz> | Henning Brauer | |
2002-11-23 | Correct href, from Francesco Toscan <francesco@toscan.biz> | margarida | |
henning@ | |||
2002-11-23 | typo: Edieroption->Editieroption | Reinhard J. Sammer | |
ok mickey@ | |||
2002-11-23 | Cosmetic fixes for print_*() functions, so they match the old regress | Daniel Hartmeier | |
output (mainly spaces). | |||
2002-11-23 | fix parens "(" ")" when printing | Ryan Thomas McBride | |
ok dhartmei@ | |||
2002-11-23 | KNF | Theo de Raadt | |
2002-11-23 | KNF | Theo de Raadt | |
2002-11-23 | $$->ifname is NULL, leave it NULL, don't $$->ifname[0] = 0; | Daniel Hartmeier | |