Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-19 | AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patch | Constantine Sapuntzakis | |
2001-07-19 | #include <termios.h> | Todd C. Miller | |
2001-07-19 | sync | Theo de Raadt | |
2001-07-19 | Back out last change, it caused problems with exit vals. | Todd C. Miller | |
2001-07-19 | vsnprintf() can return a value larger than the buffer size. from assar | Jun-ichiro itojun Hagino | |
2001-07-19 | typo in comment | Marc Espie | |
2001-07-19 | bogus comment. | Artur Grabowski | |
2001-07-19 | No more need to define PMAP_NEW. | Artur Grabowski | |
2001-07-19 | Missed one in PMAP_NEW fix. | Artur Grabowski | |
2001-07-19 | Expose protos for _{err,warn}{,x} regardless of __indr_reference being | Todd C. Miller | |
defined since in the notdef __indr_reference case they are still present, just as real functions. Fixes some alpha warnings. | |||
2001-07-19 | __attribute__((__nonnull__), separate from printf. | Marc Espie | |
2001-07-19 | even worse: link against nearly any kerberos library, and you need all of | Theo de Raadt | |
them. these swedes are insane! | |||
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo de Raadt | |
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works. | |||
2001-07-19 | CDIAGFLAGS | Marc Espie | |
2001-07-19 | escape chars are below now | Kevin Steves | |
2001-07-19 | Fix/complete the handling of the binary ops >< and <> to behave | Kenneth R Westerback | |
like the ipf operators. The 'n >< m' construct (Include Range = PF_OP_IRG) should match ports greater than n and less than m, not greater than or equal to n and less than or equal to m. The 'n <> m' construct (Exclude Range = PF_OP_XRG) should match all ports less than n OR greater than m, not be treated as an alias for ><. Thus PF_OP_GL, which was used for both <> and >< is replaced with PF_OP_IRG and PF_OP_XRG with the 'correct' semantics. OK dhartmei@ | |||
2001-07-18 | build the kernel w/ all the warnings enabled; drahn@ ok | Michael Shalayeff | |
2001-07-18 | Wall | Theo de Raadt | |
2001-07-18 | Clarify the wording of the input-rules-only restriction. ok jason@ | Kjell Wooding | |
2001-07-18 | try to clarify a double negative. ok jason@ | Kjell Wooding | |
2001-07-18 | no, size_t can be unsigned long or int | Theo de Raadt | |
2001-07-18 | Uhmm, nope, this broke everything | Theo de Raadt | |
2001-07-18 | fix pf_get_rdr() for single port (dport2 == 0) rules. found by lebel@. | Daniel Hartmeier | |
2001-07-18 | chdir("/") from bbraun@synack.net; ok markus@ | Kevin Steves | |
2001-07-18 | do not reset the volume after playback; landy@alumni.caltech.edu | Theo de Raadt | |
2001-07-18 | HIN: DO NOT LOSE OUR LOCAL CHANGES | Theo de Raadt | |
2001-07-18 | pr #1946, allow sshd if /dev is readonly | Markus Friedl | |
2001-07-18 | protect #define MAX(); ok ho@ | Markus Friedl | |
2001-07-18 | minor updates. | Markus Friedl | |
2001-07-18 | use correct length for SADB_X_EXT_POLICY message on KAME | Markus Friedl | |
tested on bsd/os; ok ho@ | |||
2001-07-18 | -lkafs everywhere, since LIBRARIES CALL THINGS IN THERE | Theo de Raadt | |
2001-07-18 | fxp and de are fixed, enable vtophys | Michael Shalayeff | |
2001-07-18 | fix vtophys usage, mainly ppc-required; art@ ok and tried to ↵ | Michael Shalayeff | |
bribe^H^H^H^H^Hmotivate me to bussydma 'em too (; | |||
2001-07-18 | update somewhat | Michael Shalayeff | |
2001-07-18 | fix iop xr | Michael Shalayeff | |
2001-07-18 | -Wall cleanup | Peter Valchev | |
2001-07-18 | Missing -o in scp usage() | mouring | |
2001-07-18 | Document DESTDIRNAME | Marc Espie | |
2001-07-18 | Kill signal race. Reviewed by jjbg@ | Marc Espie | |
2001-07-18 | apm12.pdf does not exist anymore | Michael Shalayeff | |
2001-07-18 | reference 1.2 specs | Michael Shalayeff | |
2001-07-18 | Enable reception of PCI abort interrupts and attempt to handle them. | Jason Wright | |
7751 seems to generate these alot and restarting the DMA unit seems to get things going again. 7951, however, never generates these aborts in the same machine/slot. | |||
2001-07-18 | Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD. | Artur Grabowski | |
2001-07-18 | Avoid dumping core when reporting open conditionals. | Marc Espie | |
Turns out that current is NULL when Parse_Fatal is called in this case, so just do something sensible in error reporting functions when current is NULL... | |||
2001-07-18 | Correct the NetBSD tag. | Artur Grabowski | |
2001-07-18 | Sync in more from NetBSD. | Artur Grabowski | |
Original commit message: Patch from chuq for uvm r/w map oscillation bug. Fixes the XalphaNetBSD slowdown. | |||
2001-07-18 | Change some annoying DIAGNOSTIC printfs to DEBUG. | Artur Grabowski | |
From NetBSD. | |||
2001-07-18 | minor sync to NetBSD, nothing changed. | Artur Grabowski | |
2001-07-18 | Make uvm_wait take a const char * | Artur Grabowski | |
2001-07-18 | Typo. | Artur Grabowski | |
Noted by: Heikki Korpela <heko@iki.fi> |