2005-02-02 |
Chris Pressey | Raise WARNS to 6: |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Chris Pressey | Raise WARNS to 6: |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Matthew Dillon | Minor adustments to avoid a signed/unsigned comparison... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Matthew Dillon | The last commit broke ttyname(), which broke ssh -1... |
commit | commitdiff | tree | snapshot |
2005-02-02 |
Matthew Dillon | Fix type-o in last commit. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Change the ALTQ macro stubs to actually work. For the... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Matthew Dillon | Add a intrmask_t pointer to register_int() and register... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Matthew Dillon | Fix an invariant test that tries to catch locked tokens... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | GCC 3.4 doesn't include a #pragma weak reference, if... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Matthew Dillon | Count time spent in interrupts in the overall runtime... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Max Okumoto | - Fix some duplicate commenting for struct Job, struct... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Don't double assign -W -Wall and some more warning... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Matthew Dillon | Fix bug in last commit that broke 'df'. 'sfsp' is... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Liam J. Foy | - Improve how we handle the APM device. Much cleaner... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Hiroki Sato | Move to ND_IFINFO(). |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Liam J. Foy | - Large cleanup/changes to man page. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Liam J. Foy | - Do not depend on stat_warn_cont when executing commands. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Liam J. Foy | - Tie battd into the build |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Eirik Nygaard | style(9) |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Liam J. Foy | - Initial import of the battd utility. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | *_load_pallete's second argument should be const. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Hiroki Sato | - Nuke #ifdef SCOPEDROUTING. It was never enabled... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Always honor fdp->fd_nrdir as root. Once the loop reach... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Remove SCARG junk. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Max Okumoto | - Add comments to clarify code |
commit | commitdiff | tree | snapshot |
2005-02-01 |
David Xu | Import initial version of 1:1 pthread library. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Max Okumoto | Added code to handle DragonFly tags in expected results... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Max Okumoto | Add regression test infrastructure. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Matthew Dillon | encap_getarg() was not properly loading the pointer... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Hide pure kernel threads from jailed processes. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Make const correct. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Add prototype for ciss_print0 in place. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Remove compat code for anything, but DragonFly. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Joerg Sonnenberger | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Remove GPLed fpemulation, old rp, old awe and pcic. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
David Xu | My first commit. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Add jail_attach support. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Matthew Dillon | Remove _THREAD_SAFE depenendancies. Create weakly... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Include jail.h after proc.h to get struct ucred. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Add missing "return(error)". |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Define in_inithead in net/route.h, it's purpose is... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Remove unused local variable. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Buglet in last commit, the first argument of bpf_ptap... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Use PRIx32 to fix compiler warning correctly. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Fix warning by adding explicit () around addition. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | sys/types.h ==> sys/param.h |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | sys/types.h ==> sys/param.h |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Max Okumoto | - Move deallocation of Buffer object to end of routine. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Max Okumoto | Fixes in main.c |
commit | commitdiff | tree | snapshot |
2005-01-31 |
YONETANI Tomokazu | The last commit couldn't handle cases when $GZIP contained |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Regen. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Cleanup last commit. Remove local ncp, it shadows the... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Matthew Dillon | Take advantage of our new namecache topology to generat... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Don't copy blindly MAXPATHLEN byte from fullpath. vn_fu... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Regen. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Add jail_attach syscall. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Uncomment the entry for kern_chrot in kern_syscall... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Split vn_fullpath into cache_fullpath and vn_fullpath... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | sys/types.h ==> sys/param.h |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | In preparation for the jail commit, include sys/param... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Joerg Sonnenberger | Remove unused compat code like FXP_LOCK, a fake struct... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Max Okumoto | - Add missing disclamer. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Max Okumoto | - Convert negative logic, so code is easyer to read. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Matthew Dillon | Add a sysctl to control 8254 bios overwrite warnings... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Max Okumoto | - Hide the following characters '(', ')', '{', '}'... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Matthew Dillon | Redo argv processing to better conform to standards... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Matthew Dillon | getblk() has an old crufty API in which the logical... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Joerg Sonnenberger | Don't build sysctl as bootstrap tool. This helps us... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Joerg Sonnenberger | We don't currently build ld-elf as binary for i386... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Matthew Dillon | Fix the virtual 'status' file for procfs. The wrong... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Matthew Dillon | Do not leave VCTTYISOPEN set if our attempt to open... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Max Okumoto | - Replace confusing for loop with a do {} while ()... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Max Okumoto | - Cleanup Var_Subst() by removing duplicated code. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Max Okumoto | - Factor out the duplicate code and move it into VarCre... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Sascha Wildner | Scrap DEC Alpha support. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Sascha Wildner | Remove some old ioctls and structs which were there... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Sascha Wildner | Add IOCTLS section and do some minor cleanup. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Liam J. Foy | Minor Patch |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Max Okumoto | Clarify what new code should not cast unused |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Max Okumoto | - Fix indentation in VarFind() |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Joerg Sonnenberger | remove bad semicolon |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Joerg Sonnenberger | ANSIfication and minor style cleanups. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Matthew Dillon | Mount points use a special empty namecache entry to... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Matthew Dillon | Tell the user more explicitly what port needs to be... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Sascha Wildner | Adjust FreeBSD tag to reflect sychronization. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Sascha Wildner | - Sync with FreeBSD. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Max Okumoto | - Add Buf_StripNewlines(). |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Joerg Sonnenberger | Use M_INTWAIT, not M_NOWAIT. We don't really support... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Joerg Sonnenberger | Add a default for Perl 5.8.5 to override the default for |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Max Okumoto | - New function Buf_AppendRange(), which is given a... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Max Okumoto | - New function Buf_Append(), which is given a pointer... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Max Okumoto | - Inline silly ADDWORD() macro. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Max Okumoto | - Rewrite Buffer object to maintain only write pointer... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Joerg Sonnenberger | Use and define size_t as specified by SUSv3. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Jeffrey Hsu | Code cleanup. Refactor some functions. Push some... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Max Okumoto | - Bring in patch to make.1 related to previous patch. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Sascha Wildner | Explicitly mention in RETURN VALUES that socket() sets |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Joerg Sonnenberger | Don't build a new mbuf and bpf_mtap the old one. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Joerg Sonnenberger | Fix the quoting of MAKEFLAGS as noted in rev. 1.47. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Joerg Sonnenberger | Add some spaces for typographical correctness. |
commit | commitdiff | tree | snapshot |
next |