2004-11-08 |
Matthew Dillon | Add tip(1)'s emulation of cu(1) to tip's manual page. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Joerg Sonnenberger | Fix a race condition in detach path of Ethernet devices... |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Matthew Dillon | The last commit created a memory leak because 'buf... |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Liam J. Foy | - Remove space |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Eirik Nygaard | Remove not needed void casts. |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Eirik Nygaard | style(9) |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Liam J. Foy | - Remove (void) casts that are not necessary. |
commit | commitdiff | tree | snapshot |
2004-11-06 |
Liam J. Foy | Sync with FreeBSD rm(1) with my modifications. Some... |
commit | commitdiff | tree | snapshot |
2004-11-06 |
Eirik Nygaard | Consify some variables. |
commit | commitdiff | tree | snapshot |
2004-11-06 |
Eirik Nygaard | #endif does not take an argument, comment it out. |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Correct a typo and a mdoc(7) style issue. |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Remove an assertion that used to double-check the cred... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Fix a Trident DMA limitation. Symptom as reported... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Give makewhatis an absolute path to make upgrading... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Bring in some more PCI ID's from FreeBSD. |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Add humanize_number(3) and split the trimdomain(3)... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Save and restore the 'version' counter file when doing... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Fix a possible remote DOS against pppd, described in... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Matthew Dillon | Note last commit: changes were made primarily to avoid... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
David Rhodus | Declare some of the local variables static. |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Liam J. Foy | - Remove unnecessary selection statement to see if... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Joerg Sonnenberger | Remove a.out support from base. Bumb WARNS to 6 for... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Joerg Sonnenberger | RIP gzip, we found a nicer playmate. |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Joerg Sonnenberger | Move libstdc++3 into the attic. It can be removed from... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
Matthew Dillon | Remove incorrect cache_purge() calls in *_rmdir() ... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Matthew Dillon | Fix 'route add -host <target> -interface <interface_nam... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Liam J. Foy | - Allow ipcs to display information about IPC mechanism... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Liam J. Foy | Needed to add sys/types.h for previous commit. Spotted... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Eirik Nygaard | Update the sysperf tools to match the current sysmsg... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Liam J. Foy | The gr_gid member of the struct group should be gid_t |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Liam J. Foy | Whoops! setmode(3) returns a void *, not mode_t *. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Jeroen Ruigrok... | Remove leftover 'is'. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Jeroen Ruigrok... | Document ENOMEM error case, note how strdup() is 1003... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Jeroen Ruigrok... | Add iso-C alias and p1003.1-2004 definition. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Joerg Sonnenberger | We have to support uncompress by default, because zcat... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Jeroen Ruigrok... | Add NetBSD 2.0 and DragonFly 1.1. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Liam J. Foy | Fix cpdup man page. The option -v[vvv] should be -v... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Matthew Dillon | Bring in Jeff Wheelhouse's CLOG / circular log file... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Matthew Dillon | The PRId64 check was wrong, causing bootstrapping failu... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Matthew Dillon | The last fix wasn't good enough. This one causes the... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Matthew Dillon | Conditionalize _CTYPE_SW* for bootstrap purposes. |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Liam J. Foy | - Remove all registers in bin/. This saves us doing... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Jeroen Ruigrok... | Add omitted space after 'while'. |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Joerg Sonnenberger | Remove the old one-true-awk. |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Liam J. Foy | -Set WARNS to 6 |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Liam J. Foy | Add special case for the german whois nameserver. Witho... |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Liam J. Foy | - Remove unnecessary (void) casts |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Liam J. Foy | - Bump WARNS to 6 |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Liam J. Foy | - Add $DragonFly$ |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Jeroen Ruigrok... | Use rune.h instead of runetype.h. |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Jeroen Ruigrok... | Add more locales: |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Jeroen Ruigrok... | Add definitions for _CTYPE_SW[0-4MS]. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Matthew Dillon | unmount was not removing the negative hits associated... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Liam J. Foy | -Setmode will deal with the octals, so we dont need to. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
YONETANI Tomokazu | `proto' field was forgotten in the previous commit. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Joerg Sonnenberger | Switch to libz-based gzip. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Joerg Sonnenberger | Define PRId64 as "lld" for older systems laking support... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
David Rhodus | Since there isn't an authpf user we'll have to grep... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Matthew Dillon | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Matthew Dillon | null_revoke() needs to return 0. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Matthew Dillon | Fix a NULL pointer dereference panic that occurs when... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Matthew Dillon | Add a section to UPDATING describing the users and... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Matthew Dillon | Fix a seg-fault if -l is used without a /dev prefix... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | Change the variable from CCVER_DEFAULT to OBJFORMAT_BUI... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | Change the way binutils versions are handled. Depending... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | gcc3 ==> gcc34 |
commit | commitdiff | tree | snapshot |
2004-10-26 |
David Rhodus | Check that the authpf user and group are installed... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | Add support to specify the default compiler and binutil... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | Add gzip based on libz. This is faster for decompressio... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | Remove GNU-CSU Makefile |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | Remove the GCC 3.3 library build framework. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | RIP GNU patch. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Joerg Sonnenberger | - fix order problem in Makefile, Makefile.${ARCH} has... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Matthew Dillon | Fix bugs in the vm_map_entry reservation and zalloc... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Matthew Dillon | Document bus_dmamem_alloc() a bit more. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Liam J. Foy | - Fix some sentences |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Liam J. Foy | - Remove registers |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Liam J. Foy | - Remove main() proto |
commit | commitdiff | tree | snapshot |
2004-10-25 |
David Rhodus | Remove register keyword usage. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Matthew Dillon | Remove the vfs page replacement optimization and its... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Liam J. Foy | -Remove main proto |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Liam J. Foy | Test commit! Thanks eirikn! |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Hidetoshi Shimokawa | Sync with FreeBSD-current: |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Hidetoshi Shimokawa | Preserve dcons(4) buffer passed by loader(8). |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Joerg Sonnenberger | Good bye, GNU awk. RIP |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Matthew Dillon | Fix a compiler warning by pre-declaring struct vnode; |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Matthew Dillon | Synchronize bug fixes from FreeBSD/RELENG_4. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Matthew Dillon | Add a default for X_WINDOW_SYSTEM in the dfports overri... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Scott Ullrich | Change DFD to DFB to remain consistent. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Joerg Sonnenberger | Merge from vendor branch GDB: |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Joerg Sonnenberger | Import GDB 6.2.1 as obtained from ftp.gnu.org without... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Joerg Sonnenberger | Complete doc infrastructure. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Joerg Sonnenberger | Add the info pages for GDB 6. The inc-hist.texinfo... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Matthew Dillon | Synchronize a few libi386 issues from FreeBSD. Fix... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Joerg Sonnenberger | Hide prototype for tilde_expand, it's incorrect now. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Joerg Sonnenberger | Forced commit to add missing annotations. |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Joerg Sonnenberger | Build framework for GDB 6.2.1. |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Joerg Sonnenberger | Merge from vendor branch READLINE: |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Joerg Sonnenberger | Import GNU readline 5.0. |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Joerg Sonnenberger | Import GNU readline 5.0. vendor/READLINE |
commit | commitdiff | tree | snapshot |
next |