Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [DragonFly] / src / sys / sys
| File | Rev. | Age | Author | Last log entry | |
|---|---|---|---|---|---|
| 1.1 | 4 years | swildner | Add <sys/_null.h> for the definition of NULL: [...] #ifndef __cplusplus #define... | ||
| 1.3 | 4 years | hasso | Make apps using '#define _POSIX_C_SOURCE' compile. | ||
| 1.1 | 4 years | hasso | Move timeval struct into its own header and include it from headers where needed... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.5 | 6 years | swildner | Remove unused malloc type M_ACL. | ||
| 1.5 | 5 years | hasso | Update the agp(4) code to the latest one from FreeBSD HEAD. This brings in a lot... | ||
| 1.5 | 6 years | dillon | Give the sockbuf structure its own header file and supporting source file. Move ... | ||
| 1.2 | 5 years | dillon | Indicate that alist_free() calls do not have to supply power-of-2 aligned inform... | ||
| 1.3 | 8 years | cpressey | Improve seperation between kernel code and userland code by requiring that sourc... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.6 | 4 years | dillon | Kernel support for HAMMER: * Add another type to the bio->bio_caller_info1 unio... | ||
| 1.1 | 7 years | dillon | Make the entire BUF/BIO system BIO-centric instead of BUF-centric. Vnode and de... | ||
| 1.1 | 5 years | sephe | - Pull NetBSD David Young's bitops.h into sys/sys, nuke the local copies in bw... | ||
| 1.7 | 4 years | dillon | Remove daddr_t dependancies in the swap code. Move swblk_t and add u_swblk_t. ... | ||
| 1.1 | 9 years | dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and add a message port and auto... | ||
| 1.54 | 4 years | dillon | Add BUF_CMD_FLUSH support - issue flush command to mass storage device. | ||
| 1.21 | 5 years | nth | Fix spurious "softdep_deallocate_dependencies: dangling deps" panic occuring on ... | ||
| 1.31 | 4 years | hasso | Welcome devctl(4) and devd(8). Obtained-from: FreeBSD | ||
| 1.1 | 6 years | dillon | Do a major clean-up of the BUSDMA architecture. A large number of essentially m... | ||
| 1.10 | 4 years | hasso | The devinfo(3) library provides userspace access to the internal device hierarch... | ||
| 1.1 | 6 years | dillon | Do a major clean-up of the BUSDMA architecture. A large number of essentially m... | ||
| 1.5 | 8 years | dillon | Oops CALLOUT_DID_INIT had the same flags value as CALLOUT_MPSAFE, causing all ti... | ||
| 1.6 | 5 years | pavalos | Do not +1 with MAXPATHLEN. Obtained-from: FreeBSD | ||
| 1.11 | 6 years | corecode | 1:1 Userland threading stage 4.6/4: Factor out a new function `lwp_fork()' from... | ||
| 1.11 | 5 years | swildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO instead of explicitly bze... | ||
| 1.7 | 5 years | dillon | Add an sc_maxiosize field which the ccd driver now needs. Submitted-by: Peter A... | ||
| 1.1 | 6 years | dillon | Bring in the initial cut of the Cache Coherency Management System module. Add a ... | ||
| 1.20 | 4 years | hasso | Make apps using '#define _POSIX_C_SOURCE' compile. | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.2 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.4 | 5 years | pavalos | Use symbolic constants instead of "4". Use arrays instead of relying on struct p... | ||
| 1.11 | 5 years | dillon | Flag the checkpoint descriptor so on restore we can identify it and use the desc... | ||
| 1.5 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.18 | 6 years | dillon | Give the device major / minor numbers their own separate 32 bit fields in the ke... | ||
| 1.7 | 6 years | dillon | Changes to consdev - low level kernel console initialization. The consdev API w... | ||
| 1.6 | 5 years | swildner | * Use one ioctl() (CONS_SET, analogous to CONS_GET) for switching video modes ... | ||
| 1.10 | 5 years | swildner | Add 2008 to our copyrights. Happy new year! | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.11 | 6 years | dillon | Add dev_drefs() - return the number of references on a cdev_t | ||
| 1.5 | 8 years | joerg | Trust your intuition. If something feels wrong, it often is wrong. | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.7 | 5 years | dillon | Make necessary changes to readdir/getdirentries to support HAMMER. HAMMER needs... | ||
| 1.18 | 5 years | dillon | Add infrastructure to locate a disk device by name by scanning the disk list. N... | ||
| 1.29 | 5 years | dillon | Make some adjustments to clean up structural field names. Add type and storage ... | ||
| 1.28 | 5 years | corecode | Define macros also for amd64. On-behalf-of: Noah Yan <noah.yan@gmail.com> Subm... | ||
| 1.4 | 5 years | dillon | Rename d_obj_uuid to d_stor_uuid to conform to the naming convention being used ... | ||
| 1.4 | 5 years | dillon | Implement (non-bootable) GPT support. If a PMBR partition type is detected the ... | ||
| 1.22 | 5 years | dillon | Make some adjustments to clean up structural field names. Add type and storage ... | ||
| 1.5 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.4 | 4 years | dillon | Remove daddr_t dependancies in the swap code. Move swblk_t and add u_swblk_t. ... | ||
| 1.6 | 8 years | hsu | Convert the struct domain next pointer to an SLIST. | ||
| 1.2 | 5 years | dillon | Add a FS_HAMMER id for disklabel. | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.5 | 6 years | dillon | Further normalize the _XXX_H_ symbols used to conditionalize header file inclusi... | ||
| 1.10 | 4 years | swildner | Adjust whitespace (reduce differences with FreeBSD). | ||
| 1.22 | 5 years | swildner | Remove definition and documentation of EI_BRAND which was renamed to OLD_EI_BRAN... | ||
| 1.6 | 6 years | dillon | Further normalize the _XXX_H_ symbols used to conditionalize header file inclusi... | ||
| 1.5 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.10 | 6 years | dillon | For the moment conditionally remove the declaration of certain libc functions wh... | ||
| 1.2 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.7 | 6 years | dillon | Add O_ASYNC (SIGIO) support to kqueue(). Also add F_SETOWN support. | ||
| 1.8 | 5 years | dillon | Add SHUTDOWN_PRI_DRIVER and move all driver shutdown functions from SHUTDOWN_PRI... | ||
| 1.7 | 6 years | dillon | Add O_ASYNC (SIGIO) support to kqueue(). Also add F_SETOWN support. | ||
| 1.5 | 6 years | swildner | Rename printf -> kprintf in sys/ and add some defines where necessary (files whi... | ||
| 1.3 | 9 years | joerg | Remove parameter names. Submitted by Chris Pressey <cpressey@catseye.mine.nu> | ||
| 1.8 | 5 years | swildner | Remove a lot of old, mummified code whose sole purpose was probing and initializ... | ||
| 1.14 | 5 years | corecode | Add O_SYNC, a SUSv3 alias for O_FSYNC (well, roughly). | ||
| 1.3 | 4 years | corecode | Fix type name as well. Noticed-by: hasso@ | ||
| 1.25 | 6 years | dillon | Fix a number of places where the kernel assumed it could directly access user me... | ||
| 1.8 | 6 years | dillon | Get rid of some unused fields in the fileops and adjust the declarations to use ... | ||
| 1.20 | 6 years | dillon | Major namecache work primarily to support NULLFS. * Move the nc_mount field out... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.4 | 5 years | sephe | - Add additional parameter to firmware_image_load(), since some devices do not... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.49 | 4 years | dillon | Even using the objcache we need a one-per-cpu free-thread cache in order to keep... | ||
| 1.3 | 7 years | dillon | Clean up more #include files. Create an internal __boolean_t so two or three sy... | ||
| 1.3 | 5 years | dillon | Make some adjustments to clean up structural field names. Add type and storage ... | ||
| 1.6 | 5 years | dillon | libiconv was declaring a base kobj_class structure instead of an extended kobj_c... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.6 | 9 years | dillon | Use the sf_buf facility rather then kmem_alloc_wait/pmap_kenter/kmem_free to map... | ||
| 1.6 | 6 years | y0netan1 | leftover from aout_coredump() removal: - remove stale prototype for aout_coredum... | ||
| 1.9 | 4 years | dillon | Synchronize some of the machine-independant AMD64 bits. Obtained-from: Jordan G... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.19 | 5 years | sephe | Reduce ifnet.if_serializer contention on output path: - Push ifnet.if_serializer... | ||
| 1.4 | 6 years | swildner | [committed on behalf of sephe] - 'Correctly' fake an ethernet address for tap(4... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.1 | 4 years | dillon | Replace the bwillwrite() subsystem to make it more fair to processes. * Add new... | ||
| 1.5 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.12 | 5 years | dillon | Add a sysctl jail.allow_raw_sockets (default to diabled) which allows jails to u... | ||
| 1.13 | 6 years | dillon | Give the device major / minor numbers their own separate 32 bit fields in the ke... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.2 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.38 | 4 years | dillon | * Implement new system calls in the kernel: statvfs(), fstatvfs(), fhstatvfs(... | ||
| 1.32 | 4 years | dillon | AMD64 Support: * Add an identifier to SYSINIT structures for debugging purposes... | ||
| 1.13 | 6 years | corecode | 1:1 Userland threading stage 2.17/4: Consolidate consumers of p_lock to use PHO... | ||
| 1.11 | 5 years | dillon | libiconv was declaring a base kobj_class structure instead of an extended kobj_c... | ||
| 1.9 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.12 | 4 years | y0netan1 | Prototype declarations don't have an initializer. | ||
| 1.10 | 5 years | dillon | Fix ktrace for threaded processes. Move the KTRFAC_ACTIVE flag to the LWP so a ... | ||
| 1.16 | 5 years | pavalos | Rewrite of the CAM error recovery code. Some of the major changes include: - ... | ||
| 1.1 | 4 years | dillon | Add additional atomic ops from FreeBSD. Obtained-from: FreeBSD | ||
| 1.3 | 9 years | rob | __P() != wanted, begin removal, in order to preserve white space this needs to b... | ||
| 1.3 | 9 years | rob | __P() != wanted, begin removal, in order to preserve white space this needs to b... | ||
| 1.11 | 5 years | nth | linker_file_add_dependancy() never fails so change its return type to void and s... | ||
| 1.4 | 8 years | joerg | Fix linker set creation for GCC 3.4 with -funit-at-a-time. GCC 3.4 optimizes aw... | ||
| 1.2 | 8 years | joerg | Complete Citrus import. Import message catalog implement from NetBSD. Remove ext... | ||
| 1.19 | 5 years | dillon | Add a prototype and wrapper for lockuninit() to complement spin_uninit(). Submi... | ||
| 1.9 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.7 | 6 years | dillon | Reorder cpu interrupt enablement, do it in the code that drops the critical sect... | ||
| 1.30 | 4 years | dillon | Add kmalloc_raise_limit() - allow a subsystem to raise the allocation limit for ... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.54 | 4 years | sephe | Add m_devpad() to avoid code duplication in various network device drivers | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.4 | 4 years | swildner | Sync libmd with FreeBSD: * Some bugfixes * Addition of *_FileChunk() * Minor ... | ||
| 1.5 | 4 years | swildner | Sync libmd with FreeBSD: * Some bugfixes * Addition of *_FileChunk() * Minor ... | ||
| 1.4 | 6 years | dillon | Repo copy machine/pc32/i386/mem.c to kern/kern_memio.c and separate out the (few... | ||
| 1.10 | 4 years | swildner | POSIX conformance: Add fmtmsg(3), posix_madvise(3), strfmon(3) and wordexp(3). ... | ||
| 1.11 | 6 years | swildner | Rename printf -> kprintf in sys/ and add some defines where necessary (files whi... | ||
| 1.47 | 4 years | dillon | * Implement the ability to export NULLFS mounts via NFS. * Enforce PFS isolatio... | ||
| 1.15 | 4 years | dillon | * Implement new system calls in the kernel: statvfs(), fstatvfs(), fhstatvfs(... | ||
| 1.4 | 8 years | dillon | Update all my personal copyrights to the Dragonfly Standard Copyright. | ||
| 1.3 | 9 years | rob | __P removal | ||
| 1.12 | 7 years | dillon | Clean up more #include files. Create an internal __boolean_t so two or three sy... | ||
| 1.4 | 9 years | dillon | A significant number of applications need access to kernel data structures. Tra... | ||
| 1.6 | 6 years | swildner | Remove incorrect extern declarations for stuff that is already declared static. | ||
| 1.32 | 4 years | sephe | Resurrect priority message support; there is always +/-5~10K measurement error. | ||
| 1.17 | 4 years | sephe | - Add priority message queue to msgport. Send a message with MSGF_PRIORITY fl... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.31 | 5 years | dillon | Fix a HAMMER assertion which turned out to be a bug in VOP_N*(). Sometimes the ... | ||
| 1.15 | 8 years | dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW' API WORK. NOTE: unionfs an... | ||
| 1.2 | 5 years | dillon | Synchronize to FreeBSD 1.35 - just adds a #define for ATA_SMART_CMD. | ||
| 1.3 | 8 years | hmp | Change all files that I own to use the official DragonFly Project license. Revi... | ||
| 1.3 | 9 years | rob | __P() != wanted, begin removal, in order to preserve white space this needs to b... | ||
| 1.6 | 5 years | dillon | Fix a HAMMER assertion which turned out to be a bug in VOP_N*(). Sometimes the ... | ||
| 1.11 | 4 years | sephe | - Return the real cluster limit used by the objcache - For mbuf objcaches, raise... | ||
| 1.53 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.1 | 9 years | dillon | kernel tree reorganization stage 1: Major cvs repository work (not logged as com... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.3 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.10 | 6 years | dillon | Move selinfo stuff to the separate header sys/selinfo.h. Make sys/select.h POSI... | ||
| 1.7 | 5 years | nant | poll.h header should define the nfds_t type as required by the SUSv3. Include t... | ||
| 1.8 | 5 years | dillon | Repo-copy numerous files from sys/emulation/posix4 to sys/sys and sys/kern and a... | ||
| 1.3 | 7 years | dillon | Clean up more #include files. Create an internal __boolean_t so two or three sy... | ||
| 1.121 | 4 years | dillon | Synchronize some of the machine-independant AMD64 bits. Obtained-from: Jordan G... | ||
| 1.4 | 6 years | dillon | More Machine-dependant/Machine-independant code and header file separation. Nume... | ||
| 1.24 | 4 years | sephe | pr_ctlinput is usually called when certains types of ICMP packets are received. ... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.9 | 6 years | corecode | 1:1 Userland threading stage 2.11/4: Move signals into lwps, take p_lwp out of ... | ||
| 1.11 | 4 years | hasso | Add STAILQ_FOREACH_MUTABLE. | ||
| 1.10 | 6 years | dillon | Change the kernel dev_t, representing a pointer to a specinfo structure, to cdev... | ||
| 1.4 | 8 years | dillon | Implement duel-console mode and make it the default. Adjust the boot flags to m... | ||
| 1.1 | 4 years | dillon | Add additional atomic ops from FreeBSD. Obtained-from: FreeBSD | ||
| 1.3 | 6 years | corecode | 1:1 Userland threading stage 2.11/4: Move signals into lwps, take p_lwp out of ... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.10 | 4 years | hasso | Move timeval struct into its own header and include it from headers where needed... | ||
| 1.16 | 5 years | dillon | Recode the resource limit core (struct plimit) to fix a few races and generally ... | ||
| 1.11 | 4 years | hasso | The devinfo(3) library provides userspace access to the internal device hierarch... | ||
| 1.6 | 6 years | dillon | Add a new system call, lwp_rtprio(), and regenerate system calls. int lwp_rtprio... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.3 | 9 years | rob | __P removal | ||
| 1.12 | 4 years | hasso | Move timeval struct into its own header and include it from headers where needed... | ||
| 1.3 | 6 years | corecode | 1:1 Userland threading stage 2.14/4: Extend select to be usable for multiple LW... | ||
| 1.4 | 9 years | dillon | A significant number of applications need access to kernel data structures. Tra... | ||
| 1.3 | 9 years | rob | __P removal | ||
| 1.1 | 5 years | hasso | Hardware sensors framework originally developed in OpenBSD and ported to FreeBSD... | ||
| 1.9 | 5 years | sephe | Reduce ifnet.if_serializer contention on output path: - Push ifnet.if_serializer... | ||
| 1.9 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.6 | 6 years | swildner | Remove incorrect extern declarations for stuff that is already declared static. | ||
| 1.6 | 6 years | dillon | Implement a new signal delivery mechanism, SA_MAILBOX. If specified the sigacti... | ||
| 1.3 | 4 years | swildner | Remove unused variable. Found-by: LLVM/Clang Static Analyzer | ||
| 1.23 | 5 years | dillon | Pass the current LWP to sigexit() instead of the current process. Remove the le... | ||
| 1.8 | 7 years | dillon | Include a bitmap of allocated entries when built with INVARIANTS. I considered ... | ||
| 1.3 | 6 years | dillon | Change the kernel dev_t, representing a pointer to a specinfo structure, to cdev... | ||
| 1.1 | 6 years | dillon | Give the sockbuf structure its own header file and supporting source file. Move ... | ||
| 1.23 | 4 years | dillon | Add required range checks prior to kmalloc()ing socket option buffer space. | ||
| 1.14 | 4 years | sephe | pr_ctlinput is usually called when certains types of ICMP packets are received. ... | ||
| 1.35 | 4 years | dillon | * Add a flag to track an in-transit socket abort to avoid races when closing a... | ||
| 1.1 | 5 years | dillon | Separate ssb_lock() and ssb_unlock() into its own header file and reimplement th... | ||
| 1.5 | 5 years | sephe | Support polling(4) on multiple CPUs, i.e. each NIC can be assigned to a particul... | ||
| 1.7 | 6 years | corecode | Say hello to a sound system update from FreeBSD. This includes the long awaited... | ||
| 1.5 | 6 years | dillon | * Make falloc() MPSAFE. filehead (the file list) and nfiles are now static an... | ||
| 1.12 | 4 years | nth | Fix bugs in spin_trylock_wr(): - globaldata.gd_spinlock_wr was not decremented... | ||
| 1.14 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.10 | 4 years | dillon | Fix kernel compile warnings. | ||
| 1.4 | 5 years | hasso | Remove #ifndef __cplusplus around wchar related stuff in include/wchar.h and sys... | ||
| 1.63 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.63 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.63 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.29 | 4 years | hasso | The devinfo(3) library provides userspace access to the internal device hierarch... | ||
| 1.12 | 6 years | corecode | 1:1 Userland threading stage 2.19/4: Move p_sig and p_code to struct lwp and ad... | ||
| 1.1 | 6 years | dillon | Implement SYSREF - structural reference counting, allocation, and sysid manageme... | ||
| 1.4 | 7 years | dillon | Add a TTY_PATH_MAX limit, set to 256, and reduce the size of the ttyname static ... | ||
| 1.13 | 5 years | dillon | Add additional functionality to the syslink implementation. Give the kernel sid... | ||
| 1.11 | 5 years | dillon | Add additional functionality to the syslink implementation. Give the kernel sid... | ||
| 1.4 | 5 years | dillon | Add additional functionality to the syslink implementation. Give the kernel sid... | ||
| 1.1 | 6 years | dillon | Move syslink_desc to sys/syslink_rpc.h so kernel code does not need to #include... | ||
| 1.1 | 5 years | dillon | Add syslink_vfs.h for userfs, defining the syslink element infrastructure for th... | ||
| 1.5 | 6 years | swildner | Rename printf -> kprintf in sys/ and add some defines where necessary (files whi... | ||
| 1.12 | 4 years | dillon | AMD64 Support: * Change the sysmsg fds[2] array from int to long and use the ... | ||
| 1.63 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.4 | 5 years | dillon | Rename private to privdata and class to srclass to avoid conflicts with C++. Re... | ||
| 1.2 | 6 years | dillon | Use SYSREF to reference count struct vnode. v_usecount is now v_sysref(.refcnt)... | ||
| 1.13 | 6 years | dillon | Store the frequency and cputimer used to initialize a periodic systimer. If the ... | ||
| 1.81 | 4 years | dillon | Improve code flow for KASSERT and KKASSERT using __predict_false(). Fix a bug i... | ||
| 1.60 | 4 years | pavalos | Add the lchflags() syscall. This is essentially the same as chflags(), but it o... | ||
| 1.6 | 7 years | hsu | Give each CPU its own taskqueue thread so per-cpu data can be safely manipulated... | ||
| 1.5 | 6 years | dillon | Make libc prototypes available to kernel builds | ||
| 1.97 | 4 years | sephe | Add TDF_NETWORK lwkt flag, so various assertion could be performed to make sure ... | ||
| 1.28 | 6 years | swildner | Rename printf -> kprintf in sys/ and add some defines where necessary (files whi... | ||
| 1.20 | 4 years | hasso | Move timeval struct into its own header and include it from headers where needed... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.6 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.5 | 9 years | asmodai | Change wrapping definition from ending in DECLARED_ to DECLARED. This makes it c... | ||
| 1.7 | 6 years | dillon | Further normalize the _XXX_H_ symbols used to conditionalize header file inclusi... | ||
| 1.11 | 4 years | dillon | Back-out the tls change. The field must be signed or the system will not boot d... | ||
| 1.5 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.11 | 5 years | corecode | Rename RB_STATIC_* to RB_*_STATIC to match up with FreeBSD. | ||
| 1.12 | 6 years | dillon | Change the kernel dev_t, representing a pointer to a specinfo structure, to cdev... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.3 | 5 years | hasso | Kernel part of bluetooth stack ported by Dmitry Komissaroff. Very much work in p... | ||
| 1.3 | 9 years | dillon | Use the one remaining free termios control character slot for a tty checkpoint c... | ||
| 1.2 | 9 years | dillon | Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most... | ||
| 1.24 | 4 years | dillon | Remove daddr_t dependancies in the swap code. Move swblk_t and add u_swblk_t. ... | ||
| 1.5 | 6 years | swildner | Add missing #endif. Reported-by: Petr Janda <elekktretterr@exemail.com.au> | ||
| 1.9 | 6 years | corecode | Fix the obscure at(1) permission problem. change_[er]uid() both use cratom(), h... | ||
| 1.14 | 6 years | dillon | Mark various forms of read() and write() MPSAFE. Note that the MP lock is still... | ||
| 1.5 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.10 | 4 years | hasso | Add _SC_PAGE_SIZE as alias to _SC_PAGESIZE to make modern software pieces happy.... | ||
| 1.5 | 4 years | dillon | Get rid of an old and terrible hack. Local stream sockets enqueue packets direc... | ||
| 1.11 | 6 years | dillon | Reserve upcall IDs 0-31 for system use. | ||
| 1.15 | 5 years | dillon | Dive the scheduler to implement the yield function. For the moment it just does... | ||
| 1.18 | 6 years | corecode | Get rid of struct user/UAREA. Merge procsig with sigacts and replace usage of p... | ||
| 1.4 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.5 | 5 years | dillon | Add a typedef for uuid_t for kernel compiles. One already existed for userland.... | ||
| 1.7 | 5 years | swildner | Finally, re-add an #endif I removed. :) | ||
| 1.12 | 5 years | dillon | Modify struct vattr: Increase va_nlink, va_fileid (the inode number), and va_ge... | ||
| 1.32 | 4 years | dillon | Miscellanious performance adjustments to the kernel * Add an argument to VOP_BM... | ||
| 1.10 | 5 years | dillon | More multi-threaded support for virtualization. Move the save context from the ... | ||
| 1.10 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||
| 1.6 | 6 years | dillon | Modify the trapframe sigcontext, ucontext, etc. Add %gs to the trapframe and xf... | ||
| 1.4 | 5 years | cat | Add '-l' support to vnconfig(8) and supporting VNGET ioctl to vn(4). Inspired-b... | ||
| 1.83 | 4 years | dillon | * Implement the ability to export NULLFS mounts via NFS. * Enforce PFS isolatio... | ||
| 1.6 | 5 years | pavalos | Add WCONTINUED option for waitpid(2). P_CONTINUED is set when a stopped process... | ||
| 1.10 | 5 years | dillon | Add xio_init_pages(), which builds an XIO based on an array of vm_page_t's. | ||
| 1.2 | 7 years | dillon | I'm growing tired of having to add #include lines for header files that the incl... | ||