Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-08-03 | include some usb ethernet drivers | Theo de Raadt | |
2004-08-03 | include a few more ethernet drivers | Theo de Raadt | |
2004-08-03 | permit other types in a bit field (too common) | Theo de Raadt | |
2004-08-03 | Add a per-root mask of supported requests and a set of macros to set, get | Jean-Francois Brousseau | |
and clear the appropriate bits for each request | |||
2004-08-02 | sync | Theo de Raadt | |
2004-08-02 | new | Theo de Raadt | |
2004-08-02 | Unused variable | Jean-Francois Brousseau | |
2004-08-02 | Remove cruft and unbreak compilation | Jean-Francois Brousseau | |
2004-08-02 | When we connect to a remote server, always send the Version request and | Jean-Francois Brousseau | |
add a hack so we don't print it (we receive it through a 'M') but store it in the cvs root structure instead. This will allow us to make better decisions in what we use to communicate with the remote server. | |||
2004-08-02 | On MVME188 systems with 4:1 or 8:1 CMMU pairings, make sure the exception | Miod Vallat | |
handling code checks the error status of the correct CMMUs and really reports an error code. This gets us closer to getting these modules to work, at the expense of sanity and some code readability. | |||
2004-08-02 | more MII flags | Brad Smith | |
From NetBSD | |||
2004-08-02 | - Initialise all function's latency timer and cacheline size. | Brad Smith | |
- Fix grammar in error message. From NetBSD ok deraadt@ | |||
2004-08-02 | _bus_dmamap_load_mbuf: check and process pmap_extract failure. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-08-02 | Fix a possible mem leak and add a missing yyerror(). OK henning@ | Claudio Jeker | |
2004-08-02 | Heuristic approach to 'trace' in ddb which works without frame pointers. | Andreas Gunnarsson | |
Not perfect yet but better than nothing. art@ ok | |||
2004-08-02 | A long time ago, the mquery API changed, however the regress was never updated. | Dale Rahn | |
pointed out last week, and again today by art. | |||
2004-08-02 | Remove a completly unnecessary compare that sneaked in while | Artur Grabowski | |
I was debugging some completly other problem in this function. cmpxchgq already does an equivalent compare. Discussed on icb a few days ago. | |||
2004-08-02 | Use some horrible macros to uninline a few functions that are expensive | Artur Grabowski | |
when inlined and shave a few k from the kernel size. The goal here was not to make the nicest diff possible, but the smallest. deraadt@ drahn@ ok | |||
2004-08-02 | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT) | Brad Smith | |
From FreeBSD | |||
2004-08-02 | s/kqueue/kevent/ in correct place. | Brad Smith | |
From FreeBSD | |||
2004-08-02 | Get a step closer to reality | Jean-Francois Brousseau | |
2004-08-02 | * wrap more code between program-dependent ifdef's and fix a bug while | Jean-Francois Brousseau | |
we're at it | |||
2004-08-02 | * no locks for now | Jean-Francois Brousseau | |
2004-08-02 | * add the appropriate preprocessor wrappers to compile only the code | Jean-Francois Brousseau | |
required for each program * make cvs_sock_connect() take a full path to the socket | |||
2004-08-02 | No need to make __savectx visible and 8-byte aligned. | Miod Vallat | |
2004-08-02 | * copy most of the code from cvs_resp_handle() into cvs_req_handle() | Jean-Francois Brousseau | |
and add some protection for unimplemented handlers * add a bogus handler for the `Template' response, which we'll handle soon | |||
2004-08-02 | Compile the RCS code into the cvs daemon for later use | Jean-Francois Brousseau | |
2004-08-02 | Unused variables | Jean-Francois Brousseau | |
2004-08-02 | Do not expire unestablished phase 2 SAs on SIGHUP. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-08-02 | Missed to add virtual.c here. Noted by Benjamin Pineau. | Hakan Olsson | |
2004-08-02 | Fun with the BUG: | Miod Vallat | |
- add the board's suffix to the machine description if there is one; - recognize BUG version < 5 on MVME188, which don't provide a CNFG block. in this case we'll assume 20MHz for now, until we can parse the ENV data block correctly... | |||
2004-08-02 | Better Z8536 initial programming. | Miod Vallat | |
2004-08-02 | Allocate a dynamic buffer for sorting. This way, we don't bork anymore | Jean-Francois Brousseau | |
on directories with huge sets of files, and fix a bug while we're at it. When sorting failed, the files that had been removed from the list didn't get pushed back in it. | |||
2004-08-02 | Forgot to add "anounce default-route" here. OK henning@ | Claudio Jeker | |
2004-08-02 | Initialize timeouts correctly, match isa com; fixes panics in | Miod Vallat | |
PR #3732 and #3881 (although more issues remain). | |||
2004-08-02 | @man type file for manpages. | Marc Espie | |
2004-08-02 | Reuse first component of @newdepends, @libdepends to contain | Marc Espie | |
a PKG_PATH (easy backward compatibility: is there a slash ?) That's missing info to enable pkg_add to launch package building in the ports tree as an alternate source of binary packages. | |||
2004-08-02 | Missed one <machine/board.h> | Miod Vallat | |
2004-08-02 | More include files cleaning: | Miod Vallat | |
- move MAX_CPUS constant to <machine/cpu.h> - do not include <machine/board.h> unless needed. In fact, remove this file entirely on mvme88k, and include <machine/mvme*.h> on a compiling-for-this-board basis - keep MAX_CMMUS constant private to the m8820x code | |||
2004-08-02 | When restoring a process' ipl, invoke setipl() on behalf on the kernel stack, | Miod Vallat | |
rather than on the process stack. | |||
2004-08-02 | Move MAX_CPUS constant to cpu.h | Miod Vallat | |
2004-08-02 | - check for LK_NOWAIT on vget() | Pedro Martelletto | |
- use ltsleep() instead of the unlock + sleep combo ok art@, inspiration from free/net | |||
2004-08-01 | xr radioctl(1); found by Matthias Kilian <kili@outback.escape.de> | Michael Shalayeff | |
2004-08-01 | Remove openings = 1 and inherit the value from the HBA instead. This keeps ↵ | Marco Peereboom | |
the tape device stuffed with data and therefore it rewinds less often to reposition. ok krw@ | |||
2004-08-01 | sigh, and here too | Theo de Raadt | |
2004-08-01 | why was cdce not added here? Come on. | Theo de Raadt | |
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt | |
2004-08-01 | Trim include file list. | Miod Vallat | |