2003-12-22 |
Jeffrey Hsu | Merge from FreeBSD rev 1.43 (original commit made by... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
David Rhodus | * Update Sendmail to version 8.12.10 |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Eirik Nygaard | * Fix typo: becuase -> because |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Jeffrey Hsu | Merge from FreeBSD: |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Matthew Dillon | Minor syntax cleanup. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Matthew Dillon | Fix a syscall separation bug in recvfrom() which someti... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Matthew Dillon | USER_LDT is now required by a number of packages as... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Matthew Dillon | Fix a memory leak that occurs when an attempt is made... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
David Rhodus | * Try and match README guideline better. |
commit | commitdiff | tree | snapshot |
2003-12-18 |
David Rhodus | * GBK locale directories |
commit | commitdiff | tree | snapshot |
2003-12-18 |
David Rhodus | * Add GB18030 directories. |
commit | commitdiff | tree | snapshot |
2003-12-18 |
David Rhodus | * Print out a warning if /dev/null doesn't exist. |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Matthew Dillon | Support multicast on the Marvell Yukon Chipset. The... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Hiten Pandya | Improve device identification strings. |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Eirik Nygaard | * Let mergemaster look for make.conf in the correct... |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Matthew Dillon | Make savecore return RC_CONFIGURED unconditionally. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Matthew Dillon | use the proper $RC_ variable when returning irrelevancy. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Matthew Dillon | Add an 'enable' and 'disable' target to rcrun, and... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Matthew Dillon | Minor grammatical fix. |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Matthew Dillon | Add another special return code, 3, which means 'subsys... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Eirik Nygaard | * Indentation cleanup |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Matthew Dillon | Be smarter about services which are in a disabled state... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Matthew Dillon | Make a distinction between disabled entries and running... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Matthew Dillon | Oops, forgot the rc.subr update |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Matthew Dillon | Add /sbin/rcrun and symlinks rcstart, rcstop, rcrestart... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Matthew Dillon | Adjust rc.subr to generate system-wide varsyms tracking... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Matthew Dillon | Add a -p option to rcorder which generates the PROVIDE... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Matthew Dillon | Add the -o file option to rcorder. This will cause... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Matthew Dillon | Do not print out error messages in quiet mode to make... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Jeffrey Hsu | Pull the sf_buf routines and structures out into its... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Matthew Dillon | More cleanups to make ports work better. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Matthew Dillon | Add -fstack-protector support for the kernel. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Jeffrey Hsu | This patch improves the performance of sendfile(2)... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Matthew Dillon | Add -fstack-protector and -fno-stack-protector support... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Matthew Dillon | Add libc support for propolice. See: |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Matthew Dillon | Add strlcpy and strlcat to libkern |
commit | commitdiff | tree | snapshot |
2003-12-09 |
David Rhodus | * Add a part of the AGP update that was missed. |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Matthew Dillon | This patch adds a bunch of stuff from FreeBSD5. It... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Eirik Nygaard | * Merge fixes from libc to libcr. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | PCI compat cleanup, part 1. This brings in the LNC... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | Convert alpm to use the devmethod code. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | Thread testing code for libcaps. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | Major update to libcaps. Implement support for virtual... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | Add additional functionality to the upcall support... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | Adjust a comment. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Matthew Dillon | Modify the upcall code to access the critical count... |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Matthew Dillon | Minor cleanups to sysport. Use ms_msgsize in the sends... |
commit | commitdiff | tree | snapshot |
2003-12-06 |
David Rhodus | * Remove a few extra $FreeBSD$ tags |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Matthew Dillon | Major libcaps work to support userland threading. ... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Matthew Dillon | Augment the upcall system calls to support a priority... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Matthew Dillon | General cleanups as part of the libcaps userland thread... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Matthew Dillon | As part of the libcaps threading work a number of routi... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Matthew Dillon | Add chmod 1777 for /tmp and make other minor adjustments. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Matthew Dillon | Add additional information on cvsup'ing various sources. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
David Rhodus | * Might help if we built gbk.c and gb18030.c |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Eirik Nygaard | * Remove unused #includes. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Jeroen Ruigrok... | Comment PFIL_HOOKS since it should not be needed in... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Jeroen Ruigrok... | Add the packet filtering files. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Jeroen Ruigrok... | Add PFIL_HOOKS functionality. This allows us to plug... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Sync comment with code's reality. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Fix problem where initgroups would silently truncat... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Add GBK encoding support. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Add support for gb18030 encoding. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | After testing the manual installation instructions... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Allow a return of 0 from __sys_write() to exit the... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Document the fact that send(2) can return EPIPE ... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * don't fclose() a bogus FILE *. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * Attempt to save the last dregs of emacs users' sanity... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Add a README file, rc.conf, and example fstab. Disable... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Use mkiso -R instead of -r in order to properly record... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Add nreleae back in. It's a dummy target designed... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Temporary disable the ports checks.. the Makefile has... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
David Rhodus | * buildworld doesn't need to look at nrelease. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Fix a minor bug... install cvsup and mkisofs in the... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | Introduce /usr/src/nrelease which begins to implement... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Jeroen Ruigrok... | Add forgotten newline in debug output. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Jeroen Ruigrok... | Get rid off FreeBSD mirrors and add our own three ... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Matthew Dillon | When attempting to open a file path do not treat a... |
commit | commitdiff | tree | snapshot |
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 |
next |