2004-03-15 |
Matthew Dillon | The cam_sim structure was being deallocated unconditionally...
|
commit | commitdiff | tree |
2004-03-15 |
Matthew Dillon | Do some M_WAITOK<->M_INTWAIT cleanups. Code entered...
|
commit | commitdiff | tree |
2004-03-15 |
Matthew Dillon | The cam_sim structure was being deallocated unconditionally...
|
commit | commitdiff | tree |
2004-03-13 |
Matthew Dillon | Fix a bunch of NFS races. These races existed in FreeBSD...
|
commit | commitdiff | tree |
2004-03-12 |
Matthew Dillon | In an rfork'd or vfork'd situation where multiple processes...
|
commit | commitdiff | tree |
2004-03-12 |
Matthew Dillon | Use M_INTWAIT and M_WAITOK instead of M_NOWAIT within...
|
commit | commitdiff | tree |
2004-03-12 |
Matthew Dillon | Change M_NOWAIT to M_INTWAIT or M_WAITOK. CAM does...
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | gdb was unable to obtain backtraces of pure threads...
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | ANSIfication, remove 'register' and 'auto' use, convert...
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | Allow %e, %E, %f, %g, %G formats to work without producing...
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | Minor documentation adjustments.
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | dislabel -> 16 partitions work addendum: MAKEDEV now...
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | ANSIfication, convert K&R procedure declarations and...
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | Explain some of the instruction details in more depth. Additional-edits-by: Matthew Dillon
|
commit | commitdiff | tree |
2004-03-10 |
Matthew Dillon | Allow the nominal NFS io block size to be set with... ...Pandya <hmp@backplane.com>, and Matthew Dillon
|
commit | commitdiff | tree |
2004-03-09 |
Matthew Dillon | ncpus2 must be initialized to 1 in the UP case. ncpus2_mask...
|
commit | commitdiff | tree |
2004-03-09 |
Matthew Dillon | Addendum comment to last commit. Jeffrey Hsu reminded...
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | Increase the default socket buffer for NFS to deal...
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | Add -B to display buffer limits instead of current...
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | The "Don't forget to do a ``make depend''" warning...
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | Config cleanup part 3/3: Remove the ns() and twisty...
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | Config cleanup part 2/3: Remove old style C cruft.
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | Config cleanup part 1/3: Remove old style C cruft and...
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | ANSIfy the tsleep() and sched_setup() procedure definitions.
|
commit | commitdiff | tree |
2004-03-08 |
Matthew Dillon | libcaps now compiles ipiq and token in userland, make...
|
commit | commitdiff | tree |
2004-03-07 |
Matthew Dillon | Initial CAPS IPC structural encoding and decoding support...
|
commit | commitdiff | tree |
2004-03-07 |
Matthew Dillon | get rid of thr{1,2,3}, which are obsolete at the moment...
|
commit | commitdiff | tree |
2004-03-06 |
Matthew Dillon | The sys/xxx2.h files are supposed to be included after...
|
commit | commitdiff | tree |
2004-03-06 |
Matthew Dillon | Adjust the caps client/server test code to match new...
|
commit | commitdiff | tree |
2004-03-06 |
Matthew Dillon | Additional CAPS IPC work. Add additional system calls...
|
commit | commitdiff | tree |
2004-03-06 |
Matthew Dillon | Bring libcaps in line with recent LWKT changes.
|
commit | commitdiff | tree |
2004-03-06 |
Matthew Dillon | Simplify LWKT message initialization semantics to reduce...
|
commit | commitdiff | tree |
2004-03-05 |
Matthew Dillon | Correct bug introduced in last commit.
|
commit | commitdiff | tree |
2004-03-04 |
Matthew Dillon | Partitions>8: Increase the number of supported partitions...
|
commit | commitdiff | tree |
2004-03-04 |
Matthew Dillon | Partitions>8: Leave a whole 512 bytes for the disklabel...
|
commit | commitdiff | tree |
2004-03-04 |
Matthew Dillon | Partitions>8: Do not hardwire partition limit at 'h'.
|
commit | commitdiff | tree |
2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as...
|
commit | commitdiff | tree |
2004-02-23 |
Matthew Dillon | Make nexus understand the new INTR_ flags, mainly INTR_ENTROPY.
|
commit | commitdiff | tree |
2004-02-22 |
Matthew Dillon | Remove static resource_disabled(), the function is...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | INTR_EXCL moved to sys/bus.h, add #include.
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Bring in additional stuff from FreeBSD-5, fixing some...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Include the required machine/bus.h if we do not already...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Fix a bug in the last commit. 4.x improperly tries...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Bring in acpica-unix-20031203. As with other contrib...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Bring in the FreeBSD-5 ACPICA code as a module. Note...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in preparation...
|
commit | commitdiff | tree |
2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in preparation...
|
commit | commitdiff | tree |
2004-02-20 |
Matthew Dillon | Implement a pipe KVM cache primarily to reduce unnecessary...
|
commit | commitdiff | tree |
2004-02-20 |
Matthew Dillon | M_NOWAIT work stage 1/999: Fix some boot-time misuses...
|
commit | commitdiff | tree |
2004-02-19 |
Matthew Dillon | RCNG, shutdown ppp connections nicely when told to.
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | Merge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 6: Comment-only. Many thanks to David...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | Add experimental (as in hacked) support for the Silicon...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 5: sync chipset changes and bug fixes....
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 5: sync additional function API changes...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 4: sync additional atang from 4.x, all...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 3: sync additional atang from 4.x, mostly...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 2: sync part of the ata_dma*() API. No...
|
commit | commitdiff | tree |
2004-02-18 |
Matthew Dillon | ATAng stage 1: synch ad_attach() and atapi_attach(...
|
commit | commitdiff | tree |
2004-02-17 |
Matthew Dillon | (followup) remove lockid.
|
commit | commitdiff | tree |
2004-02-17 |
Matthew Dillon | Introduce an MI cpu synchronization API, redo the SMP...
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Undo part of the last commit. Part of a different...
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Remove duplicate declarations for -fno-common
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Remove duplicate declarations for -fno-common
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Remove common declaration for -fno-common
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Compile the kernel with -fno-common to guarentee that...
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Remove common variable to get ready for -fno-common.
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Add a dependant include.
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Remove duplicate bioops declaration in preparation...
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Remove duplicate declarations in preparation for adding...
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | buftimetoken must be declared in a .c file.
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Make buftimetoken an extern so it is not declared as...
|
commit | commitdiff | tree |
2004-02-16 |
Matthew Dillon | Install new .mk files (/usr/src/share/mk) as part of...
|
commit | commitdiff | tree |
2004-02-15 |
Matthew Dillon | Cleanup and augment the cpu synchronization API a bit...
|
commit | commitdiff | tree |
2004-02-15 |
Matthew Dillon | Split the IPIQ messaging out of lwkt_thread.c and move...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | atomic_*_*_nonlocked() inlines are not MP locked. ...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Remove old in_cksum.c and in_cksum.h (they were moved...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Move <machine/in_cksum.h> to <sys/in_cksum.h>. This...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Create a new machine type, cpumask_t, to represent...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Get rid of some old cruft and add a failsafe for M_WAITOK...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Change M_NOWAIT to M_WAITOK. This does not fix any...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Actively manage cam rescan timeouts in the usb subsystem...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Add PCI busses to the device list in bus number order...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | gcc2 doesn't like ary[] inside structures. Add __ARRAY_ZERO to
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | C99 specify ary[] instead of ary[0] in structure.
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Fix forgotten lwkt_send_ipiq() API update. cpuid ...
|
commit | commitdiff | tree |
2004-02-14 |
Matthew Dillon | Rewrite the IP checksum code. Get rid of all the inline...
|
commit | commitdiff | tree |
2004-02-13 |
Matthew Dillon | Oops. Forgot to renumber the %N's in the macros in...
|
commit | commitdiff | tree |
2004-02-13 |
Matthew Dillon | bio ops can be initiated from the buffer cache, td_proc...
|
commit | commitdiff | tree |
2004-02-13 |
Matthew Dillon | Use "iq" instead of "ir" for the register constraint...
|
commit | commitdiff | tree |
2004-02-13 |
Matthew Dillon | Add -D__FreeBSD__ for buildworld (vacation pulls source...
|
commit | commitdiff | tree |
2004-02-13 |
Matthew Dillon | Convert __FreeBSD__ tests to __FreeBSD__ and __DragonFly__...
|
commit | commitdiff | tree |
2004-02-12 |
Matthew Dillon | Change lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
|
commit | commitdiff | tree |
2004-02-12 |
Matthew Dillon | sys/dev __FreeBSD__ -> __DragonFly__ cleanups.
|
commit | commitdiff | tree |
2004-02-11 |
Matthew Dillon | activate any tick-delayed software interrupts in the...
|
commit | commitdiff | tree |
2004-02-11 |
Matthew Dillon | isa_wrongintr() cannot depend on the (void *) unit...
|
commit | commitdiff | tree |
2004-02-10 |
Matthew Dillon | Use a globaldata_t instead of a cpuid in the lwkt_token...
|
commit | commitdiff | tree |
2004-02-10 |
Matthew Dillon | Convert mbuf M_ flags into malloc M_ flags when calling...
|
commit | commitdiff | tree |
2004-02-10 |
Matthew Dillon | The logical pci busses must attach to the physical...
|
commit | commitdiff | tree |
2004-02-10 |
Matthew Dillon | devsw() does not exist in DFly. use dev_dflags() to...
|
commit | commitdiff | tree |
next |