| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | cognet | 2005-02-26 | 10 | -4/+70 |
* | plug memory leak | sam | 2005-02-26 | 2 | -36/+74 |
* | Minor cleanup in nfs_request() and removal of a comment that doesn't | ps | 2005-02-26 | 1 | -10/+1 |
* | move ptr deref's to after null checks | sam | 2005-02-26 | 1 | -3/+6 |
* | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | glebius | 2005-02-26 | 2 | -22/+27 |
* | Staticize local functions. | glebius | 2005-02-26 | 1 | -53/+53 |
* | Don't need to do MmInitializeMdl() in ndis_mtop() anymore: | wpaul | 2005-02-26 | 1 | -1/+0 |
* | move ptr use down to after null check | sam | 2005-02-26 | 1 | -3/+3 |
* | Declare the sbus(4) front-end of puc(4) also for fhc(4), allowing | marius | 2005-02-26 | 2 | -0/+2 |
* | Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that | marius | 2005-02-26 | 1 | -0/+9 |
* | MDLs are supposed to be variable size (they include an array of pages | wpaul | 2005-02-26 | 3 | -18/+47 |
* | Remove duplicate FBSDID. | marius | 2005-02-26 | 1 | -3/+0 |
* | Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP. | cognet | 2005-02-26 | 1 | -0/+1 |
* | kill unused variable | sam | 2005-02-25 | 1 | -2/+0 |
* | kill unused value | sam | 2005-02-25 | 1 | -1/+1 |
* | remove dead code | sam | 2005-02-25 | 1 | -3/+3 |
* | Implement two new sysarch for arm, ARM_GET_TP and ARM_SET_TP, to work around | cognet | 2005-02-25 | 2 | -1/+25 |
* | Make sure casuptr() reset pcb->pcb_onfault when returning. | cognet | 2005-02-25 | 1 | -1/+2 |
* | Remove recently added note about DEVICE_POLLING not working with SMP. | trhodes | 2005-02-25 | 4 | -9/+0 |
* | Remove unused variable. | njl | 2005-02-25 | 1 | -2/+0 |
* | avoid null ptr deref | sam | 2005-02-25 | 1 | -3/+4 |
* | Insert missing increment of (i) when walking the temporary semaphore | rwatson | 2005-02-25 | 1 | -2/+3 |
* | o avoid potential null ptr deref if symbol lookup fails | sam | 2005-02-25 | 1 | -2/+6 |
* | correct bounds check of fd parameter | sam | 2005-02-25 | 1 | -1/+1 |
* | fail gracefully rather than using an invalid array index if unable | sam | 2005-02-25 | 1 | -2/+6 |
* | Change the definition of struct if_data's member ifi_epoch from wall | brooks | 2005-02-25 | 3 | -3/+3 |
* | fixup signal mapping: | sam | 2005-02-25 | 3 | -18/+15 |
* | Add an exit hook, sem_forkhook(), which walks the list of POSIX semaphores | rwatson | 2005-02-25 | 1 | -1/+113 |
* | Add macros to construct Windows IOCTL codes, and to extract function | wpaul | 2005-02-25 | 1 | -0/+19 |
* | Assert sem_lock in id_to_sem() and sem_lookup_byname(), since these | rwatson | 2005-02-25 | 1 | -0/+2 |
* | Instead of assuming units of bytes, it seems more likely that this is | njl | 2005-02-25 | 1 | -10/+5 |
* | Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes to | sobomax | 2005-02-25 | 2 | -7/+11 |
* | New lines when logging. | glebius | 2005-02-25 | 1 | -17/+18 |
* | Embrace macros with do {} while (0) | glebius | 2005-02-25 | 1 | -2/+4 |
* | o Replace two while {} do loops with more appropriate do {} while loops. This | sobomax | 2005-02-25 | 1 | -12/+27 |
* | Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4. | glebius | 2005-02-25 | 1 | -1/+1 |
* | Improve logging: | glebius | 2005-02-25 | 1 | -38/+52 |
* | The chip specific functions have been split out in their own | harti | 2005-02-25 | 1 | -1/+1 |
* | Try harder to not exceed MAXSHELLCMDLEN when parsing first line of shell | sobomax | 2005-02-25 | 1 | -7/+9 |
* | Fix a couple of callback instances that should have been wrapped with | wpaul | 2005-02-25 | 2 | -2/+3 |
* | Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy. | delphij | 2005-02-25 | 3 | -9/+0 |
* | Add missing ofw_bus_if.h to SRCS. | yongari | 2005-02-25 | 1 | -1/+1 |
* | Compute the right length to use with bzero() when initializing an IRP | wpaul | 2005-02-25 | 1 | -1/+1 |
* | Get SYSDIR set correctly for building ports. | imp | 2005-02-25 | 1 | -4/+7 |
* | Add back 'n' that went missing in last commit | imp | 2005-02-25 | 1 | -1/+1 |
* | plug memory leak | sam | 2005-02-25 | 1 | -13/+25 |
* | Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, to | grehan | 2005-02-25 | 3 | -42/+75 |
* | Correct e-mail address in copyright. | wpaul | 2005-02-25 | 1 | -1/+1 |
* | Mods for Xorg server: | grehan | 2005-02-25 | 2 | -6/+113 |
* | use __target in preference to target | imp | 2005-02-25 | 1 | -4/+4 |