File history
Tracking elks/arch/i86/lib/bitops.c
| Commit | Author | Date | Message |
|---|---|---|---|
de8f3fd0b1d394878b4c9daa7c342b7005db1a1 | Greg Haerr | 2024-03-23 | Remove more BLOAT_FS |
2ad48301d37907fefb56a4c56021b1d9aecbf93 | Greg Haerr | 2022-08-03 | [kernel] Fix MINIX block allocation routine for out of space issues |
9136f9be584aad00bd45d0b1778422d4ba8b4c1 | Greg Haerr | 2020-10-11 | [kernel] More kernel lib cleanup |
2e1b7a4be6ef1cacae0caa1602957ac5c9e1486 | Jody Bruchon | 2016-08-18 | Change style of if/while/for to include space after keyword |
4786296011e318ca250ad096ce3ccd4ae01b21f | lithoxs | 2015-10-27 | More optimizations in arch/i86 directories |
ea71dbdc894ba1ae03a44fde89412cdc18761d6 | Jody Bruchon | 2013-03-18 | Speed patch by Juan Perez-Sanchez: |
2ee105fc93056d6d3752cd3c3e2fe5236593b4c | Riley H. Williams | 2002-06-22 | Applied Manuel's second patchset, tweaked kernel boot message to tell the truth, and verified that the result all works. |
49c50408949d05dc8f545b7dce4d80483cca0c0 | Riley H. Williams | 2002-06-03 | Completed ANSI'fication of many more source files, and verified that current codebase both compiles and boots on my 286 based laptop. THIS BREAKS THE KTCP COMMAND AS A RESULT OF FIXING A KERNEL BUG. |
3ee4c2ebe08fda3124cf85aa3f0a95febad8a37 | Riley H. Williams | 2002-05-30 | Standardised on clr_irq() and set_irq() macros throughout the source tree. |
5c84f7755a273d26d12388754511d9f3fb61b38 | Riley H. Williams | 2002-05-29 | Rationalised {get,put}_fs_{byte,word,long} to use void * pointers. |
a8acd4426f32030349980fc20369ebd9b8618c5 | Riley H. Williams | 2002-05-03 | Reverted accidental commits...sorry. |
c38904b8336ce33c23fce3b287a5199805a44e9 | Riley H. Williams | 2002-05-02 | Partial commit of latest ANSI'fication changes. |
b77611069002eea000bab6ee774029d699aa44a | Riley H. Williams | 2002-05-01 | Verified all include/*/*.h header files are clean as far as `spling -strict` is concerned. |
fd9a99d93ff551b6e7ed44bdabdc1b8013e64db | Riley H. Williams | 2002-04-27 | Tweaked include/linuxmt/string.h to match the definitions on the GNU manpages, then ensured the kernel both compiles and runs with all changes to date. |
554f465a357c3fdf114da91ae82b6ec8a602ec6 | Riley H. Williams | 2002-04-26 | Next stage of `make lint` verification of the ELKS source code. |
e86211760502daff0922cd7d4697d35f1ac72fc | Riley H. Williams | 2002-04-23 | Simplified keycode system, also ANSI'fied and reindented arch/i86/drivers/char subtree. |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
d3c04130f93740b982c2700eacce17ee5e55a5f | Andrew Richards | 1998-12-03 | Debugged minix truncate code |
f62e5239bce6af9f7b25b7213c9a52cfc42fa38 | Andrew Richards | 1998-11-16 | Cosmetic fixes pointed out by Riley Williams |
fb59ce55a05187dcdd0a968a0e812388def9928 | Andrew Richards | 1998-10-09 | Added very simple signal support. |
a60c92ad3ad76af1030aed84df1a9e7756bf2cb | Andrew Richards | 1998-10-06 | Replaced functions cli() and sti() with single asm instruction macros icli() and isti(), which saves 96 bytes. Moved Makefile dependency cleaning to distclean as I was fed up of doing make dep so much. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |