summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement _thr_enter_uts() and _thr_switch() as inline functions tomarcel2003-06-262-0/+60
* Revert exclusion for amd64 that stopped boot/ being built.peter2003-06-261-4/+1
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-269-8/+59
* Sync with i386 - add everything that compiles. There are a few driverspeter2003-06-261-20/+159
* Re-enable libstand on all platforms including amd64.peter2003-06-261-5/+1
* Add amd64 build gluepeter2003-06-261-1/+22
* Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencingalc2003-06-261-14/+5
* Configure gcc in biarch mode for amd64 so that the -m32 flag is enabledpeter2003-06-261-2/+1
* Oops, remove hack to stop libstdc++.so being built now that gcc usespeter2003-06-261-5/+0
* Add amd64 support.peter2003-06-261-1/+1
* Add back in the ability for pmap_mapdev() to use KVM if the regionpeter2003-06-261-4/+39
* Be consistent about the use of ${LDFLAGS} for the internal rules. Somepeter2003-06-261-10/+10
* For amd64, delete the IA32 option for the boot kernel since it needspeter2003-06-261-0/+1
* Add amd64 supportpeter2003-06-261-0/+10
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-264-15/+38
* locale.c:phantom2003-06-252-7/+6
* Regen.joe2003-06-252-11/+69
* Added some new devices and made slight changes to some existing ones.joe2003-06-251-3/+13
* Reduce code duplication by separating _PathLocle detection code intophantom2003-06-253-37/+37
* Move _PathLocale declaration to more logical place (setlocale.c)phantom2003-06-252-1/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-252-2/+2
* Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)phantom2003-06-252-2/+1
* mdoc policeobrien2003-06-251-6/+6
* Fix leap second processing by the kernel time keeping routines.imp2003-06-251-6/+27
* Fix a commentjulian2003-06-251-1/+1
* During a positive leap second, the tai_time offset should beimp2003-06-251-1/+1
* Move the pcpu lock out of the uma_cache and instead have a single setbmilekic2003-06-252-50/+25
* Set pointers to NULL after free() to prevent multiple free().mdodd2003-06-251-0/+3
* back out install of net80211 include files until I can remove the old codesam2003-06-251-2/+2
* Be more specific in BUGS.obrien2003-06-251-5/+7
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-252-4/+4
* Fix a mismerge.obrien2003-06-251-1/+1
* Don't blindly provide alloca() for all compilers -- it is too implementationobrien2003-06-251-4/+5
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitysam2003-06-251-6/+0
* Make sure that the zone destructor doesn't get called twice inbmilekic2003-06-251-2/+6
* Remove bit about _THREAD_SAFE. deischen committed a change to stdio.hobrien2003-06-251-2/+1
* 'options atm' should actually read 'device atm'.harti2003-06-252-2/+2
* Restore INET6 option from config.h.mikeh2003-06-251-1/+1
* MFi386: revision 1.446.nyan2003-06-251-0/+6
* o correct mode request handlingsam2003-06-251-3/+6
* add "autoselect" mode and "auto" alias: these let you reset thesam2003-06-251-0/+6
* install new 802.11 headerssam2003-06-252-2/+4
* config+build glue for Atheros supportsam2003-06-254-0/+21
* add "no RNG support options" for ubsec and hifn driverssam2003-06-251-0/+3
* o correct mib spelling: reset -> retestsam2003-06-251-3/+15
* module for atheros halsam2003-06-251-0/+70
* Fix some style bugs.cognet2003-06-251-49/+50
* At this point targp will always be NULL, so remove the useless if.cognet2003-06-251-2/+0
* Install the include file for the netgraph ATM node.harti2003-06-252-2/+5
* This is the man page for the netgraph ATM node.harti2003-06-252-0/+354
OpenPOWER on IntegriCloud