summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Regen.jhb2004-02-046-10/+10
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-042-4/+4
* Locking for the per-process resource limits structure.jhb2004-02-042-19/+27
* GC old unused dev_t mangling stuff.phk2004-02-021-21/+0
* - Remove local changes that leaked into my last commit.jeff2004-01-241-5/+1
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-2/+6
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Add linenumber and source filename to panic(9) output.phk2004-01-191-2/+4
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT().jhb2004-01-071-5/+5
* Convert to __FBSDID.obrien2004-01-042-3/+3
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-6/+6
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-22/+22
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* GC the unused <machine/kse.h> file.peter2003-12-241-49/+0
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-242-2/+0
* Regen (should be NOP except for rcsid)peter2003-12-243-3/+3
* GC unused namespc column and un-wrap some longer lines that now fit.peter2003-12-241-357/+335
* Regen (should be a NOP except for rcsid changes)peter2003-12-233-3/+3
* GC unused namespace column. Unwrap some long lines that now fit.peter2003-12-231-433/+391
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-232-4/+22
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-233-8/+8
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-445/+36
* Catch up with i386 GENERIC rev 1.389.obrien2003-12-081-6/+8
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* Since the fdc driver can't autodetect the drive capacity on the Alpha,des2003-12-051-0/+1
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-1/+0
* - Set mp_maxid in a way that is consistent with every other arch. It isjeff2003-11-301-3/+2
* - In db_stack_trace_cmd() bail out if we get confused about the stack.jeff2003-11-291-3/+8
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-22/+45
* Widen the enable/disable helper function's argument in line with thepeter2003-11-178-25/+27
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* Fix build on alphakris2003-11-161-0/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-8/+59
* - Drop the process lock before we call into ptrace_{read|write}_int orjeff2003-11-141-4/+7
* - Unlock the clock lock before calling timeout in sysbeep(). This is almostjeff2003-11-131-1/+1
* - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users whojeff2003-11-131-0/+1
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Regen.jhb2003-11-073-55/+59
* Sync MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-52/+52
* Regen.jhb2003-11-073-52/+62
* Sync up with global syscalls.master for MP safe syscalls for the firstjhb2003-11-071-48/+48
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* style: strcmp() does not return a bool.brooks2003-10-301-1/+1
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-191-0/+6
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
OpenPOWER on IntegriCloud