| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that pmap_remove_all() is exported by our pmap implementations | Alan Cox | 2002-11-16 | 7 | -22/+22 |
| * | Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003b | Alfred Perlstein | 2002-11-16 | 1 | -0/+4 |
| * | Regenerate after adding system calls. | Daniel Eischen | 2002-11-16 | 5 | -7/+32 |
| * | Add getcontext, setcontext, and swapcontext as system calls. | Daniel Eischen | 2002-11-16 | 22 | -55/+371 |
| * | Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)' | Alfred Perlstein | 2002-11-16 | 1 | -0/+3 |
| * | headers should not really include "opt_foo.h" (in this case opt_posix.h). | Alfred Perlstein | 2002-11-15 | 6 | -4/+8 |
| * | Massive cleanup of the ip_mroute code. | Luigi Rizzo | 2002-11-15 | 8 | -885/+593 |
| * | Do not assume that time_t is an int. | Peter Wemm | 2002-11-15 | 2 | -3/+3 |
| * | Test the water. Make time_t long (64 bit) on ia64 since we do not have | Peter Wemm | 2002-11-15 | 1 | -1/+1 |
| * | Back out rev 1.150; things are more complicated than this. | Sam Leffler | 2002-11-15 | 1 | -1/+1 |
| * | if_attach should not sleep; change malloc's M_WAITOK to M_NOWAIT | Sam Leffler | 2002-11-15 | 1 | -1/+1 |
| * | Catch up with sam's changes to network interfaces. | Maxime Henrion | 2002-11-15 | 1 | -2/+1 |
| * | Return EWOULDBLOCK for last thread in kse_release(). | David Xu | 2002-11-15 | 2 | -0/+2 |
| * | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 23 | -161/+102 |
| * | track changes to ethernet input handling to no longer strip the Ethernet header | Sam Leffler | 2002-11-14 | 1 | -48/+55 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 60 | -694/+352 |
| * | o track either_ifattach/ether_ifdetach API changes | Sam Leffler | 2002-11-14 | 19 | -324/+134 |
| * | track changes to not strip the Ethernet header from input packets | Sam Leffler | 2002-11-14 | 1 | -8/+5 |
| * | track bpf changes | Sam Leffler | 2002-11-14 | 1 | -2/+2 |
| * | o track changes to ethernet input packet handling | Sam Leffler | 2002-11-14 | 3 | -96/+22 |
| * | o eliminate separate callback interface for h/w tagged input packets; instead | Sam Leffler | 2002-11-14 | 2 | -162/+300 |
| * | o add if_nvlans member to track the number of vlans active on an interface | Sam Leffler | 2002-11-14 | 1 | -9/+3 |
| * | o change input packet handling to eliminate the pointer to the struct | Sam Leffler | 2002-11-14 | 1 | -185/+263 |
| * | general cleanups mostly aimed at improving portability of drivers | Sam Leffler | 2002-11-14 | 1 | -43/+38 |
| * | o add support for multiple link types per interface (e.g. 802.11 and Ethernet) | Sam Leffler | 2002-11-14 | 3 | -27/+53 |
| * | o add IF_*bps macros for netbsd compatibility | Sam Leffler | 2002-11-14 | 1 | -0/+11 |
| * | Remove the remaining calls to free(), they are not needed anymore now | Olivier Houchard | 2002-11-14 | 1 | -9/+0 |
| * | Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf | Thomas Moestl | 2002-11-14 | 3 | -17/+15 |
| * | Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has | John Baldwin | 2002-11-14 | 1 | -0/+6 |
| * | Fix printf() format errors. | Maxime Henrion | 2002-11-14 | 2 | -2/+2 |
| * | Pass correct parameters to bus_space_barrier() instead of 0 | Maxime Henrion | 2002-11-14 | 1 | -2/+4 |
| * | Don't register the powerfail interrupt as fast in the | Thomas Moestl | 2002-11-14 | 1 | -2/+8 |
| * | In kse_release(), check if current thread is bound | David Xu | 2002-11-14 | 2 | -8/+32 |
| * | Panic message strings do not need a trailing \n. | Warner Losh | 2002-11-14 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2002-11-14 | 3 | -3/+3 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -0/+12 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -4/+7 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -4/+4 |
| * | Remove an impossible condition. pf->dev is always non-null here. | Warner Losh | 2002-11-14 | 1 | -2/+1 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -10/+7 |
| * | minor correction to comment | Warner Losh | 2002-11-14 | 1 | -1/+1 |
| * | Add second and thrid bus-toaster IDs | Warner Losh | 2002-11-14 | 1 | -0/+2 |
| * | regen to 1.37 | Warner Losh | 2002-11-14 | 1 | -2/+5 |
| * | Add a third aic-based bustoaster. | Warner Losh | 2002-11-14 | 1 | -1/+2 |
| * | Panic message should end with \n. | Warner Losh | 2002-11-14 | 2 | -12/+12 |
| * | When parsing the CIS, if a BAR tuple is encountered, enable the corresponding | Scott Long | 2002-11-13 | 1 | -0/+5 |
| * | Recognize the Serverworks CIOB30 host to pci bridge. | Peter Wemm | 2002-11-13 | 2 | -0/+10 |
| * | Remove dead code that hasn't been needed since the demise of share maps | Alan Cox | 2002-11-13 | 2 | -26/+0 |
| * | Remove a commented out #include "opt_pci.h", it doesn't | Maxime Henrion | 2002-11-13 | 1 | -1/+0 |
| * | Remove opt_pci.h from SRCS, it doesn't exist anymore. | Maxime Henrion | 2002-11-13 | 2 | -2/+2 |