summaryrefslogtreecommitdiffstats
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
* Whitespace cleanup.des2003-12-101-36/+36
* Regenpeter2003-12-105-6/+6
* Previous commit also changed the sendmsg prototype to something morepeter2003-12-100-0/+0
* Remove debugging printfdes2003-12-101-1/+0
* Document the simpler -a semantics.des2003-12-101-3/+0
* Fix a couple of issues in the interrupt code:des2003-12-101-21/+13
* Update file locations for syscall tables to copy to.peter2003-12-101-3/+4
* s/u_(int|long)\>/unsigned \1/des2003-12-101-15/+15
* 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
* Fix a couple of warnings (const a function parameter and change somedwmalone2003-12-101-4/+3
* 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
* This commit was generated by cvs2svn to compensate for changes in r123394,des2003-12-101-14/+17
|\
| * MFP4: really fix resp issue, and don't trim trailing spaces (#43727)des2003-12-101-14/+17
* | Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.mikeh2003-12-101-0/+1
* | Implement seeking to earlier offsets in gzipfs. This allows my loadergreen2003-12-101-15/+30
* | Add a note about MPTABLE_FORCE_HTT.jhb2003-12-101-0/+8
* | Change rc.d/syscons to not need /usr/sbin/ispcvt to exist. This shouldpeter2003-12-101-5/+7
* | Nursemaid: Fix compilation.bms2003-12-101-4/+4
* | Add sticky(8) cross reference.dds2003-12-101-1/+2
* | PowerPC-conditional changes:grehan2003-12-101-1/+7
* | - Put manh/manl bitfields into correct-sized integral type.grehan2003-12-101-5/+4
* | Use .St -susv2 rather than "The Single UNIX specification".maxim2003-12-101-2/+3
* | Grammar.ru2003-12-101-1/+1
* | 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-103-4/+110
* | Add a short description of the kse_switchin(2) syscall to the ksemarcel2003-12-102-2/+14
OpenPOWER on IntegriCloud