Age | Commit message (Expand) | Author |
2005-12-13 | Fix an assignment (=) where an equality test (==) was meant. Found by | Chad Loder |
2005-12-13 | Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__. | Todd C. Miller |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-12 | Add test for floating point constant in conditional | Chad Loder |
2005-12-12 | Restructure conditional from last checkin regarding constant in conditional | Chad Loder |
2005-12-12 | Regression test for constant in conditional context | Chad Loder |
2005-12-12 | Cut down on extraneous "constant in conditional context" warnings when | Chad Loder |
2005-12-12 | use ARGSUSED1 here | Hans-Joerg Hoexer |
2005-12-12 | sync usage(); | Jason McIntyre |
2005-12-12 | - simplify synopsis | Jason McIntyre |
2005-12-12 | only xfree() cf->cf_dir when it's not NULL; | Joris Vink |
2005-12-12 | Correct uvm_km_suballoc() arguments, do not make phys_map pageable. | Miod Vallat |
2005-12-12 | ARGSUSED on signal handler | Theo de Raadt |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat |
2005-12-12 | Move the MC88410 support code to a specific .c function instead of heavy | Miod Vallat |
2005-12-12 | in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto | Theo de Raadt |
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat |
2005-12-12 | Remove unused code. | Miod Vallat |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat |
2005-12-12 | Nuke leftover references to procfs_mem.h. | Miod Vallat |
2005-12-12 | Adam Weishaupt (by grunk@); fix a couple of entries out of order | Michael Shalayeff |
2005-12-12 | Don't wait one time interval before sending the first packet. | Jared Yanovich |
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis |
2005-12-12 | rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't | Joris Vink |
2005-12-12 | correct err() usage and remove the do_death which is unneeded in | Bob Beck |
2005-12-12 | Backout previous change back to 1.92 - My fault, committed diff | Bob Beck |
2005-12-12 | ansi, no binary change. | Federico G. Schwindt |
2005-12-12 | some bioses screw the order so be extra careful to counters; been in snaps fo... | Michael Shalayeff |
2005-12-12 | make sure protocol messages for internal channels are ignored. | Markus Friedl |
2005-12-12 | Drop clause 3/4 as per i386 version this was based on. | Jonathan Gray |
2005-12-12 | fix a license i botched years ago | Michael Shalayeff |
2005-12-12 | fix typo; | Jason McIntyre |
2005-12-12 | make printf debug-only so some people would just shuddup | Michael Shalayeff |
2005-12-12 | use err() instead of errx() | Hans-Joerg Hoexer |
2005-12-12 | Correctly copy interface names; fixes breakage noticed by naddy@ | Hans-Joerg Hoexer |
2005-12-12 | - sync usage() for `-tfile|str' | Xavier Santolaria |
2005-12-12 | knf | David Gwynne |
2005-12-12 | be consistent w/ `-tfile|str' documentation (cf. rcs.1); | Xavier Santolaria |
2005-12-12 | If a PCI-X card is detected then set bge_pcix. | Brad Smith |
2005-12-11 | sync | Brad Smith |
2005-12-11 | regen | Brad Smith |
2005-12-11 | a whole bunch of ciss(4) PCI ids. | Brad Smith |
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat |
2005-12-11 | Remove unused includes. | Miod Vallat |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat |
2005-12-11 | Fix ROMCR defines. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-11 | Use e2fs_sbsave() instead of bcopy() when dumping the super-block back | Pedro Martelletto |