Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-13 | Add and remove IPv6 routes so when we're MASTER, we can connect to the | Ryan Thomas McBride | |
common address. | |||
2004-01-13 | Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. | Ryan Thomas McBride | |
ok henning@ millert@ itojun@ | |||
2004-01-13 | grog EV68 | Theo de Raadt | |
2004-01-13 | buffer size should be unsigned, report mpech@; ok deraadt@ | Damien Miller | |
2004-01-13 | use our own nm and size | Michael Shalayeff | |
2004-01-13 | sync | Theo de Raadt | |
2004-01-13 | Document ability to display all interfaces of given type by omitting unit | Ryan Thomas McBride | |
number. | |||
2004-01-13 | Allow ifconfig to print out all interfaces of a given type. | Ryan Thomas McBride | |
ie. 'ifconfig carp' prints out all carp interfaces. ok hshoexer@ tdeval@ | |||
2004-01-13 | quiet warnings. better diff suggested by tom@ ok deraadt@ | Ted Unangst | |
2004-01-13 | In cpu_switch(), use (almost) savectx() rather than rolling our own version. | Miod Vallat | |
While there, slightly optimize savectx() for speed and stack usage. | |||
2004-01-13 | Document a few BUG boot restrictions. | Miod Vallat | |
2004-01-13 | - move a few common pieces into OPENBSD_OS_CPP_BUILTINS_COMMON | Brad Smith | |
- add __LP64__ to OPENBSD_OS_CPP_BUILTINS_LP64 - add __sparc to TARGET_OS_CPP_BUILTINS for sparc64 - add __PPC, __PPC__ and __powerpc to TARGET_OS_CPP_BUILTINS for powerpc ok espie@ | |||
2004-01-13 | support mbuf handling in alpha sgmap dma maps; from netbsd | Theo de Raadt | |
2004-01-13 | need mbuf.h | Theo de Raadt | |
2004-01-12 | sync | Todd T. Fries | |
2004-01-12 | vax joins the club; ok miod@ | Todd T. Fries | |
2004-01-12 | Use a struct reg in struct sigcontext, rather than an unsorted pot-pourri | Miod Vallat | |
of registers. This also makes signal and sigreturn much simpler. | |||
2004-01-12 | sync | Todd T. Fries | |
2004-01-12 | catch pegasos up with the rest; ok deraadt | Todd T. Fries | |
2004-01-12 | request modeline redrawing to see mail-mode appear as soon as the mode | Vincent Labrecque | |
is turned on | |||
2004-01-12 | sync | Theo de Raadt | |
2004-01-12 | sync | Todd T. Fries | |
2004-01-12 | + alph2d() (thanks dr!), allow ttyU's a-zA-Z to be created | Todd T. Fries | |
2004-01-12 | utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@ | Todd T. Fries | |
2004-01-12 | better fix for non-versioned rebuild bug: backport from gcc HEAD, | Marc Espie | |
submitted for the 3.3 branch. | |||
2004-01-12 | Shrink the reg structure, for it to only contain registers (eh), and make | Miod Vallat | |
the remaining fielhs only available in struct trapframe. This has the additional benefit of preventing smarty-pants from altering the frame a bit too easily from ddb, at the expense of a few ugly casts in ddb. | |||
2004-01-12 | remove redundant string termination; report from nimadeus@pandora.be | Damien Miller | |
2004-01-12 | full date in .Dd; | Jason McIntyre | |
2004-01-12 | sort options; add args to options description; | Jason McIntyre | |
2004-01-12 | sync the operating system fingerprints to lcamtuf's p0f devel database for | Mike Frantzen | |
theo who keeps calling me a nasty hobbitsssess | |||
2004-01-12 | - avoid variable sized static array (from millert@) | Anil Madhavapeddy | |
- check for snprintf overflow - errx -> err for strdup commit #1000! | |||
2004-01-12 | fix c++ -shared for gcc 3. Here, we recognize -shared and link with | Marc Espie | |
-lsupc++. That way, linking shared C++ libraries is consistent between gcc 2.95 and gcc 3. | |||
2004-01-12 | don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn't | Marc Espie | |
link libc. | |||
2004-01-12 | Use closefrom() if it exists; from the sudo cvs repo | Todd C. Miller | |
2004-01-12 | match both ALI ISA bridges (more fallout); ok millert | Theo de Raadt | |
2004-01-12 | typo from jmc@ | Ted Unangst | |
2004-01-12 | new syscall closefrom(2). ok deraadt millert | Ted Unangst | |
2004-01-12 | Install vi.ref in /usr/share/doc/usd (directories already exist for it). | Todd C. Miller | |
OK jmc@ | |||
2004-01-12 | There is no typewriter font in nroff so just use the roman font instead. | Todd C. Miller | |
Fixes bizarre font problems formatting vi.ref via nroff. OK jmc@ | |||
2004-01-12 | Use a 5n margin on the right & left sides so the text version formats nicely. | Todd C. Miller | |
OK jmc@ | |||
2004-01-12 | Pass groff the -U flag so that building the index works. OK jmc@ | Todd C. Miller | |
2004-01-12 | sync | Ted Unangst | |
2004-01-12 | new syscall closefrom(int fd) closes all fds equal and greater than fd. | Ted Unangst | |
ok deraadt@ millert@ | |||
2004-01-12 | Nuke a few unused structures and variables. | Miod Vallat | |
2004-01-12 | document WAIT_ANY and WAIT_MYPGRP; | Jason McIntyre | |
help and ok miod@ | |||
2004-01-12 | Move sensors externs to sys/sensors.h and introduce a macro | Alexander Yurchenko | |
SENSOR_ADD to hide all operations with these externs. ok markus@ | |||
2004-01-12 | Nexthop announcement fixup. There are different rules for ibgp and ebgp. | Claudio Jeker | |
For ibgp the nexthop is normally passed unmodified unless the nexthop is equal to the remote peer ip. To ebgp peers the nexthop is changed to the local session ip unless the remote peer ip and the nexthop are on the same subnet. OK henning@ | |||
2004-01-12 | Oops, put back nvram0 for now. | Miod Vallat | |
2004-01-12 | make DESCRIPTION not conflict with the options; | Jason McIntyre | |
standard options list; | |||
2004-01-12 | kill whitespace at EOL; | Jason McIntyre | |