summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-089-31/+8
* Bring poll.h up to conformance with POSIX.1-2001 by adding somemike2002-07-082-12/+13
* Bring back WFORMAT=0.jmallett2002-07-081-0/+1
* Fixed some printf format errors (4 new ones reported by gcc and 5 nearbybde2002-07-081-7/+7
* Fixed some printf format errors (one new one reported by gcc and 3 nearbybde2002-07-081-2/+2
* Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-084-4/+4
* Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* Bandaid for sparc64. Do not build libstdc++.so for now on sparc64.peter2002-07-081-0/+2
* Always upload new files, even if the timestamps match. This is a workaroundfenner2002-07-081-1/+2
* Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer usedpeter2002-07-081-7/+0
* The clock is already allocated as 'fast' - no need to try and intercept apeter2002-07-084-32/+0
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-082-4/+2
* - Do not include <utmp.h> for no reason.robert2002-07-082-4/+0
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-082-16/+0
* Add a man page. Style comments welcome. I have a bunch-o-new-pagesjulian2002-07-081-0/+63
* Slight changes to reflect some of the changes in -current.julian2002-07-082-20/+51
* Make cspace()'s second argument const. Make `escapes' in lputs() const.tjr2002-07-082-3/+4
* Silence WARNS=4 by passing a non-const buffer to regerror(). Since ittjr2002-07-081-1/+1
* Add a special page zero entry point intended to be called via the singlepeter2002-07-0810-11/+162
* GRRR! rc.* cannot do an "exit 0" or it aborts the entire /etc/rc process.peter2002-07-081-3/+2
* Document TCBHASHSIZE in NOTES and add it to the allowable kernel options.mp2002-07-082-0/+7
* - VT_PSEUDOFS and VT_PROCFS support locking nowjeff2002-07-081-3/+4
* s/procrunnable/kserunnable/ in a commentpeter2002-07-084-4/+4
* Lock down pseudofs:jeff2002-07-082-0/+29
* Remove OBE prototype for procrunnable()peter2002-07-081-1/+0
* Use a fixed MAXBSIZE-size auto array instead of a static pointeriedowse2002-07-081-6/+2
* Avoid vm_page_lookup() [grabs a spinlock] and just process the upagepeter2002-07-081-14/+9
* Replace the use of %qd with intmax_t/%jd and fix a number of -Walliedowse2002-07-084-20/+23
* Fix a hideous TLB bug. pmap_unmapdev neglected to remove the devicepeter2002-07-082-8/+46
* Enable netboot support by default, since it can now coexist with disk andjake2002-07-071-3/+3
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-0714-1022/+277
* Add a hack (kludge?) to avoid trying to access files backed by diskjake2002-07-072-0/+8
* Update for post-kse3 pmap kthread allocation changespeter2002-07-073-45/+27
* Fix (s/proc/thread/) some typos in two panic messages.peter2002-07-071-2/+2
* Remove 0 initializers for global/static variables, so they end up inluigi2002-07-071-4/+4
* - Require locks for getattr. At some point this could only require sharedjeff2002-07-071-3/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually donejeff2002-07-071-5/+4
* Make this compile on 64 bit platformspeter2002-07-072-8/+8
* Remove nfsd and mountd from src/sbin, look for it in src/usr.sbingordon2002-07-079-4202/+0
* nfsd and mountd now live in /usr/sbin not /sbin. Correct the command args.gordon2002-07-072-4/+2
* Hook nfsd and mountd back into the build in /usr/sbin, where they make moregordon2002-07-071-0/+2
* Unhook sbin/nfsd and sbin/mountd from the build. They will be moving togordon2002-07-071-2/+0
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* Change help documentation for bootfile and module_path to reflectmp2002-07-071-6/+8
* o Lock accesses to the free queue(s) in vm_page_zero_idle().alc2002-07-071-0/+4
* Make NEWCARD the default pccard/cardbus system.imp2002-07-072-4/+10
* Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.obrien2002-07-071-0/+6
* Make building with ficl work. Unfortunately booting with it doesn't.jake2002-07-072-5/+10
* Don't explicit kill of the process' own pid.ume2002-07-071-5/+4
* Build ficl on sparc64 fwiw. It doesn't work.jake2002-07-071-2/+0
OpenPOWER on IntegriCloud