Age | Commit message (Expand) | Author |
2003-04-07 | this makes wax interrupt | Michael Shalayeff |
2003-04-07 | com1@wax | Michael Shalayeff |
2003-04-07 | s/HP9000/HP 9000/; from weissmanndude | Michael Shalayeff |
2003-04-07 | int -> ssize_t. | Mike Pechkin |
2003-04-07 | Catch and refuse rules with invalid ICMP types (> 40), ok cedric@ | Daniel Hartmeier |
2003-04-07 | Spring cleaning: remove unused code. | Niklas Hallqvist |
2003-04-06 | kvm_iocache() is not used anymore. | Miod Vallat |
2003-04-06 | IPL_FDSOFT not IPL_AUSOFT (in comments) | Miod Vallat |
2003-04-06 | The return value for bounds_check_with_label() is not set in stone, and it | Miod Vallat |
2003-04-06 | Missed file in previous strncpy fixup for d_packname, d_typename fields. | Kenneth R Westerback |
2003-04-06 | Fix a lot of issues in osiop. | Kenneth R Westerback |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2003-04-06 | Run the console in the overlay plane, or in low-depth mode, as appropriate, | Miod Vallat |
2003-04-06 | Check for the "addr" locator versus the physical address of the VSIMM, so | Miod Vallat |
2003-04-06 | When encountering an older or unexpected model this driver can not handle, | Miod Vallat |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-04-06 | remove an erroneous comment | Hugh Graham |
2003-04-06 | Significant DHU driver fixups: | Hugh Graham |
2003-04-05 | Add missing 230400 to linux_speeds array to match linux_spmasks. | Todd C. Miller |
2003-04-05 | Stick pf_default_rule everytime a packet pass because of the | Cedric Berger |
2003-04-05 | Replace the timeout variables by the content of the timeout | Cedric Berger |
2003-04-05 | Cleanup by replacing a bunch of "(*rm)" by just "r" | Cedric Berger |
2003-04-05 | Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==. | Todd C. Miller |
2003-04-04 | sprintf -> snprintf, plus check for overflow in device name. | Kenneth R Westerback |
2003-04-04 | KNF | Theo de Raadt |
2003-04-04 | lower the max kernel vm address since there might be proms right below the io | Michael Shalayeff |
2003-04-04 | always flush on pre-ops. data flushed may involve | Michael Shalayeff |
2003-04-03 | adjust protection on the allocated memory through the uvm same as it was allo... | Michael Shalayeff |
2003-04-03 | Real DHUs don't have a TXCHAR register, so write directly to the fifo | Hugh Graham |
2003-04-03 | enable sti@phantomas | Michael Shalayeff |
2003-04-03 | enable wax | Michael Shalayeff |
2003-04-03 | make it at least scan the bus | Michael Shalayeff |
2003-04-03 | make large pdc_scanbus-related structs global to avoid blowing the kernel stack | Michael Shalayeff |
2003-04-03 | HP 9000/xxx not HP9000/xxx; from Paul Weissmann | Todd C. Miller |
2003-04-03 | Back out my last change, which was incorrect or incomplete. | Cedric Berger |
2003-04-03 | until now, the queue ID and the priority were tied together with PRIQ. this | Henning Brauer |
2003-04-03 | Remove (state->rule.ptr != NULL) tests: this is always true now. | Cedric Berger |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre |
2003-04-03 | remove remaining lines not needed by openbsd. | Kenjiro Cho |
2003-04-02 | DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts when | Jason Wright |
2003-04-02 | Don't allow the DZ-11 RX interrupt to be masked (if a DZ-11 interrupt was seen | Jason Wright |
2003-04-02 | add support for the other Sun Crypto 1000; from sam at errno dot com | Jason Wright |
2003-04-02 | better | Jason Wright |
2003-04-02 | sync | Jason Wright |
2003-04-02 | another Sun Crypto 1000 ID | Jason Wright |
2003-04-02 | PCI_CAP_MBI should really be PCI_CAP_MSI | Alexander Yurchenko |
2003-04-02 | o sanity check mbuf earlier. | Todd C. Miller |
2003-04-02 | make it compile after tcpstates changes elsewhere | Michael Shalayeff |
2003-04-02 | remove dead code | Henning Brauer |