summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Now that the free page queue mutex is a sleep mutex, we cannot callmarcel2007-02-111-7/+0
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-123-12/+3
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+3
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+3
* Since printf also has at least one critical section, we need tomarcel2006-11-181-5/+7
* Now that printf() needs the PCPU, set it up before we call printf().marcel2006-11-185-26/+16
* Revert previous commit. PC_CONS_BUFR is not used nor needed bymarcel2006-11-181-1/+0
* Fix a comment.ru2006-11-131-1/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-0/+2
* Add missing includes of priv.h.rwatson2006-11-061-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-041-0/+3
* Make sure kern_envp is never NULL. If we don't get a pointer tomarcel2006-11-031-3/+4
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-261-0/+2
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-263-0/+7
* Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-231-2/+0
* o Eliminate nexus_print_resources(). Use resource_list_print_type()marcel2006-10-231-50/+5
* Eliminate unnecessary PG_BUSY tests.alc2006-10-221-1/+1
* Move more MD devices and options out of MI NOTES.des2006-10-201-3/+57
* The VGA_DEBUG option only exists on {amd64,i386,ia64}.des2006-10-201-0/+3
* Fix previous revision:marcel2006-10-191-2/+2
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-4/+4
* Add a newline to the printf().hrs2006-10-151-1/+1
* Include freebsd32_signal.h now that signal-related definitions aremarcel2006-10-061-0/+1
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* PR:jb2006-10-041-86/+0
* Use calendrical calculations from subr_clock.c instead of home-rolled.phk2006-10-021-68/+26
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-25/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-4/+1
* Added COMPAT_FREEBSD6 option.ru2006-09-261-0/+1
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-162-0/+8
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+50
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-8/+0
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-0/+2
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-34/+37
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-291-3/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-282-3/+3
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-282-22/+1
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-272-14/+26
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-272-0/+15
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Move default GEOM classes from files.ia64, where they were markedmarcel2006-07-171-0/+5
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+2
* Make the firmware assist driver resident inmjacob2006-07-091-0/+1
OpenPOWER on IntegriCloud