2003-12-01 |
Matthew Dillon | Do not require -i0 when -o is used. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Add a missing PRELE() when the mfs_mount kernel process... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Documentat mount_mfs -C |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Add the -C option to mount_mfs. This option will autom... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Add cpdup to /bin (not /usr/bin), so we can start using... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Matthew Dillon | Add the MPIPE subsystem. This subsystem is used for... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
David Rhodus | * s/FreeBSD/DragonFly at the boot2 prompt. |
commit | commitdiff | tree | snapshot |
2003-11-29 |
David Rhodus | * Prevent leakage of wired pages by setting start_entry |
commit | commitdiff | tree | snapshot |
2003-11-29 |
David Rhodus | * Add quirk for LEXAR 256MB JUMPDRIVE |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Matthew Dillon | Fix bug in last commit (missing ..) |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Matthew Dillon | Fix a DOS in rfork(). Disallow kernel-only flags. |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Matthew Dillon | Cleanup POSIX real-time so the kernel compiles without... |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Jeroen Ruigrok... | Add support for the ICH 4 mobile chipset. |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Jeroen Ruigrok... | Temporary hack out release.9, which creates the floppies. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Jeroen Ruigrok... | Get rid off the POSIX real-time extensions as well... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Matthew Dillon | #include cleanups for lwkt_msgport.c and lwkt_thread... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Matthew Dillon | Set the close-on-exec flag for CAPS client descriptors. |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Matthew Dillon | Add /var/caps/root and /var/caps/users. IPC rendezvous... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Matthew Dillon | Add a new library, libcaps, which is intended to encomp... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Matthew Dillon | More LWKT messaging cleanups. Isolate the default... |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Matthew Dillon | Fix the OID_AUTO collision with static sysctl numbers... |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Matthew Dillon | NETISR_POLL cannot use isr 0. Use isr 1. |
commit | commitdiff | tree | snapshot |
2003-11-23 |
Matthew Dillon | Make the 'bad isr' panics a little more verbose. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Change $FreeBSD$ to $DragonFly$ on the output files. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Also revert the VI_UNLOCKED damage. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Remove KTR damage. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Add two more awk kernel build scripts from FreeBSD. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Add proper $FreeBSD$ identifier. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Remove haveseen_iobase(), it is not in use in the kernel. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Use malloc() + M_ZERO instead of malloc() + bzero(). |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Properly spell compatible and compatibility. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Eirik Nygaard | * K&R function cleanup |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Remove the archaic wd(4) driver. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Remove the archaic wd(4) driver and its dependencies. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Use unsigned integers for the counters, since they... |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Spell initialise correctly. |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Jeroen Ruigrok... | Add details on how to get a "checked out" source tree. |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | When looking for files that have already been linked... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Do some fairly major include file cleanups to further... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | 'Building databases' has 10 seconds worth of sleeps... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Tweak the context data a bit and do some code cleanup... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Add some comments to the upcall test code. |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Add an upcall performance test program + example contex... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Add UPC_CRITADD, the value that crit_count must be... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Add a big whopping manual page for the upcall syscalls... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Matthew Dillon | Implement an upcall mechanism to support userland LWKT... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Matthew Dillon | Add a DECLARE_DUMMY_MODULE for snd_cmi to detect kld... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Matthew Dillon | Add a DECLARE_DUMMY_MODULE() so we can get linker_set... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Eirik Nygaard | * Make pkg_add fetch the packages from /packages-4... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Eirik Nygaard | Fix a bug which causes wrong filename being written... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Matthew Dillon | This is a major cleanup of the LWKT message port code... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Adjust nfs module loading to use nfs.ko (4.x style... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Hiten Pandya | Add pkgwrap.c, which was missed in my last commit. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Hiten Pandya | Support for conflict (pkg_add -C) checking and pkg_tool... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Eirik Nygaard | * Add DragonFly as an possibility to a case statement. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Eirik Nygaard | * Added tabs instead of spaces for readability and... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Change the system name from 'FreeBSD' to 'DragonFly'. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Change the system name from 'FreeBSD' to 'DragonFly'. |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Redo the 'upgrade' target. Get rid of the old elf... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Add syscall4 (/tmp/sc4) perf test. This tests stat... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Change the system name from 'FreeBSD' to 'DragonFly... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | Change the system name from 'FreeBSD' to 'DragonFly... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Matthew Dillon | This file needs sys/cdefs.h for __ extensions and such... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | Add a .makeenv directive to make, which allows variable... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | RC cleanups and minor bug fixes to support the uname... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | Turn off CHECK_POINTS in mpboot.s. It was accidently... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | Sync TAILQ_FOREACH work from 5.x. The closer we can... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | Use M_ZERO instead of manually bzero()ing memory alloca... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | Correct several bugs. If we fail to add a device be... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | Backout part of 1.16. It is not necessary to align... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Matthew Dillon | clarify the solution for typical build snafus in UPDATING. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Jeroen Ruigrok... | Fix misplacement of code. Due to additional DF code... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
David P. Reese... | Fix linux_getrlimit() and linux_old_getrlimit() which... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Jeroen Ruigrok... | Factor out the object system from new-bus so that it... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Jeroen Ruigrok... | Add forgotten semi-colon. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | Fix a missing backslashed in the 1.9 commit. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | Cleanup aux args and 32-byte align the initial user... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | Enable Conrad parallel port radio clock support in... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | Cleanup the linux exec code to match other recent fixes... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Eirik Nygaard | * K&R function cleanup |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Eirik Nygaard | * K&R function cleanup |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Eirik Nygaard | * K&R function cleanup |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Jeroen Ruigrok... | Rework the logic in the kernel config files. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Jeroen Ruigrok... | Add FreeBSD's makeobjops.awk. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | Fix a bug in the last fix to a prior locking issue... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | panic() normally tries to sync. Add a sysctl to contro... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Matthew Dillon | Correct bugs introduced in the last syscall separation... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
David P. Reese... | Fix a bug in signal translation introduced in last... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Eirik Nygaard | * K&R function cleanup |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Jeroen Ruigrok... | Convert files from DOS to Unix. |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Matthew Dillon | Misc cleanups to take care of GCC3.x warnings. Missing... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Eirik Nygaard | * K&R function cleanup |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Jeroen Ruigrok... | Change wrapping definition from ending in DECLARED_... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Matthew Dillon | Move bsd.kern.mk from /usr/src/share/mk to /usr/src... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Jeroen Ruigrok... | Add __DragonFly_version, set to 100000, which basically... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
David P. Reese... | Implement linux_mmap2(). |
commit | commitdiff | tree | snapshot |
2003-11-15 |
David P. Reese... | Implement linux_truncate64() and linux_ftruncate64(). |
commit | commitdiff | tree | snapshot |
2003-11-15 |
David P. Reese... | Implement linux_truncate64() and linux_ftruncate64(). |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Matthew Dillon | Prep for GCC 3.x kernel compiles, stage 2/2: Remove... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
David P. Reese... | Sync with FreeBSD-5.x MODULE_DEPEND() and DECLARE_MODUL... |
commit | commitdiff | tree | snapshot |
next |