summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-26tweaks;Jason McIntyre
2006-04-26tweak; ok mickeyJason McIntyre
2006-04-26Remove unused _exists() function. It is not even used in my evil filter treeClaudio Jeker
so I doubt I will need it anytime soon. Additionally I think that the interface is dangerous as it bypasses the ref-counting.
2006-04-26ARGSUSED and a FALLTHROUGH to please lintNikolay Sturm
ok deraadt
2006-04-26make example shell independent; from mickeyJason McIntyre
2006-04-26Last argument to send_filterset() is a left-over from one of my not so cleverClaudio Jeker
ideas that will never be included and always set to 0. Kill it.
2006-04-26DIFF=diff -uXavier Santolaria
2006-04-26syncTheo de Raadt
2006-04-26Remove filterset_names from bgpd.h and replace it with a function becauseClaudio Jeker
the table was already out of sync now. OK henning@
2006-04-26man page is gzip'd, should store as unsigned char array.Theo de Raadt
2006-04-26man page is gzip'd, should store as unsigned char array.Theo de Raadt
2006-04-26Missed the goto in the error path. This resulted in an access to a NULLClaudio Jeker
pointer and a panic later on. Be more careful Claudio! OK henning@
2006-04-26Something very small and lame for nowChad Loder
2006-04-26Reflect prettier function names change in lint warningsChad Loder
2006-04-26Xr azalia (thanks miod)Jason Wright
2006-04-26Openbsd config syntaxJason Wright
2006-04-26man page for azaliaJason Wright
2006-04-26Typos in comments, no code changesChad Loder
2006-04-26not quite working driver for azalia audio (this is essentially AC97 for > 2005)Jason Wright
Just as brain damaged and ill specified. From NetBSD.
2006-04-26coverity, covsmerity: no reason to put an overly complex fix in here inJason Wright
an error case that almost never happens.
2006-04-26ATI IXP 600 IDE. Hardware is not generally available yetJonathan Gray
but should work going by Linux driver.
2006-04-26regenJonathan Gray
2006-04-26ATI IXP 600 IDE/SATA ids.Jonathan Gray
2006-04-26err() cleanup;Xavier Santolaria
2006-04-26Oops, correct import this time.Miod Vallat
2006-04-26don't talk about "shared mode";Jason McIntyre
2006-04-26grammar;Jason McIntyre
2006-04-26zap -DRCSPROG leftover.Xavier Santolaria
2006-04-26zap uneeded includes.Xavier Santolaria
2006-04-26the pack #pragma is a gccism, so replace its use with __packed which willDavid Gwynne
be defined correctly for whatever compilers we use. prompted by lint. ok krw@ marco@
2006-04-26simpler; from michael knudsenJason McIntyre
ok krw
2006-04-26remove dup of <err.h>Xavier Santolaria
2006-04-26build again...Xavier Santolaria
2006-04-26Cleanup, remove an unused var, use an int to store argc instead of a char,Chad Loder
makes lint a bit happier. OK deraadt
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink
this was starting to become inhuman to maintain without ugly ugly hacks in the shared code, and it will be easier to make specific changes for openrcs without touching the soon-to-be-replaced opencvs code.
2006-04-26pleasing lint, without displeasing future developersTheo de Raadt
2006-04-26merge parts of strtonum() cleanup from tan.dang@gmail.comTheo de Raadt
2006-04-26Use %b in error flag printfs to describe meaning of error bits.Jonathan Gray
requested by deraadt@
2006-04-26And commit the diff from the right system.Brad Smith
2006-04-26Fix some debug prints.Marco Peereboom
2006-04-26check for IFF_RUNNING being set before calling nfe_init().Brad Smith
ok damien@ jsg@
2006-04-26Undo last commit.Marco Peereboom
2006-04-26don't return -1, just 1.Marco Peereboom
2006-04-26typoMarco Peereboom
2006-04-26Add subvendor and subsysid to the mix to differentiate between controllers.Marco Peereboom
2006-04-26syncMarco Peereboom
2006-04-26Rename PERC 5/i to PERC SAS so that we can differentiate between models.Marco Peereboom
2006-04-25kill unused old debug code.Esben Norby
ok claudio@
2006-04-25Prettier error messagesChad Loder
2006-04-25Avoid shadowing of external symbols by local variables; whoeverOtto Moerbeek
thought up the names of the bessel functions deserves a beating. ok deraadt@