summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New release notes:hrs2005-03-222-0/+6
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-2216-0/+1076
* Protect against DESTDIR being set during the build of build32.ru2005-03-221-2/+2
* Style: <space><tab> -> <tab>harti2005-03-221-34/+33
* Rename struct Path to struct Dir and move it into the C-file. Itharti2005-03-222-28/+29
* Remove debugging code that crept in in the last commit.harti2005-03-221-7/+0
* Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.harti2005-03-222-48/+8
* Remove the last two instances of Lst_Find() calls.harti2005-03-222-55/+35
* Use VarParse() inside var.c instead of Var_Parse().harti2005-03-221-20/+33
* Unify callers to Var_Parse() with regard to variable names.harti2005-03-221-27/+26
* Make some callers of VarFind using the same code structure.harti2005-03-221-28/+33
* De-lispify some if()-expressions by removing extra parantheses.harti2005-03-221-14/+14
* Return a Buf object from VarGetPattern() instead of a char * and a size_t.harti2005-03-223-45/+34
* Use the struct VarPattern's lhs field instead of using an extra variableharti2005-03-221-6/+5
* Merge struct VarREPattern into struct VarPattern. This will help sortingharti2005-03-223-15/+12
* Sort prototypes.harti2005-03-221-18/+18
* Fix indentation.harti2005-03-221-13/+13
* Delete an extra empty line.harti2005-03-221-1/+1
* An automatic variable in a local scope is (conceptionally) destroyed withharti2005-03-221-1/+1
* Simplify buffer access by using Buf_Data() and Buf_Peel() whereharti2005-03-228-76/+32
* Merge the following from the English version:den2005-03-221-4/+8
* Two new functions: Buf_Data() returns a reference to the data inharti2005-03-222-7/+31
* He who receives ideas from me, receives instruction himself withoutphk2005-03-221-0/+5
* Remove a temporary variable. Rename pattern to patt to be consistent.harti2005-03-222-217/+92
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.das2005-03-224-11/+38
* Truncate nextboot.conf file on creation, so existing garbage will be removed.pjd2005-03-211-1/+2
* Eliminate plt relocation for kse_switchin.davidxu2005-03-214-0/+4
* Fix code freeing wrong cred pointer.julian2005-03-211-2/+4
* Typo.le2005-03-211-1/+1
* - Use the extend method of list objects to append a new list rather than ajhb2005-03-211-11/+6
* - Always include x11/xorg on disc1 as it does exist for ia64 (I must havejhb2005-03-211-2/+4
* Retire print-cdrom-packages.sh as it has been replaced.jhb2005-03-211-218/+0
* Add a new package splitting mechanism to replace print-cdrom-packages.sh.jhb2005-03-213-1/+290
* Make sure status variable is always initialized. Why didn't this show up inphilip2005-03-211-1/+1
* Use a designator for initializing only one member of the nlistkeramida2005-03-212-6/+6
* New release notes:hrs2005-03-212-0/+8
* - Add a -h flag to pstat to print swap sizes in "human readable"keramida2005-03-213-24/+50
* MFC: CARP (Common Address Redundancy Protocol).hrs2005-03-212-2/+2
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-19/+68
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-213-100/+67
* Merge the following from the English version:den2005-03-213-36/+79
* Use __weak_reference macro to define weak symbols.davidxu2005-03-211-31/+51
* Remove unneeded temporary variables in modifier_S() and modifier_C().harti2005-03-211-69/+63
* Remove comment about Var_Parse assuming that the first characterharti2005-03-211-58/+28
* Split out SysV variable substitution into its own function.harti2005-03-211-228/+151
* Rename freePtr to freeResult to make it more obvious about whatharti2005-03-211-30/+30
* Move some code from ParseModifier() into the calling function toharti2005-03-211-62/+46
* Cleanup the VAR_JUNK handling.harti2005-03-211-44/+42
* Don't pass 'consumed' through all the parsing routines where it can be computedharti2005-03-211-131/+102
* Change one occurence of 'delim' to the correct type. Delete anotherharti2005-03-211-37/+29
OpenPOWER on IntegriCloud