2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separate...
|
commit | commitdiff | tree |
2007-05-08 |
Matthew Dillon | Replace NOCDEV with NULL. NOCDEV was ((void *)-1)...
|
commit | commitdiff | tree |
2007-05-07 |
Matthew Dillon | Add fields to the ktrace header to allow kdump to also...
|
commit | commitdiff | tree |
2007-05-07 |
Matthew Dillon | Changes to consdev - low level kernel console initialization.
|
commit | commitdiff | tree |
2007-05-06 |
Matthew Dillon | Update vnodeinfo to handle the recent vnode changes.
|
commit | commitdiff | tree |
2007-05-06 |
Matthew Dillon | Update for vnode changes.
|
commit | commitdiff | tree |
2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount...
|
commit | commitdiff | tree |
2007-05-05 |
Matthew Dillon | The bus_get_resource_list DEVMETHOD is primarily used...
|
commit | commitdiff | tree |
2007-05-05 |
Matthew Dillon | Update vnode.9, correct spelling.
|
commit | commitdiff | tree |
2007-05-05 |
Matthew Dillon | Update the vget, vput, vref, vrele, vhold, and vdrop...
|
commit | commitdiff | tree |
2007-05-04 |
Matthew Dillon | pci_get_resource_list() was returning an illegal pointer...
|
commit | commitdiff | tree |
2007-05-04 |
Matthew Dillon | Followup commit - fix a bug in the last commit.
|
commit | commitdiff | tree |
2007-05-03 |
Matthew Dillon | Make libthread_xu use the new lwp_rtprio() system call...
|
commit | commitdiff | tree |
2007-05-03 |
Matthew Dillon | Add a new system call, lwp_rtprio(), and regenerate...
|
commit | commitdiff | tree |
2007-05-02 |
Matthew Dillon | When thread0 is initialized it must also be LWKT scheduled...
|
commit | commitdiff | tree |
2007-05-01 |
Matthew Dillon | Reduce the livelock limit from 50Khz to 40Khz.
|
commit | commitdiff | tree |
2007-05-01 |
Matthew Dillon | Document the interrupt moderation timer and the fact...
|
commit | commitdiff | tree |
2007-05-01 |
Matthew Dillon | ata_boot_attach() is no longer used, #if 0 it out.
|
commit | commitdiff | tree |
2007-05-01 |
Matthew Dillon | Add missing crit_exit();
|
commit | commitdiff | tree |
2007-05-01 |
Matthew Dillon | Move clock registration from before SMP startup to...
|
commit | commitdiff | tree |
2007-05-01 |
Matthew Dillon | Implement kern.do_async_attach. default disabled. ...
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | More cleanups, do not allow backspacing beyond the...
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | Make the mountroot> prompt a bit more user-friendly.
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | It is possible for spurious interrupt(s) to be posted...
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | Reorder cpu interrupt enablement, do it in the code...
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | EST's module was being installed before the module...
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_...
|
commit | commitdiff | tree |
2007-04-30 |
Matthew Dillon | Store the frequency and cputimer used to initialize...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | Remove unneeded references to sys/syslink.h. Get syslink_de...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | Use the __boolean_t defined in machine/stdint.h instead...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | When <sys/user.h> is included, it MUST be included...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | Implement SYSREF - structural reference counting, allocation...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | Add a shortcut function, objcache_create_mbacked()...
|
commit | commitdiff | tree |
2007-04-29 |
Matthew Dillon | When <sys/user.h> is included, it MUST be included...
|
commit | commitdiff | tree |
2007-04-27 |
Matthew Dillon | Implement ncpus_fit and ncpus_fit_mask. Admittedly...
|
commit | commitdiff | tree |
2007-04-27 |
Matthew Dillon | Add a generally accessible cpu_pause() inline for spin...
|
commit | commitdiff | tree |
2007-04-26 |
Matthew Dillon | Fix various paths in rc.d/diskless and friends.
|
commit | commitdiff | tree |
2007-04-26 |
Matthew Dillon | Move syslink_desc to sys/syslink_rpc.h so kernel code...
|
commit | commitdiff | tree |
2007-04-25 |
Matthew Dillon | IPV6 type 0 route headers are a flawed design, insecure...
|
commit | commitdiff | tree |
2007-04-22 |
Matthew Dillon | sbappendcontrol() was improperly setting sb_lastmbuf...
|
commit | commitdiff | tree |
2007-04-22 |
Matthew Dillon | Sync netstat up to the sockbuf changes.
|
commit | commitdiff | tree |
2007-04-22 |
Matthew Dillon | Give the sockbuf structure its own header file and...
|
commit | commitdiff | tree |
2007-04-22 |
Matthew Dillon | Just throw all the main arguments for syslink() into...
|
commit | commitdiff | tree |
2007-04-21 |
Matthew Dillon | Convert all pr_usrreqs structure initializations to...
|
commit | commitdiff | tree |
2007-04-20 |
Matthew Dillon | Make 'last mounted on' reporting by fsck work again...
|
commit | commitdiff | tree |
2007-04-20 |
Matthew Dillon | Clean up the so_pru_soreceive() API a bit to make it...
|
commit | commitdiff | tree |
2007-04-19 |
Matthew Dillon | We have a few generation sets for Red-Black trees that...
|
commit | commitdiff | tree |
2007-04-19 |
Matthew Dillon | Allocations of size greater then the radix were not...
|
commit | commitdiff | tree |
2007-04-17 |
Matthew Dillon | Don't allow snd_nxt to be set to a value less then...
|
commit | commitdiff | tree |
2007-04-16 |
Matthew Dillon | Probably the last change to the syslink() system call...
|
commit | commitdiff | tree |
2007-04-16 |
Matthew Dillon | Bring in the skeleton infrastructure and manual page...
|
commit | commitdiff | tree |
2007-04-11 |
Matthew Dillon | Kernel virtual memory must be mapped on a segment address...
|
commit | commitdiff | tree |
2007-04-11 |
Matthew Dillon | Use SHUT_RD instead of a hardcoded value of 0 in calls...
|
commit | commitdiff | tree |
2007-04-11 |
Matthew Dillon | Remove ldconfig_paths_aout, it is no longer used.
|
commit | commitdiff | tree |
2007-04-09 |
Matthew Dillon | Add subr_alist.c. This is a bitmap allocator that...
|
commit | commitdiff | tree |
2007-04-04 |
Matthew Dillon | Add IP_MINTTL socket option - used to set the minimum...
|
commit | commitdiff | tree |
2007-04-03 |
Matthew Dillon | Cleanup and reformulate some of the comments.
|
commit | commitdiff | tree |
2007-04-03 |
Matthew Dillon | Update the syslink documentation. This is still a...
|
commit | commitdiff | tree |
2007-03-24 |
Matthew Dillon | Reformulate the syslink_msg structure a bit. Instead...
|
commit | commitdiff | tree |
2007-03-24 |
Matthew Dillon | Update the syslink documentation. A number of major...
|
commit | commitdiff | tree |
2007-03-21 |
Matthew Dillon | syslink work - Implement code for a reformulated system...
|
commit | commitdiff | tree |
2007-03-20 |
Matthew Dillon | Add syslink.2 to the install list.
|
commit | commitdiff | tree |
2007-03-20 |
Matthew Dillon | Try to catch double-free bugs in the ACPI code. For...
|
commit | commitdiff | tree |
2007-03-20 |
Matthew Dillon | Generate a warning if a wired page is encountered on...
|
commit | commitdiff | tree |
2007-03-20 |
Matthew Dillon | Minor syntax cleanup
|
commit | commitdiff | tree |
2007-03-14 |
Matthew Dillon | Initial syslink system call documentation and overview.
|
commit | commitdiff | tree |
2007-03-08 |
Matthew Dillon | Make sure all string buffers passed from userland are...
|
commit | commitdiff | tree |
2007-02-04 |
Matthew Dillon | Add note on using 'handle SIGSEGV noprint' when gdb...
|
commit | commitdiff | tree |
2007-01-29 |
Matthew Dillon | smbfs was not guarenteeing a NULL return vnode on error...
|
commit | commitdiff | tree |
2007-01-26 |
Matthew Dillon | Implement -D
|
commit | commitdiff | tree |
2007-01-26 |
Matthew Dillon | Remove gobsd from the list.
|
commit | commitdiff | tree |
2007-01-26 |
Matthew Dillon | Fix generation of the mount path for "/" when a process...
|
commit | commitdiff | tree |
2007-01-25 |
Matthew Dillon | Setup for 1.8 release - Adjust HEAD to 1.9.0
|
commit | commitdiff | tree |
2007-01-25 |
Matthew Dillon | Setup for 1.8 release - add new targets to Makefile...
|
commit | commitdiff | tree |
2007-01-25 |
Matthew Dillon | Setup for 1.8 release - bump HEAD to 1.7.1 and synchronize...
|
commit | commitdiff | tree |
2007-01-25 |
Matthew Dillon | Fix the incorrect addition of a leading '/' in file...
|
commit | commitdiff | tree |
2007-01-25 |
Matthew Dillon | Stop init before ripping its filesystem references...
|
commit | commitdiff | tree |
2007-01-24 |
Matthew Dillon | Poor attempt to tracking the stack frame through a...
|
commit | commitdiff | tree |
2007-01-24 |
Matthew Dillon | checkdirs() was being passed the wrong mount point...
|
commit | commitdiff | tree |
2007-01-23 |
Matthew Dillon | Fix a crash related to the NPX (floating point) interrupt...
|
commit | commitdiff | tree |
2007-01-20 |
Matthew Dillon | Remove the advertising clause from vinum with permission...
|
commit | commitdiff | tree |
2007-01-20 |
Matthew Dillon | Fix license issue by removing -lreadline. The programs...
|
commit | commitdiff | tree |
2007-01-19 |
Matthew Dillon | Rename /usr/src/sys/machine to /usr/src/sys/platform...
|
commit | commitdiff | tree |
2007-01-16 |
Matthew Dillon | Add missing -I path when compiling assembly files.
|
commit | commitdiff | tree |
2007-01-16 |
Matthew Dillon | Implement getcontext(), setcontext(), makecontext(...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | We want the virtual kernel to be default-secure. Disable...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | cputimer_intr_reload() - prevent a negatively indexed...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | Close two holes in the pmap code. The page table self...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | Pass an interrupt frame to kqueue-based interrupts...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | Add kqueue based async I/O support to the virtual kernel...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | Add O_ASYNC (SIGIO) support to kqueue(). Also add...
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | Add KQUEUE support to the TAP interface.
|
commit | commitdiff | tree |
2007-01-15 |
Matthew Dillon | Rename type to avoid conflict with 'kqueue' symbol.
|
commit | commitdiff | tree |
2007-01-14 |
Matthew Dillon | Link up the interrupt frame to the systimer API. Use...
|
commit | commitdiff | tree |
2007-01-14 |
Matthew Dillon | Implement a new signal delivery mechanism, SA_MAILBOX...
|
commit | commitdiff | tree |
2007-01-14 |
Matthew Dillon | The FP subsystem might not work properly when a vkernel...
|
commit | commitdiff | tree |
2007-01-13 |
Matthew Dillon | Allow VKERNEL builds to build certain non-hardware...
|
commit | commitdiff | tree |
2007-01-13 |
Matthew Dillon | Include the VN device by default.
|
commit | commitdiff | tree |
2007-01-13 |
Matthew Dillon | Pull in a few bits from FreeBSD. Add a structure size...
|
commit | commitdiff | tree |