summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-1115-3763/+96
* Use the correct syscall table limitpeter2003-12-101-1/+2
* Finetune last commit, we need to take care of empty channels.sos2003-12-101-3/+7
* Fix last second typo.peter2003-12-101-1/+1
* Use gcc's superior ffs() builtin.peter2003-12-102-1/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'speter2003-12-101-8/+15
* Regenpeter2003-12-104-17/+25
* Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()peter2003-12-101-1/+4
* The osigpending, oaccept, orecvfrom and ogetdirentries entries werepeter2003-12-101-8/+4
* Regenpeter2003-12-105-6/+6
* Update file locations for syscall tables to copy to.peter2003-12-101-3/+4
* Delete old and unused APIC_IRQ defines.jhb2003-12-101-32/+0
* Still-born. These landed in dev/kbtr in the end.obrien2003-12-102-485/+0
* The DEV_ACPI option is no longer used, so g/c it.jhb2003-12-101-1/+0
* Use NAPICID for the maximum number of local APICs rather than MAXCPU whenjhb2003-12-101-2/+2
* Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU IDjhb2003-12-101-2/+2
* Trim trailing whitespace.jhb2003-12-101-9/+9
* Fix typo in comment.jhb2003-12-101-1/+1
* interpvnodelabel can be NULL in mac_test_execve_transition(). Thisrwatson2003-12-101-1/+3
* validate the argument for multicast routing socket optionsume2003-12-101-27/+38
* Nursemaid: Fix compilation.bms2003-12-101-4/+4
* Enable FICL build on powerpcgrehan2003-12-101-1/+1
* Update libstand filesystems to be in-line with tier-1 platforms.grehan2003-12-102-12/+28
* - Bring Makefile up to rev with sparc64 in terms of config options and rulesgrehan2003-12-102-106/+130
* Disable floating point on PowerPC for the ficl library.grehan2003-12-101-0/+3
* Define 'arch-powerpc'grehan2003-12-101-0/+8
* FICL system-dependent files for powerpc. Taken from the i386 versions,grehan2003-12-102-0/+533
* imac revA-D and beige G3 OpenFirmware uses the "ide" string forgrehan2003-12-101-1/+2
* - removed obsolete ppc_exit/ppc_boot functionsgrehan2003-12-103-38/+122
* don't touch after free.ume2003-12-101-2/+3
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-102-4/+109
* Write the thread pointer (val) in the kse mailbox (loc) before wemarcel2003-12-102-4/+4
* Adjust an assertion for the TDF_TSNOBLOCK race handling injhb2003-12-091-2/+3
* Assert that the we never give a thread a NULL turnstile when waking it up.jhb2003-12-091-0/+2
* Revert the previous race fix and replace it with a more general fix. Thejhb2003-12-091-8/+9
* Add back the national support, this was removed by accident earlier.sos2003-12-091-0/+4
* Add support for Moxa Technologies' Smartio CP-104UL/PCI 4S RS232 card.obrien2003-12-091-0/+13
* Remove duplicate script for locore.ogallatin2003-12-091-3/+0
* Remove redundant declaration of ddb_trapgallatin2003-12-091-1/+0
* pmap_query_bit() should return false if the bit is not set.gallatin2003-12-093-3/+3
* Use the "shut-down" and "reset-all" Forth procedures to halt andgallatin2003-12-095-2/+42
* Make breakpoint() actually break into ddb.gallatin2003-12-091-5/+6
* Don't panic for misalignment traps when the onfault handler is set.marcel2003-12-091-1/+10
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-092-74/+50
* Older versions of the intersil firmware is a lot slower than newerimp2003-12-092-1/+8
* Declare gre(4) as being of IFT_TUNNEL, Like God Intended.bms2003-12-091-2/+2
* Use sbufs instead of snprintf for parsing debug strings.njl2003-12-091-13/+12
* Sync these two files.obrien2003-12-093-57/+61
* Delete madt.h since definitions are now used from actbl.hnjl2003-12-091-122/+0
* Changes to the import script to handle the compiler/debugger import.njl2003-12-091-4/+13
OpenPOWER on IntegriCloud